Releases: CodeEditApp/CodeEditTextView
0.12.1
What's Changed
- Add
fill
Emphasis Style Option by @thecoolwinter in #120
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
This release contains a huge performance improvement, about an 87% reduction in CPU time when text is being laid out while editing.
Also fixes a bug with editing the end of a file.
- Layout Invalidation Performance by @thecoolwinter in #118
Full Changelog: 0.11.7...0.12.0
0.11.7
What's Changed
- Implement Missing Accessibility APIs by @thecoolwinter in #116
- Log Layout Time Less Religiously by @thecoolwinter in #117
Full Changelog: 0.11.6...0.11.7
0.11.6
What's Changed
Bug fix for an exception when using Undo/Redo.
- Skip Selection Update in Undo/Redo by @thecoolwinter in #113
Full Changelog: 0.11.5...0.11.6
0.11.5
What's Changed
Quick bugfix and added tests for some issues when interacting near the end of the document.
- Fix End of Doc Bugs by @thecoolwinter in #112
Full Changelog: 0.11.4...0.11.5
0.11.4
What's Changed
This release continues to improve the text attachments API. Introduces a delegate method to allow developers to receive events when attachments are added or removed, for instance to update a representative structure. Text attachments also support actions now, taken when a user presses enter or when an attachment is double-clicked.
- Add Text Attachments Delegate by @thecoolwinter in #110
- Add Text Attachment Actions by @thecoolwinter in #111
Full Changelog: 0.11.3...0.11.4
0.11.3
What's Changed
- Merge Trailing Line on Attachments, Select Attachments by @thecoolwinter in #98
- NSBeep On Empty Undo, Remove Unnecessary Redirection by @thecoolwinter in #102
- Correctly Group Drag-and-drop for Undo by @thecoolwinter in #104
- Select Undone/Redone Text by @thecoolwinter in #105
- Fix Cursor Lagging - Update Cursors in
TextView.layout
by @thecoolwinter in #109 - Column Selection by @thecoolwinter in #107
- Track Mouse Drag Outside View by @thecoolwinter in #108
Full Changelog: 0.11.2...0.11.3
0.11.2
What's Changed
- Added product icon and status bar to example app by @austincondiff in #101
- Draw Invisible Characters From Configuration by @thecoolwinter in #103
Full Changelog: 0.11.1...0.11.2
0.11.1
What's Changed
- [hotfix:] Layout After New/Removed Lines by @thecoolwinter in #97
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
- Fix Incorrect Copy/Paste Menu Actions by @thecoolwinter in #91
- Share Text Storage Delegates by @thecoolwinter in #92
- Text Attachment Support by @thecoolwinter in #93
- Don't Try to Set a Negative Frame Height by @thecoolwinter in #96
Full Changelog: 0.10.1...0.11.0