aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/adeptsense.lua
AgeCommit message (Collapse)Author
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-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-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-03Fixed bug with Windows paths in goto_ctag(); modules/textadept/adeptsense.luamitchell
2011-01-25Fixed typos.mitchell
2011-01-21Code cleanup.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2011-01-19Fixed goto_ctag(); modules/textadept/adeptsense.luamitchell
2011-01-17Added Adeptsense.mitchell