Releases: Rosemoe/sora-editor
Releases · Rosemoe/sora-editor
0.3.0
New Features
- Wordwrap
- Cursor blink
- Show non-printable characters
- New color schemes
Performance
- Improve speed of copying Content
- Improve speed of drawing lines
User Experience
- Exact scrollable range (may block UI after setting text size or typeface when text is huge)
- Chinese translations
Bug fix
- Crash on next search
- Error selection position is set from touch in text with tab
0.2.0
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
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
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.