CodeEditTextView icon indicating copy to clipboard operation
CodeEditTextView copied to clipboard

A text editor specialized for displaying and editing code documents. Written in pure Swift.

Results 34 CodeEditTextView issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

bug

### 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,...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement