Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contributed by Brian Schott.
|
|
|
|
Thanks to Robert Gieseke for the idea and prototype code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For unknown classes that inherit superclasses, show the superclass completions.
This is intended for Ruby on Rails development where regenerating ctags for
each new controller, model, etc. is tedious.
|
|
|
|
full_symbol_api was a workaround for patterns with fixed word characters. The
latter is now an Adeptsense parameter.
|
|
|
|
Lookup documentation for the selected symbol or symbol under the caret as
opposed to needing the caret to the right of a '('.
Also, allow full symbols to be present in api files instead of just their names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Match as many non-word characters as possible when splitting the symbol and the
part.
|
|
|
|
|
|
|
|
|