aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2011-02-10Make adeptsense images user-modifiable; modules/textadept/adeptsense.luamitchell
2011-02-10Show apidoc '\\' sequences properly; modules/textadept/adeptsense.luamitchell
2011-02-09Ensure proper split between symbol and part; modules/textadept/adeptsense.luamitchell
Match as many non-word characters as possible when splitting the symbol and the part.
2011-02-06Updated mime-types; modules/textadept/mime_types.confmitchell
2011-02-03Fixed bug with Windows paths in goto_ctag(); modules/textadept/adeptsense.luamitchell
2011-01-27Added Adeptsense info and screenshots to documentation.mitchell
2011-01-25Fixed typos.mitchell
2011-01-23Allow language-specific char_matches and braces for _m.textadept.editing.mitchell
Thanks to Robert Gieseke.
2011-01-23Fixed problem with trailing '/'s in Win32; modules/textadept/mime_types.luamitchell
2011-01-21Fixed bug in goto_line() caused by last commit; modules/textadept/editing.luamitchell
2011-01-21Code cleanup.mitchell
2011-01-19Can navigate between bookmarks with a filteredlist.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2011-01-19Fixed goto_ctag(); modules/textadept/adeptsense.luamitchell
2011-01-19Modified Buffer menu options.mitchell
2011-01-18Emit an event after loading a language module; modules/textadept/mime_types.luamitchell
2011-01-18Change cpp and lua module adeptsense key commands.mitchell
2011-01-17Added Adeptsense.mitchell
2011-01-13More informative check_focused_buffer() error message.mitchell
2010-12-29The filter-through module handles selected text as stdin better.mitchell
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-12-01Change back to Shift+Return for autocomplete end; modules/lua/commands.luamitchell
2010-11-30Added 'file_after_save' event.mitchell
2010-11-30New manual.mitchell
2010-11-30Ignore shebang line when checking Lua syntax; modules/lua/commands.luamitchell
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-11-10Updated LuaDoc; modules/lua/commands.luamitchell
2010-11-10Changes to Lua module.mitchell
Added syntax checking for file saving. Changed autocomplete of 'end' to take advantage of key propagation; Pressing Shift+Return is no longer necessary; Return is used.
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