Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The find & replace pane and UI dialogs can now handle UTF-8 characters. The
support is functional, but not perfect. Since the patch only targets the widgets
Textadept uses, it cannot be submitted to upstream CDK for inclusion. It's kind
of a hack anyway.
|
|
Requires Scinterm r118 (changeset 8a7943225c5a).
|
|
Enabled tapping Alt key during mouse selection to convert to rectangular
selection and mentioned this in the manual.
|
|
|
|
This requires Scinterm r92 (changset 90ba2dd413c3).
|
|
|
|
|
|
|
|
|
|
|
|
Also have libtermkey take care of saving and restoring termios.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Any changes, even incremental ones, are reflected immediately.
As a result, removed `set_menubar()` and `set_contextmenus()` from API.
|
|
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter
functions.
|
|
Requires Scintillua r423.
|
|
|
|
|
|
|
|
Also fixed some curses errors introduced by the last commit.
|
|
|
|
|
|
|
|
|
|
|
|
Also clarified `ta` launcher since `--help` is unavailable.
|
|
It's probably better to have users enable it manually than to do something
unexpected.
|