Skip to content

Releases: ZeeZide/CodeEditor

Undo...not

30 Jun 14:52
f5c076b
Compare
Choose a tag to compare

Adds a way to disable undo, thanks go to @Condo97!

Visionary

19 Mar 15:04
3a92458
Compare
Choose a tag to compare

Adds support for visionOS and fixes Swift 5.10 concurrency warnings.

Background Checks

16 Jul 13:32
180bde0
Compare
Choose a tag to compare

Thanks to @Rminsh this release now applies the background colours from a theme.

Colourful Autocorrection

21 Apr 10:35
03ac744
Compare
Choose a tag to compare

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

13 May 13:13
5856fac
Compare
Choose a tag to compare

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

12 May 14:08
7ec0204
Compare
Choose a tag to compare

Initial drop of CodeEditor, close to the version shipping w/ SVG Shaper.