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
/
textadept
/
lsnippets.lua
Age
Commit message (
Expand
)
Author
2010-06-10
Renamed _m.textadept.lsnippets to _m.textadept.snippets.
mitchell
2010-04-08
Respect tab settings for snippets.
mitchell
2010-04-02
Fixed snippets bug with Lua code %n sequences; modules/textadept/lsnippets.lua
mitchell
2010-03-30
Use multiple carets for snippets; modules/textadept/lsnippets.lua
mitchell
2010-03-23
Added textadept.user_dofile to load user files like key commands and snippets.
mitchell
2010-03-16
Removed duplicate code; modules/textadept/lsnippets.lua
mitchell
2010-03-16
Only gsub once in transform mirror; modules/textadept/lsnippets.lua
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-08-06
Fixed bug introduced during refactoring; modules/textadept/lsnippets.lua
mitchell
2009-08-03
Refactored snippets module, fixed bugs; modules/textadept/lsnippets.lua
mitchell
2009-07-30
Fixed snippets bug; modules/textadept/lsnippets.lua
mitchell
2009-07-25
Documentation overhaul.
mitchell
2009-07-19
Removed [Local {function,table}] documentation from being shown in LuaDoc.
mitchell
2009-02-12
Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.
mitchell
2009-02-10
Moved the textadept.locale table into the globals table.
mitchell
2009-02-08
Removed buffer:find() function.
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-08
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-03
Added localization support.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-09-27
Fixed modules/textadept/lsnippets.lua bug for placeholders.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-10
Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.
mitchell
2007-09-20
Snippet "snapshots" enable backtracking; /modules/textadept/lsnippets.lua
mitchell
2007-08-21
Moved @usage LuaDocs to comment blocks inside the modules.
mitchell
2007-08-15
Added new lsnippets textadept module, updated other modules to use it.
mitchell