CodeEditTextView
CodeEditTextView copied to clipboard
A text editor specialized for displaying and editing code documents. Written in pure Swift.
### Description When lines are not wrapped, there should be additional padding added to the trailing edge. This should probably be configurable for other consumers of this package. Xcode and...
### Description File with 19 lines of text - when trying to capture all via the Command-A key sequence, only the first 18 lines are highlighted. However, after copying via...
### Description Hey! Thanks for the great NSTextView alternative. Is there a way to have some customization points, either by marking classes as open or by providing public properties? I'm...
### Description Some editors allow users to only see invisible characters in their selected text. Right now, CETV can only enable them for the entire document, or not at all....