Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Thanks to Christof Böckler.
|
|
|
|
Embed multiple sizes in one icon file.
|
|
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for immediate scrolling, selections, etc. in non-focused views. This
behavior mimics the GUI version.
|
|
|
|
|
|
|
|
|