Textadept 12.5 beta 3 #572
orbitalquark
started this conversation in
General
Replies: 1 comment 6 replies
-
The renaming of lexers seems to have broken something in textredux. Typing any of the lexer names (c, d, r) now results in the keychain being activated. Seems like the if clause does not activate in this case because while if not prefix and key._lexer then return PROPAGATE end -- typed key matches lexer name |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Textadept 12.5 beta 3 is released from https://github.com/orbitalquark/textadept/releases/tag/textadept_12.5_beta_3
The biggest change is the renaming of the 'ansi_c', 'dmd', and 'rstats' lexers to 'c', 'd', and 'r', respectively. Custom language-specific keys, snippets, compile/run commands, etc. will be affected. Other than that, macOS support has been greatly improved, and lots of longstanding bugs have been fixed (not all of them though).
Bugfixes:
$PATH
) on macOS without ~/.osx_env.sh.reset()
.ui.SHOW_ALL_TABS
.format.prefix_map
for formatting paragraphs.M
identifier as the current module._HOME
more than once._HOME
detection on macOS.Changes:
keys.c
andsnippets.c
now).events.VIEW_BEFORE_SWITCH
onview:split()
.view.caret_line_visible_always
, but only on the current view when Textadept has focus.select
option toui.dialogs.list()
.gfmt
for formatting paragraphs on macOS.Beta Was this translation helpful? Give feedback.
All reactions