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-09-12
Documentation overhaul.
mitchell
2012-07-21
More Lua code cleanup and API changes.
mitchell
2012-07-19
Cycle through api docs with the same command; modules/textadept/adeptsense.lua
mitchell
2012-07-16
Code cleanup.
mitchell
2012-07-14
Use text "images" for ncurses Adeptsense lists; modules/textadept/adeptsense.lua
mitchell
2012-04-12
Added note about documenting module fields; modules/textadept/adeptsense.lua
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-15
Added documentation for generating API documentation and Lua Adeptsense.
mitchell
2012-03-15
Added note about child Adeptsenses; modules/textadept/adeptsense.lua
mitchell
2012-03-14
Use buffer:get_lexer(true) more often when it should be used.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-03-07
Documentation overhaul with Discount (Markdown implementation).
mitchell
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
[next]