Releases: ZeeZide/CodeEditor
Releases · ZeeZide/CodeEditor
Undo...not
Visionary
Background Checks
Thanks to @Rminsh this release now applies the background colours from a theme.
Colourful Autocorrection
Bug fixes:
- block NSColorPanel from changing the text color
- iOS: disable autocorrection, spellchecking and smart quotes (thanks @gin66!)
- iOS: fix a bug where the text binding wasn't updated (thanks @darrarski!)
New features:
- monitor and set the text selection (thanks @theMomax!)
- CocoaPods support (thanks @mcblooder!)
Indentible Soft
Added the set of "smart" editing features demonstrated by NTYSmartTextView, i.e.:
- smarter indents (preserving the indent of the previous line when pressing enter)
- soft indents (insert a configurable amount of spaces if the user presses tabs)
- auto character pairing, e.g. when entering
{
, the matching}
will be auto-added
Quite Edible
Initial drop of CodeEditor, close to the version shipping w/ SVG Shaper.