CodeEditTextView
CodeEditTextView copied to clipboard
A text editor specialized for displaying and editing code documents. Written in pure Swift.
### Description Before: see https://github.com/CodeEditApp/CodeEdit/issues/1700 After: https://github.com/CodeEditApp/CodeEditTextView/assets/65467530/a6ce46fa-6576-4c23-8e72-0af64861d168 ### Related Issues * Closes https://github.com/CodeEditApp/CodeEdit/issues/1700 * Closes #7 ### Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as...
### Description When using Chinese input method, chineses and original pinyin characters remains both. ### To Reproduce Using Chinese input method or other else ### Expected Behavior Only chineses remains...
### Description Similar to other editors, like SublimeText, VSCode, and Zed, whitespace characters for spaces and tabs can optionally be rendered. Some Examples: **SublimeText rendering tabs** **VSCode Rendering Spaces** **Zed...
## Is your feature request related to a problem? Please describe. In the enhancement requested by https://github.com/CodeEditApp/CodeEdit/issues/868, the request to add configurable indentation to wrapped lines is beyond the current...
### Description When changing font size the number of lines in the viewport may change if the difference in size is large enough. This causes lines to be displayed, but...
### Description Add an option to have selections follow the Web style. That is, selections don't select the entire visible line if the line is selected. Selection rects only follow...
### Description The emphasis background color is yellow. The text should be black regardless of the users color scheme to be visible on this background. Currently, when the user has...
### Description While making a multi-line text selection, it can appear janky because the background shifts briefly while dragging across lines. ### To Reproduce 1. Make a multi-line selection. 2....
### Description If selecting text beyond bottom of the text view viewport with โงโพ, the scroll isn't immediately adjusted to show the bottom of the selected text until selected a...
### Description When selecting text beyond the bottom edge (top is fine), the selection highlight is drawn just above the bottom edge. ### To Reproduce 1. Select multiple lines of...