CommandBuilder

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

checkNativeCompletions
void checkNativeCompletions()
Undocumented in source. Be warned that the author may not have intended to support it.
cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
clearOutput
void clearOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
cursorPart
string cursorPart()
Undocumented in source. Be warned that the author may not have intended to support it.
delBackChar
void delBackChar()
Undocumented in source. Be warned that the author may not have intended to support it.
delChar
void delChar()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteLeft
void deleteLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteSelection
void deleteSelection()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteWordLeft
void deleteWordLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteWordRight
void deleteWordRight()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
finishedPart
string finishedPart()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(dstring s)
Undocumented in source. Be warned that the author may not have intended to support it.
moveLeft
void moveLeft(bool word)
Undocumented in source. Be warned that the author may not have intended to support it.
moveRight
void moveRight(bool word)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
resetChoices
void resetChoices()
Undocumented in source. Be warned that the author may not have intended to support it.
resetFilter
void resetFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
resetState
void resetState(bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
results
immutable(Match!Command)[] results()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(bool r)
Undocumented in source. Be warned that the author may not have intended to support it.
select
void select(long selected)
Undocumented in source. Be warned that the author may not have intended to support it.
selectAll
void selectAll()
Undocumented in source. Be warned that the author may not have intended to support it.
selectChoice
void selectChoice(long selected)
Undocumented in source. Be warned that the author may not have intended to support it.
selectOutput
void selectOutput(long selected)
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bashCompletions
immutable(Command)[] bashCompletions;
Undocumented in source.
choiceFilter
FuzzyFilter!Command choiceFilter;
Undocumented in source.
command
dstring[] command;
Undocumented in source.
commandSelected
immutable(Command)[] commandSelected;
Undocumented in source.
cursor
size_t cursor;
Undocumented in source.
cursorStart
size_t cursorStart;
Undocumented in source.
editing
size_t editing;
Undocumented in source.
execLoader
ExecutablesLoader execLoader;
Undocumented in source.
filesLoader
FilesLoader filesLoader;
Undocumented in source.
filterText
dstring filterText;
Undocumented in source.
history
immutable(Command)[] history;
Undocumented in source.
logIdx
int logIdx;
Undocumented in source.
outputLoader
OutputLoader outputLoader;
Undocumented in source.
processLoader
TalkProcessLoader processLoader;
Undocumented in source.
scannedDirs
string[] scannedDirs;
Undocumented in source.
selected
long selected;
Undocumented in source.
shiftDown
bool shiftDown;
Undocumented in source.
windowsLoader
WindowsLoader windowsLoader;
Undocumented in source.

Meta