Skip to content

Releases: Rosemoe/sora-editor

0.2.0

19 Aug 10:11
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Bug fix in

  • Auto scroll
  • Tab painting
  • Span shifting
  • Format State
  • Text search

Improvements

  • Better performance
  • Better horizontal scroll limits
  • Better management of auto-completion
  • Input method interaction
  • Better color schemes
  • Standalone line info panel text size

Breaking change

  • Replace StringBuilder to ContentLine

0.1.1

06 Aug 13:20
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

New Functions

  • Add a new way to present text actions when selecting text (ActionMode or PopupWindow, optional)

Improvements

  • Fix bugs of text selecting(text might be selected while using scroll bars)
  • Correct composing text region sent to input method

Breaking changes

  • Rename TextColors to TextAnalyzeResult as there is not only text colors inside
  • TextActionWindow is no longer existed

0.1.0-beta

29 Jul 14:01
Compare
Choose a tag to compare
0.1.0-beta Pre-release
Pre-release

First release of CodeEditor. All basic modules are done.
Most of typing and displaying bugs are fixed.
This release is non-production ready but for test.