Age | Commit message (Collapse) | Author |
|
Snippet syntax has changed; see LuaDoc for details.
|
|
Ctrl+H will now show symbol apidoc when available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also modified the editing module's enclose() and select_enclosed() functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|