index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
ansi_c
/
init.lua
Age
Commit message (
Expand
)
Author
2020-11-10
Fill `keys` and `snippet` tables with language-specific tables on init.
mitchell
2020-10-20
Code cleanup.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-03-30
Fixed off-by-one issues with `buffer:get_cur_line()`.
mitchell
2020-03-26
Switched to 1-based indices for buffer positions, lines, and countable entities.
mitchell
2020-03-16
Language modules should assume `_G.snippets` exists.
mitchell
2020-03-16
Small code cleanup.
mitchell
2020-03-14
More code cleanup, refactoring, and reformatting.
mitchell
2020-02-18
Added snippet trigger word completion.
mitchell
2020-02-18
Fixed C autocompletion error with typerefs.
mitchell
2020-02-17
Treat `textadept.editing.api_files` as already containing empty per-lexer lists.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-07-06
Do not attempt to provide autocompletions when there is no context.
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-04-02
Code cleanup.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-10-22
Refactored 'ansi_c' and 'lua' modules' snippets.
mitchell
2015-10-22
Added tags for the Lua C API to the ansi_c module.
mitchell
2015-08-19
Handle 'typeref' in ctags; modules/ansi_c/init.lua
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-10
Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-12-24
Fixed C module's ctag autocompletion and utilize project or directory tags.
mitchell
2014-11-12
Code and documentation cleanup.
mitchell
2014-10-29
Fixed bug in ANSI C autocompletion; modules/ansi_c/init.lua
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-05-28
Utilize list separator characters instead of hard-coded characters.
mitchell
2014-05-25
ANSI C and Lua language module tweaks.
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-11-07
New ANSI C lexer.
mitchell