aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Added key commands and menu options for toggling virtual space.Gravatar mitchell2010-11-24
* Code cleanup.Gravatar mitchell2010-11-23
* LuaDoc cleanup.Gravatar mitchell2010-11-15
* Code cleanup.Gravatar mitchell2010-11-11
* Simplify modules/textadept/menu.lua by Robert Gieseke.Gravatar mitchell2010-11-11
* Updated LuaDoc; modules/lua/commands.luaGravatar mitchell2010-11-10
* Changes to Lua module.Gravatar mitchell2010-11-10
* Fixed syntax error in modules/textadept/run.lua.Gravatar mitchell2010-10-28
* Rename MAC variable in to OSX in Lua, __OSX__ in C.Gravatar mitchell2010-10-28
* Fixed bug in modules/textadept/run.lua from localization changes.Gravatar mitchell2010-10-28
* Do not clear statusbar text if set by key command; modules/textadept/keys.luaGravatar mitchell2010-10-25
* Speed up find in files; modules/textadept/find.luaGravatar mitchell2010-10-25
* Allow access to find_in_files() through the gui.find API.Gravatar mitchell2010-10-25
* Added JSP lexer; modules/textadept/mime_types.confGravatar mitchell2010-10-18
* Make word highlight colors more universal; modules/textadept/editing.luaGravatar mitchell2010-10-15
* Added key commands and changed LuaDoc for highlighting words.Gravatar mitchell2010-10-15
* Can highlight all occurances of a word; adapted from Brian Schott.Gravatar mitchell2010-10-15
* Changed locale implementation.Gravatar mitchell2010-10-15
* Removed some useless editing module functions.Gravatar mitchell2010-10-14
* Code formatting changes.Gravatar mitchell2010-10-14
* Make recursion depth a parameter; modules/textadept/snapopen.luaGravatar mitchell2010-10-13
* Think before clearing key command statusbar updates; modules/textadept/keys.luaGravatar mitchell2010-10-13
* gui.dialog() can take tables of strings as arguments.Gravatar mitchell2010-10-11
* Fixed some snapopen Luadoc; modules/textadept/snapopen.luaGravatar mitchell2010-10-09
* Fix menu item conflicts; modules/textadept/menu.luaGravatar mitchell2010-10-09
* Remove extra slash from snapopen currentdir menu; modules/textadept/menu.luaGravatar mitchell2010-10-09
* Update UI after command entry command; modules/textadept/command_entry.luaGravatar mitchell2010-10-09
* Performance improvement; modules/textadept/snapopen.luaGravatar mitchell2010-09-30
* Set max list size for snapopen to prevent blocking.Gravatar mitchell2010-09-30
* Updated documentation; modules/textadept/snapopen.luaGravatar mitchell2010-09-30
* Added a textadept.snapopen module.Gravatar mitchell2010-09-29
* Fixed menu commands for snippets; modules/textadept/menu.luaGravatar mitchell2010-09-29
* Updated lexer names from Scintillua; modules/textadept/mime_types.confGravatar mitchell2010-09-13
* Updated LuaDoc.Gravatar mitchell2010-08-31
* Halt keypress event after showing completion list; modules/textadept/editing.luaGravatar mitchell2010-08-31
* Change Lua interface to support updated LPeg Scintilla lexer.Gravatar mitchell2010-08-31
* Fixed infinite loop bug with Lua pattern search; modules/textadept/find.luaGravatar mitchell2010-08-26
* Added Lua autocompletion support.Gravatar mitchell2010-08-21
* Added LuaDoc for modules/cpp/commands.lua.Gravatar mitchell2010-08-21
* Changed Scintillua private_lexer_call operation parameters.Gravatar mitchell2010-08-21
* Fixed LuaDoc typos.Gravatar mitchell2010-08-17
* Upgraded to Scintilla/SciTE 2.20.Gravatar mitchell2010-08-17
* Refactored keys; modules/textadept/keys.luaGravatar mitchell2010-08-10
* Restore lexer on view_after_switch; modules/textadept/mime_types.luaGravatar mitchell2010-06-24
* No menu accelerators for underscores in lexer names; modules/textadept/menu.luaGravatar mitchell2010-06-24
* Small changes to dynamic args messages and Luadoc.Gravatar mitchell2010-06-19
* Recognize Gtkrc and Prolog files; modules/textadept/mime_types.confGravatar mitchell2010-06-19
* Fixed bug with args and sessions.Gravatar mitchell2010-06-18
* Added abbreviations for Lua commands from Jay Gould.Gravatar mitchell2010-06-17
* Added dynamic command line argument handling.Gravatar mitchell2010-06-17