Age | Commit message (Collapse) | Author |
|
|
|
Filepaths have a "_HOME" prefix that is expected to be filled in by consumers
(e.g. the experimental ctags module).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enables proper ctags navigation.
|
|
|
|
Also refactored snippet lookup, added options to Lua and C modules to include
snippet triggers in autocompletion lists, swapped snippet keybindings, and fixed
a bug recognizing lexer-specific snippet files as global.
|
|
The language modules should not overwrite them, as user scripts may define them
in on init.
|
|
|
|
|
|
|
|
|
|
|
|
This gives more control over when to include certain autocompletion and
documentation files like Textadept's API.
|
|
Textadept autocompletion and documentation is now only performed on Textadept
files.
Modified the LuaDoc doclet to only process "lua.luadoc" on its own, and updated
the Makefile rule accordingly.
|
|
|
|
The command entry no longer uses named key modes. Instead, mode keys are
supplied to `run()` if necessary. The command entry remains modal, though.
|
|
|
|
|
|
|
|
|
|
|
|
Also updated LuaDoc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|