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-10-07
Added refresh key for syntax highlighting; modules/textadept/key_commands.lua
mitchell
2007-10-06
The run function uses textadept.print now; modules/lua/commands.lua
mitchell
2007-09-27
Added buffer:reload() function.
mitchell
2007-09-22
Modified snippet key commands; modules/textadept/key_commands.lua
mitchell
2007-09-20
Snippet "snapshots" enable backtracking; /modules/textadept/lsnippets.lua
mitchell
2007-09-17
Fixed typo; modules/new
mitchell
2007-09-06
Words can be autocompleted from a specified dictionary.
mitchell
2007-08-21
Added events defined by modules/textadept/macros.lua to the module's LuaDoc.
mitchell
2007-08-21
Moved @usage LuaDocs to comment blocks inside the modules.
mitchell
2007-08-16
Restructured modules/textadept/key_commands.lua
mitchell
2007-08-15
Recent files are now tracked and a user list can be shown to open them.
mitchell
2007-08-15
Renamed handlers module to events, updated everything to reflect changes.
mitchell
2007-08-15
Added extensive @usage LuaDoc like in lsnippets; modules/textadept/keys.lua
mitchell
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