Age | Commit message (Collapse) | Author |
|
|
|
Silently passing second length parameter can cause subtle bugs in functions that
accept more than one parameter.
|
|
If any extensions are specified as inclusive, exclude all others not specified.
|
|
|
|
This is more convenient than '-e "goto_line(n - 1)"'.
|
|
Filters are now simply lists of inclusive and exclusive patterns.
Added temporary compatibility and notice for old-style filters.
|
|
|
|
Apparently Mac OSX 10.14 is causing problems with GTK-OSX's normal input method
switching.
The input methods available are in Textadept.app's Contents/Resources/etc/gtk-
2.0/gtk.immodules file. Use the first string identifier.
|
|
Snippet prev/next coupled with subsequent edits may cause the buffer to contain
an unexpected snippet placeholder. Handle it gracefully.
|
|
This allows previous versions of Textadept to compile against PDCurses 3.4 and
newer versions to compile against 3.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This only affects `buffer:multiple_select_add_[next|each]()`.
Patch submitted upstream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some lualibs files are read-only.
|
|
|
|
|
|
It can be implemented as a separate user module instead.
|
|
|
|
|
|
|
|
|
|
Updating to GTK 2.24.32 on Windows seems to have removed the need to translate
keys. It is possible that some international layouts do not need it, but some
do.
|
|
Despite the fact GLib no longer aborts when polling file descriptors, it still
appears to mostly block while polling, rendering Textadept mostly useless.
|
|
|
|
|
|
|
|
This was not being handled correctly in the terminal version.
|
|
|
|
|
|
This is for the curses version.
|
|
|
|
|
|
|
|
Thanks to Misel Alexander.
|