re_editor 0.3.1 re_editor: ^0.3.1 copied to clipboard
Re-Editor is a powerful lightweight text and code editor widget.
0.0.1 #
- First Release Version.
0.0.2 #
- Update pubspec.yaml and README.
0.0.3 #
- Update publisher
0.0.4 #
- Update re-highlight version.
- Fix unmounted issue.
0.1.0 #
- [IMP] Break changes: refactor code autocomplete API.
- [IMP] Break changes: add more params for
CodeLineSpanBuilder
. - Make
CodeEditorTapRegion
to public. - Add
MouseTrackerAnnotationTextSpan
for hovering support. - Add
CodeLineEditingControllerDelegate
for delegating the controller. - Add an API for editor force repaint.
0.1.1 #
- Clamp mode selection handle positions for mobile.
- Add an auto scrolling list for autocomplete example.
- Fix mobile selection handle invisible issue.
- Delete shift key selection logic for mobile.
- Fix newline action not works with some android input methods.
- Fix a bug that the mobile input keyboard does not popup when tapping the editor.
0.2.0 #
- Web support.
- Mobile toolbar widget will be built by user rather than the editor.
- Autocomplete will only update after user input.
- Fix desktop focus issue.
0.3.0 #
- [IMP] Break changes: remove API
CodeLineEditingController.fromFile
. - Feature: singleline chunks comment.
- Feature: multiline comment formatter
- Feature: moveCursorToWordBoundary and extendSelectionToWordBoundary(forward and backward).
0.3.1 #
- Fix space key not works in PageView.
- Notify delegate listeners when controller was changed.
- Remove editable shortcut actions when read only.