Age | Commit message (Collapse) | Author |
|
|
|
Renamed `lfs.FILTER` to `lfs.default_filter` and removed `exclude_FILTER`
argument from `lfs.dir_foreach()`.
|
|
It was unnecessarily complicating things. Just construct the proper filter.
|
|
|
|
Headers with non-alphanumeric characters were causing trouble.
|
|
|
|
|
|
|
|
|
|
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|