aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Added Lua C API to cpp module.Gravatar mitchell2011-03-25
* Snapopen allows multiple files to be selected now.Gravatar mitchell2011-03-25
* Changes to key and menu command definitions.Gravatar mitchell2011-03-24
* Allow exclusions for type_declaration matches; modules/textadept/adeptsense.luaGravatar mitchell2011-03-24
* Use indicators instead of markers at snippet end; modules/textadept/snippets.luaGravatar mitchell2011-03-24
* Updated language modules to use new snippet syntax.Gravatar mitchell2011-03-23
* Code cleanup and fixed bugs introduced; modules/textadept/snippets.luaGravatar mitchell2011-03-23
* Rewrote _m.textadept.snippets module.Gravatar mitchell2011-03-23
* Fixed bug with Adeptsense apidoc calltip; modules/textadept/adeptsense.luaGravatar mitchell2011-03-20
* Add module field doc to Lua module apidoc.Gravatar mitchell2011-03-20
* Fixed snippet bugs; modules/textadept/snippets.luaGravatar mitchell2011-03-18
* Updated mime-types; modules/textadept/mime_types.confGravatar mitchell2011-03-17
* Performance and speed improvements.Gravatar mitchell2011-03-17
* Added type inference through 'require' for Lua module; modules/lua/init.luaGravatar mitchell2011-03-14
* Added C standard library to cpp module Adeptsense.Gravatar mitchell2011-03-14
* Trigger Adeptsense in embedded lexers; modules/textadept/adeptsense.luaGravatar mitchell2011-03-14
* get_lexer(true) returns the lexer at the caret; modules/textadept/mime_types.luaGravatar mitchell2011-03-14
* get_lexer() returns the lexer at the caret; modules/textadept/mime_types.luaGravatar mitchell2011-03-14
* Recognize some Ruby on Rails files; modules/textadept/mime_types.confGravatar mitchell2011-03-10
* Try to determine lexer by file extension last; modules/textadept/mime_types.luaGravatar mitchell2011-03-09
* Snapopen respects filesystem encoding; modules/textadept/snapopen.luaGravatar mitchell2011-03-09
* Load a post_init.lua script for language-specific module extensions.Gravatar mitchell2011-03-07
* Fix bugs caused by r791 and r766; modules/textadept/adeptsense.luaGravatar mitchell2011-03-07
* Do not overwrite existing completions; modules/textadept/adeptsense.luaGravatar mitchell2011-03-07
* Remove non-toplevel class completions; modules/textadept/adeptsense.luaGravatar mitchell2011-03-03
* Use context class in get_apidoc() if necessary; modules/textadept/adeptsense.luaGravatar mitchell2011-03-03
* Match class literally in get_apidoc(); modules/textadept/adeptsense.luaGravatar mitchell2011-03-03
* Use superclass completions for unknown class; modules/textadept/adeptsense.luaGravatar mitchell2011-03-03
* Updated lua module.Gravatar mitchell2011-02-28
* Escape '?' in symbol name for get_apidoc(); modules/textadept/adeptsense.luaGravatar mitchell2011-02-28
* Fixed infinite loop error in select_scope(); modules/textadept/editing.luaGravatar mitchell2011-02-28
* Replace full_symbol_api with word_chars; modules/textadept/adeptsense.luaGravatar mitchell2011-02-28
* Condense language modules into single init.lua file.Gravatar mitchell2011-02-28
* Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.Gravatar mitchell2011-02-26
* Use Ctrl+H for showing apidoc in cpp and lua modules.Gravatar mitchell2011-02-26
* Changes in apidoc handling; modules/textadept/adeptsense.luaGravatar mitchell2011-02-26
* Changed Ctrl+H key command (highlight word) to Ctrl+Shift+H.Gravatar mitchell2011-02-25
* Escape pattern chars when searching apidoc; modules/textadept/adeptsense.luaGravatar mitchell2011-02-25
* Allow for raw symbol matching in get_apidoc(); modules/textadept/adeptsense.luaGravatar mitchell2011-02-25
* Fixed bug with Lua type assignments; modules/lua/adeptsense.luaGravatar mitchell2011-02-25
* Fixed bug with cpp adeptsense type_declarations; modules/cpp/adeptsense.luaGravatar mitchell2011-02-22
* Recursively add inherited completions; modules/textadept/adeptsense.luaGravatar mitchell2011-02-22
* Added sense.always_show_globals option; modules/textadept/adeptsense.luaGravatar mitchell2011-02-22
* Added tutorial for creating Adeptsense; modules/textadept/adeptsense.luaGravatar mitchell2011-02-21
* Lua module changes.Gravatar mitchell2011-02-21
* Fixed bug with assignment type-inference; modules/textadept/adeptsense.luaGravatar mitchell2011-02-18
* Support type-inference through variable assignment.Gravatar mitchell2011-02-17
* Reverted 755; modules/textadept/adeptsense.luaGravatar mitchell2011-02-16
* Add sense.syntax.class_definition for class context completion.Gravatar mitchell2011-02-15
* Load user api files for adeptsense language modules.Gravatar mitchell2011-02-13