0.12.0
What's Changed
Minor version bump due to a new variable in the
CodeEditSourceEditor
andTextViewController
initializers.
This version introduces our new Minimap! The minimap gives a high-level summary of code, and by defaults is placed on the right-hand side of the editor. This can be disabled/enabled using a new parameter showMinimap
. This release also includes a fix for the multi-line indentation shortcut, fixing an issue where selections did not work correctly when selecting multiple lines.
- Fix StyledRangeStore Crash by @thecoolwinter in #303
- Fix Multi-line and Multi-selection Indentation and Keyboard Shortcuts by @hi2gage in #305
- Minimap by @thecoolwinter in #302
- Smarter Default Highlight Provider Management by @thecoolwinter in #310
- Highlighter Highlights Text in Minimap by @thecoolwinter in #308
- Fix Gutter Position On Small Documents by @thecoolwinter in #312
New Contributors
Full Changelog: 0.11.0...0.12.0