summaryrefslogtreecommitdiff
path: root/Libraries/LibLine/Editor.h
AgeCommit message (Expand)Author
2020-06-01LibLine: Handle interrupts againAnotherTest
2020-05-27LibLine: Send over some properties when being inspectedAnotherTest
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-26LibLine: Use LibC's getline() when the terminal claims no support for escape ...AnotherTest
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
2020-05-23LibLine: Make the comments follow the project styleAnotherTest
2020-05-23LibLine: Refactor suggestion handling and display logic outAnotherTest
2020-05-23LibLine: Correctly handle multibyte codepoints in suggestionsAnotherTest
2020-05-23LibLine: Make suggest() utf8-awareAnotherTest
2020-05-21LibLine: Correctly track the completion start and endAnotherTest
2020-05-21LibLine: Support applying styles to suggestionsAnotherTest
2020-05-20LibLine: Unify completion hooks and adapt its usersAnotherTest
2020-05-18LibLine: Handle unicode correctlyAnotherTest
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13LibLine: Add a hook to run when an interrupt is handledAnotherTest
2020-05-11LibLine: Show suggestions in pages if they don't fit on the screenAnotherTest
2020-05-10LibLine: Expose actual_rendered_string_length & accept newlines in promptAnotherTest
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