aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2011-02-28Condense language modules into single init.lua file.mitchell
2011-02-26Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.mitchell
2011-02-26Use Ctrl+H for showing apidoc in cpp and lua modules.mitchell
2011-02-26Changes in apidoc handling; modules/textadept/adeptsense.luamitchell
Lookup documentation for the selected symbol or symbol under the caret as opposed to needing the caret to the right of a '('. Also, allow full symbols to be present in api files instead of just their names.
2011-02-25Changed Ctrl+H key command (highlight word) to Ctrl+Shift+H.mitchell
Ctrl+H will now show symbol apidoc when available.
2011-02-25Escape pattern chars when searching apidoc; modules/textadept/adeptsense.luamitchell
2011-02-25Allow for raw symbol matching in get_apidoc(); modules/textadept/adeptsense.luamitchell
2011-02-25Fixed bug with Lua type assignments; modules/lua/adeptsense.luamitchell
2011-02-22Fixed bug with cpp adeptsense type_declarations; modules/cpp/adeptsense.luamitchell
2011-02-22Recursively add inherited completions; modules/textadept/adeptsense.luamitchell
2011-02-22Added sense.always_show_globals option; modules/textadept/adeptsense.luamitchell
2011-02-21Added tutorial for creating Adeptsense; modules/textadept/adeptsense.luamitchell
2011-02-21Lua module changes.mitchell
2011-02-18Fixed bug with assignment type-inference; modules/textadept/adeptsense.luamitchell
2011-02-17Support type-inference through variable assignment.mitchell
2011-02-16Reverted 755; modules/textadept/adeptsense.luamitchell
2011-02-15Add sense.syntax.class_definition for class context completion.mitchell
2011-02-13Load user api files for adeptsense language modules.mitchell
2011-02-13Show completions for current context too; modules/textadept/adeptsense.luamitchell
2011-02-13Handle \\n sequences properly in apidoc; modules/textadept/adeptsense.luamitchell
2011-02-13Show completions for current context too; modules/textadept/adeptsense.luamitchell
2011-02-10Updated documentation.mitchell
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