SYMBOL INDEX (88 symbols across 1 files) FILE: LineEditor/getline.cs class LineEditor (line 236) | public class LineEditor { class Completion (line 248) | public class Completion { method Completion (line 264) | public Completion (string prefix, string [] result) type Handler (line 358) | struct Handler { method Handler (line 363) | public Handler (ConsoleKey key, KeyHandler h, bool resetCompletion =... method Handler (line 370) | public Handler (char c, KeyHandler h, bool resetCompletion = true) method Handler (line 378) | public Handler (ConsoleKeyInfo cki, KeyHandler h, bool resetCompleti... method Control (line 385) | public static Handler Control (char c, KeyHandler h, bool resetCompl... method Alt (line 390) | public static Handler Alt (char c, ConsoleKey k, KeyHandler h) method LineEditor (line 420) | public LineEditor (string name) : this (name, 10) { } method LineEditor (line 428) | public LineEditor (string name, int histsize) method GetUnixConsoleReset (line 484) | void GetUnixConsoleReset () method CmdDebug (line 511) | void CmdDebug () method Render (line 518) | void Render () method UpdateHomeRow (line 536) | void UpdateHomeRow (int screenpos) method RenderFrom (line 546) | void RenderFrom (int pos) method ComputeRendered (line 563) | void ComputeRendered () method TextToRenderPos (line 581) | int TextToRenderPos (int pos) method TextToScreenPos (line 602) | int TextToScreenPos (int pos) method ForceCursor (line 618) | void ForceCursor (int newpos) method UpdateCursor (line 634) | void UpdateCursor (int newpos) method InsertChar (line 642) | void InsertChar (char c) method SaveExcursion (line 659) | static void SaveExcursion (Action code) class CompletionState (line 678) | class CompletionState { method CompletionState (line 684) | public CompletionState (int col, int row, int width, int height) method DrawSelection (line 702) | void DrawSelection () method Show (line 729) | public void Show () method SelectNext (line 734) | public void SelectNext () method SelectPrevious (line 744) | public void SelectPrevious () method Clear (line 754) | void Clear () method Remove (line 764) | public void Remove () method ShowCompletions (line 770) | void ShowCompletions (string prefix, string [] completions) method HideCompletions (line 813) | void HideCompletions () method Complete (line 826) | void Complete () method UpdateCompletionWindow (line 882) | void UpdateCompletionWindow () method CmdDone (line 905) | void CmdDone () method CmdTabOrComplete (line 915) | void CmdTabOrComplete () method CmdHome (line 939) | void CmdHome () method CmdEnd (line 944) | void CmdEnd () method CmdLeft (line 949) | void CmdLeft () method CmdBackwardWord (line 957) | void CmdBackwardWord () method CmdForwardWord (line 965) | void CmdForwardWord () method CmdRight (line 973) | void CmdRight () method RenderAfter (line 981) | void RenderAfter (int p) method CmdBackspace (line 988) | void CmdBackspace () method CmdDeleteChar (line 1003) | void CmdDeleteChar () method WordForward (line 1020) | int WordForward (int p) method WordBackward (line 1046) | int WordBackward (int p) method CmdDeleteWord (line 1078) | void CmdDeleteWord () method CmdDeleteBackword (line 1097) | void CmdDeleteBackword () method HistoryUpdateLine (line 1118) | void HistoryUpdateLine () method CmdHistoryPrev (line 1123) | void CmdHistoryPrev () method CmdHistoryNext (line 1133) | void CmdHistoryNext () method CmdUp (line 1143) | void CmdUp () method CmdDown (line 1151) | void CmdDown () method CmdKillToEOF (line 1159) | void CmdKillToEOF () method CmdYank (line 1167) | void CmdYank () method InsertTextAtCursor (line 1172) | void InsertTextAtCursor (string str) method SetSearchPrompt (line 1190) | void SetSearchPrompt (string s) method ReverseSearch (line 1195) | void ReverseSearch () method CmdReverseSearch (line 1233) | void CmdReverseSearch () method SearchAppend (line 1255) | void SearchAppend (char c) method CmdRefresh (line 1272) | void CmdRefresh () method InterruptEdit (line 1280) | void InterruptEdit (object sender, ConsoleCancelEventArgs a) method HeuristicAutoComplete (line 1292) | bool HeuristicAutoComplete (bool wasCompleting, char insertedChar) method HandleChar (line 1323) | void HandleChar (char c) method EditLoop (line 1337) | void EditLoop () method InitText (line 1395) | void InitText (string initial) method SetText (line 1404) | void SetText (string newtext) method SetPrompt (line 1410) | void SetPrompt (string newprompt) method Edit (line 1424) | public string Edit (string prompt, string initial) method SaveHistory (line 1471) | public void SaveHistory () class History (line 1488) | class History { method History (line 1494) | public History (string app, int size) method Close (line 1528) | public void Close () method Append (line 1549) | public void Append (string s) method Update (line 1566) | public void Update (string s) method RemoveLast (line 1571) | public void RemoveLast () method Accept (line 1578) | public void Accept (string s) method PreviousAvailable (line 1587) | public bool PreviousAvailable () method NextAvailable (line 1602) | public bool NextAvailable () method Previous (line 1617) | public string Previous () method Next (line 1629) | public string Next () method CursorToEnd (line 1638) | public void CursorToEnd () method Dump (line 1646) | public void Dump () method SearchBackward (line 1655) | public string SearchBackward (string term) class Demo (line 1676) | class Demo { method Main (line 1677) | static void Main ()