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
Age
Commit message (
Collapse
)
Author
2007-08-15
Added new lsnippets textadept module, updated other modules to use it.
mitchell
2007-08-11
MLines' update is now a single undo action; modules/textadept/mlines.lua
mitchell
2007-08-11
Improved LuaDoc for _m.textadept.keys; modules/textadept/keys.lua
mitchell
2007-08-10
Renamed textadept.handlers' add_function_to_handler to add_handler_function.
mitchell
2007-08-10
Macros can now be recorded, saved, played, browsed, etc.
mitchell
2007-08-09
Can use selected_text inside a snippet; modules/textadept/snippets.lua
mitchell
Originally just the global environment was available for executing Lua code in snippets, but now a 'selected_text' variable is available for (key) commands that insert snippets. This is typically useful for wrapping selected text in a snippet.
2007-08-09
Removed unnecessary LuaDoc; modules/textadept/snippets.lua
mitchell
Option variables for file in/out, redirect, and Ruby are not longer used.
2007-08-09
Renamed modules global to _m.
mitchell
2007-08-09
Added new LuaDoc, updated existing LuaDoc to be more consistent.
mitchell
2007-08-06
Initial import of utility scripts.
mitchell
2007-08-06
Initial import of the cpp module.
mitchell
2007-08-06
Initial import of the lua module.
mitchell
2007-08-06
Initial import of the textadept module.
mitchell