Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also modified the editing module's enclose() and select_enclosed() functions.
|
|
|
|
|
|
|
|
|
|
Added syntax checking for file saving.
Changed autocomplete of 'end' to take advantage of key propagation; Pressing
Shift+Return is no longer necessary; Return is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously it was only possible to run a single key command for a given lexer
and/or scope without propagation. For example, if a Lua-specific Ctrl+Enter
failed to do a keyword autocomplete, it could not propagate to a general
Ctrl+Enter to do a word autocomplete. This is now possible.
|
|
This is needed to reload language specific modules after a reset.
|
|
|
|
|
|
|
|
|
|
|