index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
adeptsense.lua
Age
Commit message (
Expand
)
Author
2012-02-26
Support multiple '@return' tags in Lua Adeptsense documentation.
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-06
Updated copyright information.
mitchell
2012-01-05
Do not clear registered images when completing; modules/textadept/adeptsense.lua
mitchell
2012-01-05
Rename '_m' to '_M'.
mitchell
2012-01-01
Code cleanup.
mitchell
2011-12-13
Remove 'package.seeall' from LuaDoc comments.
mitchell
2011-12-12
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-10-26
Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.lua
mitchell
2011-09-27
Reformatted some LuaDoc.
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-09-08
Fix bug with CALL_TIP_CLICK event disconnect; modules/textadept/adeptsense.lua
mitchell
2011-08-17
Autocompletion list sort order respects buffer.auto_c_ignore_case.
mitchell
2011-08-09
Autocomplete supports multiple selections.
mitchell
2011-07-31
Fixed pixmaps for use with Scintilla 2.28; modules/textadept/adeptsense.lua
mitchell
2011-07-29
Eliminated the need for keys.conf and keys.osx.conf.
mitchell
2011-07-27
Fixed formatting in Adeptsense LuaDoc; modules/textadept/adeptsense.lua
mitchell
2011-06-28
Small Adeptsense improvements.
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-06-23
Updated Luadoc and added extra fields to other modules.
mitchell
2011-04-03
Added syntax.type_declarations_exclude Luadoc; modules/textadept/adeptsense.lua
mitchell
2011-03-26
Applied patches from Robert for minor fixes.
mitchell
2011-03-24
Allow exclusions for type_declaration matches; modules/textadept/adeptsense.lua
mitchell
2011-03-20
Fixed bug with Adeptsense apidoc calltip; modules/textadept/adeptsense.lua
mitchell
2011-03-17
Performance and speed improvements.
mitchell
2011-03-14
Trigger Adeptsense in embedded lexers; modules/textadept/adeptsense.lua
mitchell
2011-03-07
Fix bugs caused by r791 and r766; modules/textadept/adeptsense.lua
mitchell
2011-03-07
Do not overwrite existing completions; modules/textadept/adeptsense.lua
mitchell
2011-03-03
Remove non-toplevel class completions; modules/textadept/adeptsense.lua
mitchell
2011-03-03
Use context class in get_apidoc() if necessary; modules/textadept/adeptsense.lua
mitchell
2011-03-03
Match class literally in get_apidoc(); modules/textadept/adeptsense.lua
mitchell
2011-03-03
Use superclass completions for unknown class; modules/textadept/adeptsense.lua
mitchell
2011-02-28
Escape '?' in symbol name for get_apidoc(); modules/textadept/adeptsense.lua
mitchell
2011-02-28
Replace full_symbol_api with word_chars; modules/textadept/adeptsense.lua
mitchell
2011-02-28
Condense language modules into single init.lua file.
mitchell
2011-02-26
Changes in apidoc handling; modules/textadept/adeptsense.lua
mitchell
2011-02-25
Escape pattern chars when searching apidoc; modules/textadept/adeptsense.lua
mitchell
2011-02-25
Allow for raw symbol matching in get_apidoc(); modules/textadept/adeptsense.lua
mitchell
2011-02-22
Recursively add inherited completions; modules/textadept/adeptsense.lua
mitchell
2011-02-22
Added sense.always_show_globals option; modules/textadept/adeptsense.lua
mitchell
2011-02-21
Added tutorial for creating Adeptsense; modules/textadept/adeptsense.lua
mitchell
2011-02-18
Fixed bug with assignment type-inference; modules/textadept/adeptsense.lua
mitchell
2011-02-17
Support type-inference through variable assignment.
mitchell
2011-02-16
Reverted 755; modules/textadept/adeptsense.lua
mitchell
2011-02-15
Add sense.syntax.class_definition for class context completion.
mitchell
2011-02-13
Show completions for current context too; modules/textadept/adeptsense.lua
mitchell
2011-02-13
Handle \\n sequences properly in apidoc; modules/textadept/adeptsense.lua
mitchell
2011-02-13
Show completions for current context too; modules/textadept/adeptsense.lua
mitchell
2011-02-10
Make adeptsense images user-modifiable; modules/textadept/adeptsense.lua
mitchell
[next]