aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/macros.lua
Commit message (Expand)AuthorAge
* Updated copyright year.Gravatar mitchell2022-01-31
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Code cleanup.Gravatar mitchell2020-10-20
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
* Updated copyright information.Gravatar mitchell2020-09-29
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* Updated macro record to use new modifier keys.Gravatar mitchell2020-07-12
* Be more consistent with Command key variable name.Gravatar mitchell2020-06-28
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-14
* More code cleanup, refactoring, reformatting, and bug fixes.Gravatar mitchell2020-03-12
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Fixed macro toggling with some key combinations.Gravatar mitchell2019-09-27
* Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.Gravatar mitchell2019-09-23
* Actually commit new macros module.Gravatar mitchell2018-10-23
* Removed macro support; just use Lua for scripting.Gravatar mitchell2009-04-02
* Read and write in binary mode for everything.Gravatar mitchell2009-02-14
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Various improvements to speed and readability of Lua code.Gravatar mitchell2009-01-10
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
* Added localization support.Gravatar mitchell2009-01-03
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
* Fixed bugs in macros and macro browser.Gravatar mitchell2008-12-22
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
* Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).Gravatar mitchell2008-02-23
* Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.Gravatar mitchell2008-02-10
* Added events defined by modules/textadept/macros.lua to the module's LuaDoc.Gravatar mitchell2007-08-21
* Renamed handlers module to events, updated everything to reflect changes.Gravatar mitchell2007-08-15
* Renamed textadept.handlers' add_function_to_handler to add_handler_function.Gravatar mitchell2007-08-10
* Macros can now be recorded, saved, played, browsed, etc.Gravatar mitchell2007-08-10