Skip to content

0.16.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rosemoe Rosemoe released this 10 Aug 06:09
· 941 commits to main since this release
15a6776

Performance Enhancements

This release is mainly focused on performance and display correctness. We optimized the speed of highlighting delimiters and the time cost when text is editted. We also add a new mode called "Basic Display Mode", which provides basic display of text and fast measuring speed. However, some features such as RTL and ligatures are disabled when this is enabled.

New Features

  • correct LTR and RTL mixed display
  • customizible round text background factor
  • side icon for lines and its click event are available now
  • mixed CR,LF,CRLF in Content (Note that CodeEditor#setLineSeparator is not complete yet. editor still uses LF for newlines when you edit text in editor)

Bugs fixed

  • fix the width measurement of RTL texts
  • fix bugs in TextRegionIterator