(01 Jun 2020)
Please see the 10 to 11 migration guide for upgrading from Textadept 10 to
Textadept 11.
Bugfixes:
- Fixed some drive letter case issues on Windows resulting in duplicate open
files. - Fixed
os.spawnexit callback andspawn_proc:wait()inconsistencies. - Restore prior key mode after running the command entry.
- Fixed regression with word completion not respecting
buffer.auto_c_ignore_case. - Scintilla: Fixed display of windowed IME on Wayland.
Changes:
- Views can be used as buffers in most places, resulting in new
API suggestions forbufferandview. - Scintilla: Added
buffer:marker_handle_from_line()and
buffer:marker_number_from_line()for iterating through the marker
handles and marker numbers on a line. - Scintilla: Deprecated
lexer.delimited_range()andlexer.nested_pair()in
favor oflexer.range(), and addedlexer.to_eol()and
lexer.number. - Scintilla: Automatically scroll text while dragging.
- Scintilla: Improved behavior of IME.
- Updated to Scintilla 3.20.0.