Skip to content

0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rosemoe Rosemoe released this 29 Jun 06:16
· 1101 commits to main since this release
ed6faf4

Bug fix

  • Fix unnotified text change for IME when undo/redo (#210 )
  • Fix bad scroll range (#212 )
  • Bounds check in Content
  • Reset batch edit when Content object is detached
  • Reset all styles when text or language changes

Improvements

  • Indexer and Content share a lock
  • Content has 8x faster speed when inserting
  • Content now recoginzes newline correctly: CR, LF, CRLF are all considered '\n'

New Features

  • Brackets matching and highlighting in language-java and language-textmate (#194 )