Age | Commit message (Collapse) | Author |
|
|
|
This was particularly problematic when attempting to fetch all files with a
given extension, but not in a particular directory.
Also updated some relevant LuaDoc and removed temporary compatibility warnings.
|
|
|
|
1080p (full HD) screens seem to be the norm now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|