Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
|
|
|
|
|
|
|
|
|
|
Patched Scintilla to prevent warning on widget destroy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Removed workaround for autocompleting in multiple selections.
Requires Scintilla changeset 5114:bd09a915437d.
|
|
|
|
|
|
|
|
|
|
|
|
Both values are required for regexp searches.
|
|
|
|
|
|
|
|
Also removed more unused constants.
|
|
|
|
|
|
|
|
|
|
|