Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-10 | Removed `keys.LANGUAGE_MODULE_PREFIX` key binding. | ||
2014-12-31 | Updated copyright year. | ||
2014-12-24 | Fixed C module's ctag autocompletion and utilize project or directory tags. | ||
Includes the current project's top-level tags file or the current directory's tags file automatically. That file does not need to be added to `_M.ansi_c.tags`. | |||
2014-11-12 | Code and documentation cleanup. | ||
2014-10-29 | Fixed bug in ANSI C autocompletion; modules/ansi_c/init.lua | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-05-28 | Utilize list separator characters instead of hard-coded characters. | ||
2014-05-25 | ANSI C and Lua language module tweaks. | ||
2014-05-24 | Removed Adeptsense in favor of new framework committed in r1735. | ||
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions. | |||
2014-01-12 | Updated copyright information. | ||
2013-11-07 | New ANSI C lexer. | ||
C/C++ lexer was separated into ANSI C and C++ lexers. Also took the opportunity to use shorter macros in compile/run commands. |