Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functions can be used directly without being contained within a table. Also,
buffer and view functions and references should be used directly (e.g.
{ buffer.undo, buffer } and { view.split, view }). References are handled
correctly at runtime.
|
|
|
|
|
|
|
|
Snippet syntax has changed; see LuaDoc for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method is not 100% accurate, but will work for most cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Ctrl+H will now show symbol apidoc when available.
|