Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also updated keybindings.
|
|
The command entry no longer uses named key modes. Instead, mode keys are
supplied to `run()` if necessary. The command entry remains modal, though.
|
|
Previously, only colors used in the theme files were enabled.
|
|
|
|
If the mode was not originally enabled, this just causes confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid changing the selection and scrolling, as this drastically slows things
down, particularly on long lines.
|
|
The current line should always remain visible.
|
|
Thanks to Ashwin Hirschi.
|
|
|
|
Block caret placement is now configurable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.).
|
|
Thanks to Ypnose.
|
|
|
|
|
|
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.
|
|
|
|
1080p (full HD) screens seem to be the norm now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forcing a switch to and from the source buffer's view triggers "switch" view
events, which can cause trouble.
There's no need to know this in real-time and `buffer.modified` can be checked
in an `events.BUFFER_AFTER_SWITCH` or `events.VIEW_AFTER_SWITCH` handler.
|
|
|