Age | Commit message (Collapse) | Author |
|
This requires theme updates, primarily due to colour -> color.
|
|
This allows for a superficial separation of buffer- and view-specific Scintilla
functionality. buffers and views can now be used interchangeably for the most
part, and the APIs are guidance, not hard requirements. User scripts do not
require any modification and will continue to function normally.
|
|
|
|
|
|
This fixes PHP, Django, and other lexers that embed themselves.
|
|
|
|
|
|
|
|
|
|
|
|
Scintilla.iface has changed, as has some of its underlying platform API. Testing
sooner is better than later.
|
|
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
|
|
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required.
Since C++11 includes regex capability, drop TRE dependency.
|
|
|
|
|
|
Thanks to Franck Guadagnini.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Emit events for unhandled mouse events and connect to such events in order to
focus and resize views.
Patch libtermkey with new Win32 PDCurses driver for unified key/mouse input.
Update CDK patch to always use libtermkey and to ignore mouse events.
Requires Scinterm r97 (changeset 8d1a625c9b4d).
Thanks to Chris Emerson for proof of concept code that handles mouse events and
for the code that focuses and resizes views.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also clarified `ta` launcher since `--help` is unavailable.
|
|
|
|
Both values are required for regexp searches.
|
|
|
|
|
|
|
|
|
|
Also removed more unused constants.
|
|
|
|
|
|
|
|
|