aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
AgeCommit message (Collapse)Author
2010-12-28Updated copyright information.mitchell
2010-12-26Separated key command manager from key command definitions.mitchell
2010-12-23Added filter-through module for shell commands.mitchell
2010-12-23Code cleanup.mitchell
2010-12-19Use buffer.selection_start and buffer.selection_end.mitchell
2010-12-09Utilize lexers added to scintillua; modules/textadept/mime_types.confmitchell
2010-11-30New manual.mitchell
2010-11-24Added key commands and menu options for toggling virtual space.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-11-15LuaDoc cleanup.mitchell
2010-11-11Code cleanup.mitchell
2010-11-11Simplify modules/textadept/menu.lua by Robert Gieseke.mitchell
2010-10-28Fixed syntax error in modules/textadept/run.lua.mitchell
2010-10-28Rename MAC variable in to OSX in Lua, __OSX__ in C.mitchell
2010-10-28Fixed bug in modules/textadept/run.lua from localization changes.mitchell
2010-10-25Do not clear statusbar text if set by key command; modules/textadept/keys.luamitchell
2010-10-25Speed up find in files; modules/textadept/find.luamitchell
2010-10-25Allow access to find_in_files() through the gui.find API.mitchell
2010-10-18Added JSP lexer; modules/textadept/mime_types.confmitchell
2010-10-15Make word highlight colors more universal; modules/textadept/editing.luamitchell
2010-10-15Added key commands and changed LuaDoc for highlighting words.mitchell
2010-10-15Can highlight all occurances of a word; adapted from Brian Schott.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Removed some useless editing module functions.mitchell
2010-10-14Code formatting changes.mitchell
2010-10-13Make recursion depth a parameter; modules/textadept/snapopen.luamitchell
2010-10-13Think before clearing key command statusbar updates; modules/textadept/keys.luamitchell
2010-10-11gui.dialog() can take tables of strings as arguments.mitchell
2010-10-09Fixed some snapopen Luadoc; modules/textadept/snapopen.luamitchell
2010-10-09Fix menu item conflicts; modules/textadept/menu.luamitchell
2010-10-09Remove extra slash from snapopen currentdir menu; modules/textadept/menu.luamitchell
2010-10-09Update UI after command entry command; modules/textadept/command_entry.luamitchell
2010-09-30Performance improvement; modules/textadept/snapopen.luamitchell
2010-09-30Set max list size for snapopen to prevent blocking.mitchell
2010-09-30Updated documentation; modules/textadept/snapopen.luamitchell
2010-09-29Added a textadept.snapopen module.mitchell
2010-09-29Fixed menu commands for snippets; modules/textadept/menu.luamitchell
2010-09-13Updated lexer names from Scintillua; modules/textadept/mime_types.confmitchell
2010-08-31Halt keypress event after showing completion list; modules/textadept/editing.luamitchell
2010-08-31Change Lua interface to support updated LPeg Scintilla lexer.mitchell
2010-08-26Fixed infinite loop bug with Lua pattern search; modules/textadept/find.luamitchell
2010-08-21Changed Scintillua private_lexer_call operation parameters.mitchell
2010-08-17Fixed LuaDoc typos.mitchell
2010-08-17Upgraded to Scintilla/SciTE 2.20.mitchell
2010-08-10Refactored keys; modules/textadept/keys.luamitchell
Previously it was only possible to run a single key command for a given lexer and/or scope without propagation. For example, if a Lua-specific Ctrl+Enter failed to do a keyword autocomplete, it could not propagate to a general Ctrl+Enter to do a word autocomplete. This is now possible.
2010-06-24Restore lexer on view_after_switch; modules/textadept/mime_types.luamitchell
This is needed to reload language specific modules after a reset.
2010-06-24No menu accelerators for underscores in lexer names; modules/textadept/menu.luamitchell
2010-06-19Small changes to dynamic args messages and Luadoc.mitchell
2010-06-19Recognize Gtkrc and Prolog files; modules/textadept/mime_types.confmitchell
2010-06-18Fixed bug with args and sessions.mitchell