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
Age
Commit message (
Expand
)
Author
2011-05-05
Removed non-existant key chain; modules/textadept/keys.lua
mitchell
2011-04-29
Added note to use tabs in snippets; modules/textadept/snippets.lua
mitchell
2011-04-20
Fixed incorrect key command; modules/textadept/keys.lua
mitchell
2011-04-20
Fixed bug in buffer:get_lexer(); modules/textadept/mime_types.lua
mitchell
2011-04-03
Added syntax.type_declarations_exclude Luadoc; modules/textadept/adeptsense.lua
mitchell
2011-03-29
Fixed some snippet bugs; modules/textadept/snippets.lua
mitchell
2011-03-29
Handle nil args in gui.print() and set caret after printing.
mitchell
2011-03-27
Change menu caption for snippet's 'Insert' to 'Expand'.
mitchell
2011-03-26
Applied patches from Robert for minor fixes.
mitchell
2011-03-26
Updated snippets escape sequence documentation; modules/textadept/snippets.lua
mitchell
2011-03-25
Snapopen allows multiple files to be selected now.
mitchell
2011-03-24
Changes to key and menu command definitions.
mitchell
2011-03-24
Allow exclusions for type_declaration matches; modules/textadept/adeptsense.lua
mitchell
2011-03-24
Use indicators instead of markers at snippet end; modules/textadept/snippets.lua
mitchell
2011-03-23
Code cleanup and fixed bugs introduced; modules/textadept/snippets.lua
mitchell
2011-03-23
Rewrote _m.textadept.snippets module.
mitchell
2011-03-20
Fixed bug with Adeptsense apidoc calltip; modules/textadept/adeptsense.lua
mitchell
2011-03-18
Fixed snippet bugs; modules/textadept/snippets.lua
mitchell
2011-03-17
Updated mime-types; modules/textadept/mime_types.conf
mitchell
2011-03-17
Performance and speed improvements.
mitchell
2011-03-14
Trigger Adeptsense in embedded lexers; modules/textadept/adeptsense.lua
mitchell
2011-03-14
get_lexer(true) returns the lexer at the caret; modules/textadept/mime_types.lua
mitchell
2011-03-14
get_lexer() returns the lexer at the caret; modules/textadept/mime_types.lua
mitchell
2011-03-10
Recognize some Ruby on Rails files; modules/textadept/mime_types.conf
mitchell
2011-03-09
Try to determine lexer by file extension last; modules/textadept/mime_types.lua
mitchell
2011-03-09
Snapopen respects filesystem encoding; modules/textadept/snapopen.lua
mitchell
2011-03-07
Load a post_init.lua script for language-specific module extensions.
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
Fixed infinite loop error in select_scope(); modules/textadept/editing.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
Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.
mitchell
2011-02-26
Changes in apidoc handling; modules/textadept/adeptsense.lua
mitchell
2011-02-25
Changed Ctrl+H key command (highlight word) to Ctrl+Shift+H.
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
[next]