Age | Commit message (Collapse) | Author |
|
|
|
|
|
This allows users to close buffers on middle-click for example.
|
|
|
|
|
|
|
|
Also updated keybindings.
|
|
|
|
If the mode was not originally enabled, this just causes confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This works best with buffer.CARET_STICKY_OFF. For any other sticky setting, the
last x position may be lost (e.g. when set by mouse click, inserted indentation,
etc.).
|
|
|
|
CP1252 is a superset of ISO-8859-1.
|
|
Scintilla.iface has changed, as has some of its underlying platform API. Testing
sooner is better than later.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
At least git allows files named '.git'.
|
|
|
|
|
|
If any extensions are specified as inclusive, exclude all others not specified.
|
|
Filters are now simply lists of inclusive and exclusive patterns.
Added temporary compatibility and notice for old-style filters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Misel Alexander.
|
|
|
|
|
|
Lua 5.3 made them optional and LuaJIT support has been dropped.
|