Age | Commit message (Collapse) | Author |
|
Enabled tapping Alt key during mouse selection to convert to rectangular
selection and mentioned this in the manual.
|
|
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.
|
|
This requires Scinterm r92 (changset 90ba2dd413c3).
|
|
|
|
|
|
Removed workaround for autocompleting in multiple selections.
Requires Scintilla changeset 5114:bd09a915437d.
|
|
|
|
|
|
|
|
Compile and run should work out of the box for most languages. Also added a
warning marker, renamed `compile_command` and `run_command` tables to
`compile_commands` and `run_commands`, respectively, and renamed `error_details`
to `error_patterns`, changing its structure to just hold patterns.
|
|
|
|
|
|
|
|
Also removed more unused constants.
|
|
|
|
|
|
|