| Age | Commit message (Collapse) | Author | 
 | 
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.
 | 
 | 
This allows for per-project "find in files" filters.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
GTK appears to aggressively convert clipboard text to/from UTF-8, even if it
cannot be converted. Try to handle it like Scintilla does by falling back on
ISO-8859-1.
 |