CodeEditTextView
CodeEditTextView copied to clipboard
A text editor specialized for displaying and editing code documents. Written in pure Swift.
### Description Gotta have Ada language support! :-) VSC has outstanding Ada support through the GNAT community (GNAT = GNU Ada) so surely this is borrowable. ### Alternatives Considered _No...
### Description After editing any character in the document, press Enter twice, and all characters in the document become invisible. Visibility can be restored after deleting the carriage return once...
### Description As the user types, if the cursor goes below the viewport, the cursor currently goes out of view and the scroll position is not updated as expected. However,...
### Description When the cursor is at the beginning of the line, the left half of it is cut off by the gutter view. ### To Reproduce 1. Open file...
### Description If I add multiple cursors they will currently all blink at different times. They should all blink at the same time. ### To Reproduce 1. Add multiple cursors...
### Description When switching the input method to Chinese or Japanese and typing part of the text, press the Enter button a few times, the text is accidentally hidden https://github.com/user-attachments/assets/d97e53ce-ec60-4977-9ab0-27b714726943...
### Description We need to implement column selection (also known as block selection or rectangular selection) in CodeEdit, allowing users to select text in a columnar fashion. This feature is...
### Description When performing an undo or redo, the cursor and scroll position should return to the state they were in at the time of the change. Currently, only the...
### Description With the new [text attachments API ](https://github.com/CodeEditApp/CodeEditTextView/pull/93), we're introducing a potential performance pitfall in the attachment storage object. Right now, it stores attachments in an array ordered by...
### Description When a user attempts to undo or redo and there are no more states in the respective stack, we should provide feedback to indicate that the action can't...