CodeEditTextView
CodeEditTextView copied to clipboard
A text editor specialized for displaying and editing code documents. Written in pure Swift.
### Description There's a growing need for an API for emphasizing text in the editor view. This has already been implemented for bracket pair highlighting (#186), but should be separated...
### Description Users should be able to navigate the text view by pressing page up and page down on their keyboard. Originally planned for CodeEditApp/CodeEditSourceEditor#211 but was cut to reduce...
### Description We should allow users to search for text within the currently open document and optionally replace matching instances. ### Additional Context Users can search for text occurrences in...
We need the Find and Replace bar to look closer to Xcode's. Top: Xcode | Bottom: CodeEdit
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Text selection with round corner like in VSCode. ### Describe alternatives...
### Description Fixes deleting a selected range, before would extend the selection range when deleting no matter what. This fixes it to only extend the range if it's a cursor...
### Description When text is selected and the delete key is pressed, it will delete the selection but also one character that preceded the selection as well. ### To Reproduce...
### Description Users should be able to drag and drop selected text anywhere in the same file to move it there. They should also be able to drag it to...
### Description Holding shift and clicking on text should select from the cursor location to the clicked location. ### To Reproduce See above ### Expected Behavior See above ### Version...
### Description Users should be able to drag and drop selected text within the file to move it. If selecting a text range, as the user drags the text, the...