11.4
·
1132 commits
to default
since this release
Textadept 11.4 (01 Aug 2022)
Download:
- Textadept 11.4 -- Windows
- Textadept 11.4 -- Mac OSX 10.7+
- Textadept 11.4 -- Linux
- Textadept 11.4 -- Modules
Bugfixes:
- Fixed line comment toggling for Batch.
- Fixed lack of HTML documentation in releases since 11.3.
- Ensure the statusbar is updated after
buffer:set_lexer(). - Ensure
events.LEXER_LOADEDis emitted onbuffer.new(). - LSP: Fixed off-by-one errors for goto definition et. al. and find references.
- LSP: Fixed bug attempting to start a language server manually.
- Lua REPL: Fixed key bindings.
- Ruby: Fixed bug when trying to toggle a block at the end of the buffer.
- Scintilla: Fixed hiding selection when
view.selection_layerisview.LAYER_UNDER_TEXT. - Scintilla: Fix potential issues with drawing non-UTF-8 text.
Changes:
- Changed line duplication to line/selection duplication.
- Added
ui.popup_menu()for displaying menus like the right-click context menu. - The GUI version now recognizes the 'menu' key.
- Added support for Hare.
- Updated Spanish translation.
- Updated R, Fortran, and Go lexers.
- Updated to Scintilla 5.2.4.