Returns PathCompleter if text is normal path or GlobCompleter for glob
Bases: enki.core.locator.AbstractCompleter
Base class for PathCompleter and GlobCompleter
Row count in the list of completions
Item text in the list of completions
Item icon in the list of completions
User clicked a row. Get inline completion for this row
Bases: enki.lib.pathcompleter.AbstractPathCompleter
Path completer for Locator. Supports globs
Used by Open command
Inline completion. Displayed after the cursor
Bases: enki.lib.pathcompleter.AbstractPathCompleter
Path completer for Locator. Supports globs, does not support inline completion
Used by Open command