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-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
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-06
Updated mime-types; modules/textadept/mime_types.conf
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-23
Allow language-specific char_matches and braces for _m.textadept.editing.
mitchell
2011-01-23
Fixed problem with trailing '/'s in Win32; modules/textadept/mime_types.lua
mitchell
2011-01-21
Fixed bug in goto_line() caused by last commit; modules/textadept/editing.lua
mitchell
2011-01-21
Code cleanup.
mitchell
2011-01-19
Can navigate between bookmarks with a filteredlist.
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-19
Modified Buffer menu options.
mitchell
2011-01-18
Emit an event after loading a language module; modules/textadept/mime_types.lua
mitchell
2011-01-17
Added Adeptsense.
mitchell
2011-01-13
More informative check_focused_buffer() error message.
mitchell
2010-12-29
The filter-through module handles selected text as stdin better.
mitchell
[next]