aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Collapse)AuthorAge
* Fixed goto_line bug when cancelling dialog; modules/textadept/editing.luaGravatar mitchell2008-07-22
|
* Moved block comment key commands from language modules to _m.textadept.editing.Gravatar mitchell2008-07-21
|
* Fix bug when file is not matched in modules/lua/commands.lua.Gravatar mitchell2008-07-08
|
* Cancelling 'goto line' dialog shouldn't error; modules/textadept/editing.luaGravatar mitchell2008-07-05
|
* Added _m.textadept.bookmarks module; modules/textadept/bookmarks.luaGravatar mitchell2008-06-24
|
* Simplified get_line in modules/lua/commands.lua.Gravatar mitchell2008-06-20
|
* Added modules browser to the Project Manager.Gravatar mitchell2008-06-18
|
* Fixed bugs with tonumber(cocoa_dialog(...)) in various files.Gravatar mitchell2008-03-04
| | | | | Instead of the extra overhead when calling tonumber(), add the --no-newline option and do a direct string comparison.
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
|
* Need non-negative return value from goto dialog; modules/textadept/editing.luaGravatar mitchell2008-03-03
|
* Fixed select_indented_block() bug; modules/textadept/editing.luaGravatar mitchell2008-02-29
|
* 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
|
* Fixed assertion error caused by replace_target; modules/textadept/editing.luaGravatar mitchell2007-11-16
|
* Moved key command manager to core.Gravatar mitchell2007-10-07
|
* Added refresh key for syntax highlighting; modules/textadept/key_commands.luaGravatar mitchell2007-10-07
|
* The run function uses textadept.print now; modules/lua/commands.luaGravatar mitchell2007-10-06
|
* Added buffer:reload() function.Gravatar mitchell2007-09-27
|
* Modified snippet key commands; modules/textadept/key_commands.luaGravatar mitchell2007-09-22
|
* Snippet "snapshots" enable backtracking; /modules/textadept/lsnippets.luaGravatar mitchell2007-09-20
|
* Fixed typo; modules/newGravatar mitchell2007-09-17
|
* Words can be autocompleted from a specified dictionary.Gravatar mitchell2007-09-06
|
* Added events defined by modules/textadept/macros.lua to the module's LuaDoc.Gravatar mitchell2007-08-21
|
* Moved @usage LuaDocs to comment blocks inside the modules.Gravatar mitchell2007-08-21
|
* Restructured modules/textadept/key_commands.luaGravatar mitchell2007-08-16
|
* Recent files are now tracked and a user list can be shown to open them.Gravatar mitchell2007-08-15
|
* Renamed handlers module to events, updated everything to reflect changes.Gravatar mitchell2007-08-15
|
* Added extensive @usage LuaDoc like in lsnippets; modules/textadept/keys.luaGravatar mitchell2007-08-15
|
* Added new lsnippets textadept module, updated other modules to use it.Gravatar mitchell2007-08-15
|
* MLines' update is now a single undo action; modules/textadept/mlines.luaGravatar mitchell2007-08-11
|
* Improved LuaDoc for _m.textadept.keys; modules/textadept/keys.luaGravatar mitchell2007-08-11
|
* 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
|
* Can use selected_text inside a snippet; modules/textadept/snippets.luaGravatar mitchell2007-08-09
| | | | | | | 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.
* Removed unnecessary LuaDoc; modules/textadept/snippets.luaGravatar mitchell2007-08-09
| | | | Option variables for file in/out, redirect, and Ruby are not longer used.
* Renamed modules global to _m.Gravatar mitchell2007-08-09
|
* Added new LuaDoc, updated existing LuaDoc to be more consistent.Gravatar mitchell2007-08-09
|
* Initial import of utility scripts.Gravatar mitchell2007-08-06
|
* Initial import of the cpp module.Gravatar mitchell2007-08-06
|
* Initial import of the lua module.Gravatar mitchell2007-08-06
|
* Initial import of the textadept module.Gravatar mitchell2007-08-06