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
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
2011-02-10
Show apidoc '\\' sequences properly; modules/textadept/adeptsense.lua
mitchell
2011-02-09
Ensure proper split between symbol and part; modules/textadept/adeptsense.lua
mitchell
2011-02-03
Fixed bug with Windows paths in goto_ctag(); modules/textadept/adeptsense.lua
mitchell
2011-01-25
Fixed typos.
mitchell
2011-01-21
Code cleanup.
mitchell
2011-01-19
Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).
mitchell
2011-01-19
Fixed goto_ctag(); modules/textadept/adeptsense.lua
mitchell
2011-01-17
Added Adeptsense.
mitchell
[prev]