Textadept 11.2 beta 2 (01 Jun 2021)
Download:
- Textadept 11.2 beta 2 -- Win32
- Textadept 11.2 beta 2 -- Mac OSX 10.7+
- Textadept 11.2 beta 2 -- Linux
- Textadept 11.2 beta 2 -- Modules
Bugfixes:
- Fixed some file extension conflicts.
- Restore view scroll state after
textadept.editing.filter_through(). - Do not clobber user's terminal on initialization error.
- Modules: Refresh debugger breakpoints when buffer content is replaced and persist breakpoints
and watchpoints on reset. - Scintilla: Respect system font settings like antialiasing.
- Scintilla: Fix primary selection on GTK 3 and Wayland.
Changes:
- Save/restore view state when undoing/redoing full-buffer changes (e.g. code formatting).
- Added ability to specify find & replace pane font via
ui.find.entry_font. - Replaced
events.FILE_BEFORE_RELOADandevents.FILE_AFTER_RELOADwith
events.BUFFER_BEFORE_REPLACE_TEXTandevents.BUFFER_AFTER_REPLACE_TEXT. - Added support for Gleam.
- Scintilla: Added
view.indic_stroke_width,view.marker_fore_translucent,
view.marker_back_translucent,view.marker_back_selected_translucent, and
view.marker_stroke_width. - Scintilla: Added new EOL annotation styles.
- Scintilla: Added
view.element_colorfor setting UI element colors (e.g. selection,
caret, etc.) and deprecatedview:set_sel_fore(),view.sel_alpha,view.caret_fore,
etc. Also addedview.element_allows_translucent,view.element_base_color, and
view.element_is_set. - Scintilla:
view.MARK_CHARACTERmarkers now support unicode characters. - Scintilla: added
view.selection_layer,view.caret_line_layer, and
view.marker_layerin conjunction withview.element_colorfor alpha transparency. - Scintilla: Included modifiers in
events.INDICATOR_RELEASE. - Scintilla: Update to Unicode 13.
- Updated to Scintilla 5.0.3.