Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Forcing a switch to and from the source buffer's view triggers "switch" view
events, which can cause trouble.
There's no need to know this in real-time and `buffer.modified` can be checked
in an `events.BUFFER_AFTER_SWITCH` or `events.VIEW_AFTER_SWITCH` handler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also updated LuaDoc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows other tools like curl to be used.
|
|
|
|
At least git allows files named '.git'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|