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
/
macros.lua
Age
Commit message (
Expand
)
Author
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2020-02-21
Removed '_' mnemonics from locale keys.
mitchell
2019-09-27
Fixed macro toggling with some key combinations.
mitchell
2019-09-23
Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.
mitchell
2018-10-23
Actually commit new macros module.
mitchell
2009-04-02
Removed macro support; just use Lua for scripting.
mitchell
2009-02-14
Read and write in binary mode for everything.
mitchell
2009-02-10
Moved the textadept.locale table into the globals table.
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-12-22
Fixed bugs in macros and macro browser.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-23
Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).
mitchell
2008-02-10
Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.
mitchell
2007-08-21
Added events defined by modules/textadept/macros.lua to the module's LuaDoc.
mitchell
2007-08-15
Renamed handlers module to events, updated everything to reflect changes.
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