summaryrefslogtreecommitdiff
path: root/Libraries/LibLine/Editor.h
AgeCommit message (Expand)Author
2020-04-30LibLine: Reset inline_search_cursor along with cursorAnotherTest
2020-04-30Shell+LibLine: Handle escaped characters correctlyAnotherTest
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-28LibLine: Ignore interrupts unless actively editingAnotherTest
2020-04-20LibLine: Properly handle ^C and do not return after being interruptedAnotherTest
2020-04-20LibLine: Implement searching via up/down arrow keysAnotherTest
2020-04-20LibLine: Implement ^R searchingAnotherTest
2020-04-19LibLine: Allow suggestions to have trailing trivia stringsAnotherTest
2020-04-19LibLine: Complete only common prefixes, and tweak suggestion logicAnotherTest
2020-04-15LibLine: Properly handle multiline suggestionsAnotherTest
2020-04-13LibLine: Remove unused cut_mismatching_chars() functionAnotherTest
2020-04-11LibLine: Cycle backward through suggestions using Shift+TabLinus Groh
2020-04-11LibLine: Display suggestions and cycle between themAnotherTest
2020-04-11LibLine: Properly handle window resize by not spamming DSRsAnotherTest
2020-04-11LibLine: Properly show and cleanup suggestionsAnotherTest
2020-04-10LibLine: Implement multiline editingAnotherTest
2020-04-05LibLine: Add live styling supportAnotherTest
2020-03-31LibLine: Rename on_char_input() => register_character_input_callback()Andreas Kling
2020-03-31LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}Andreas Kling