flutter_code_editor 0.3.5
flutter_code_editor: ^0.3.5 copied to clipboard
A customizable code field supporting syntax highlighting and code folding.
0.3.5 #
- Fixed line numbers not aligning with lines (https://github.com/akvelon/flutter-code-editor/pull/307)
0.3.4 #
- Added default height to
defaultTextStyle(https://github.com/akvelon/flutter-code-editor/pull/297). - Added
disposedandmountedchecks toCodeFieldandCodeController(https://github.com/akvelon/flutter-code-editor/pull/298). - Added
UndoHistoryControllertoCodeField(https://github.com/akvelon/flutter-code-editor/pull/302). - Added support for
yamlcomments (https://github.com/akvelon/flutter-code-editor/pull/305).
0.3.3 #
- Added
smartDashesTypeandsmartQuotesTypetoCodeField(https://github.com/akvelon/flutter-code-editor/pull/278). - Added named sections support for JavaScript and TypeScript (https://github.com/akvelon/flutter-code-editor/pull/291).
0.3.2 #
- Flutter 3.22 WASM fixes
0.3.1 #
- Support for Flutter v3.13.6.
0.3.0 #
- BREAKING: Deleted
CodeController.stringMap. - BREAKING: Deleted
themefromCodeController, (Issue 172).
0.2.24 #
- Hide the suggestion box when
CodeFieldis disposed (Issue 241). - Fix issues with Flutter 3.10.
0.2.23 #
- Added
CodeController.readOnly.
0.2.21 #
- 'Enter' key in the search pattern input scrolls to the next match.
0.2.20 #
- Alpha version of search.
0.2.17 #
0.2.16 #
0.2.10 #
0.2.9 #
- Hiding line numbers, errors, and folding handles (Issue 159).
- Indent new line after
:in Python (Issue 135). - Track the test coverage, add the codecov badge (Issue 146).
- Do not pale the editor if a visible section is set (Issue 153).
- Added GIFs to README (Issue 148).
- Fixed 'Index out of range' exception with visible sections on the default factorial example (Issue 152).
- Fixed linter issues (Issue 147).
0.2.4 #
- Exported
StringExtension. - Added an example with changing the language and the theme.
0.2.3 #
- Fixed removing listeners in
_CodeFieldState.dispose().
0.2.2 #
- Added
CodeController.lastTextSpanfield (visible for testing) to return the lastTextSpanproduced bybuildTextSpan().
0.2.1 #
- Added the migration guide for 0.2 to README.
0.2.0 #
- BREAKING: Removed theme from
CodeController. UseCodeThemewidget instead. - BREAKING: Removed
webSpaceFix, https://github.com/flutter/flutter/issues/77929 - BREAKING: Fixed typo
IntendModifier→IndentModifier. - BREAKING:
CodeFieldStateis now private.
0.1.15 #
- Added a missing code file.
0.1.13 #
- Remove an accidentally published temp file.
0.1.12 #
- Reformatted the license, updated README.
0.1.11 #
- Updated README.
0.1.10 #
- Fixed formatting.
0.1.8 #
- Fixed linter issues.
0.1.7 #
- Fixed README errors.
0.1.6 #
- Improved README.
0.1.5 #
- Updated license formatting to match pub.dev requirements.
0.1.4 #
- Added
CodeController.readOnlySectionNamesgetter and setter (Issue 110). - Added
CodeController.foldCommentAtLineZero,foldImports,foldOutsideSections(Issue 89). - Added
CodeController.visibleSectionNames(Issue 27). - Fixed folding Python blocks with multiline
ifconditions (Issue 108). - Fixed folding duplicate blocks like
[{...}]etc (Issue 99). - Fixed
cutLineIndexIfVisiblebug (Issue 112).
0.1.3 #
0.1.1 #
- Added code folding.
- Fixed editing around hidden text ranges.
- Updated dependencies.
0.1.0 #
- Highlights unterminated blocks for Java and Python.
0.0.9 #
- Forked https://github.com/BertrandBev/code_field
- Re-license under the Apache license, mention the original author as the original license required.
- Added hidden service comment support.
- Added read-only blocks support.
- Added autocomplete for keywords, already-in-the-editor words, and external dictionary.