Textadept 12.0 alpha #324
orbitalquark
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Textadept 12.0 alpha is released from https://github.com/orbitalquark/textadept/releases/tag/textadept_12.0_alpha.
This is a major new release featuring:
Please see the migration guide for migrating from Textadept 11 to 12.
Bugfixes:
io.get_project_root()
on Windows network shares.Shift+Tab
key bindings in menus.Changes:
_HOME
based on Textadept executable location.
_G.QT
.ui.buffer_list_zorder
option and removed zorder parameter fromui.switch_buffer()
.The buffer list order is most recently used first by default.
ui.suspend()
for the terminal version, allowing any key binding to suspend the editor.textadept.editing.auto_pairs
andtextadept.editing.typeover_chars
auto-include '<>'characters for XML-like languages and removed
textadept.editing.brace_matches
.ui.find.show_filenames_in_progressbar
isfalse
by default now.lfs.walk()
,io.quick_open()
, andui.find_in_files()
now use glob patternsinstead of Lua patterns.
events.KEYPRESS
to only emit string key representations.events.TAB_CLICKED
to use key modifier mask like other events.textadept.editing.auto_pairs
andtextadept.editing.typeover_chars
to use stringcharacter keys instead of bytes.
textadept.run.INDIC_WARNING
andtextadept.run.INDIC_ERROR
for underliningcompile, run, build, and test warning and error messages.
Beta Was this translation helpful? Give feedback.
All reactions