index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibLine
/
Editor.h
Age
Commit message (
Expand
)
Author
2020-06-01
LibLine: Handle interrupts again
AnotherTest
2020-05-27
LibLine: Send over some properties when being inspected
AnotherTest
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-26
LibLine: Use LibC's getline() when the terminal claims no support for escape ...
AnotherTest
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
2020-05-23
LibLine: Make the comments follow the project style
AnotherTest
2020-05-23
LibLine: Refactor suggestion handling and display logic out
AnotherTest
2020-05-23
LibLine: Correctly handle multibyte codepoints in suggestions
AnotherTest
2020-05-23
LibLine: Make suggest() utf8-aware
AnotherTest
2020-05-21
LibLine: Correctly track the completion start and end
AnotherTest
2020-05-21
LibLine: Support applying styles to suggestions
AnotherTest
2020-05-20
LibLine: Unify completion hooks and adapt its users
AnotherTest
2020-05-18
LibLine: Handle unicode correctly
AnotherTest
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
LibLine: Add a hook to run when an interrupt is handled
AnotherTest
2020-05-11
LibLine: Show suggestions in pages if they don't fit on the screen
AnotherTest
2020-05-10
LibLine: Expose actual_rendered_string_length & accept newlines in prompt
AnotherTest
2020-04-30
LibLine: Reset inline_search_cursor along with cursor
AnotherTest
2020-04-30
Shell+LibLine: Handle escaped characters correctly
AnotherTest
2020-04-28
LibLine: Handle initialize() internally
AnotherTest
2020-04-28
LibLine: Ignore interrupts unless actively editing
AnotherTest
2020-04-20
LibLine: Properly handle ^C and do not return after being interrupted
AnotherTest
2020-04-20
LibLine: Implement searching via up/down arrow keys
AnotherTest
2020-04-20
LibLine: Implement ^R searching
AnotherTest
2020-04-19
LibLine: Allow suggestions to have trailing trivia strings
AnotherTest
2020-04-19
LibLine: Complete only common prefixes, and tweak suggestion logic
AnotherTest
2020-04-15
LibLine: Properly handle multiline suggestions
AnotherTest
2020-04-13
LibLine: Remove unused cut_mismatching_chars() function
AnotherTest
2020-04-11
LibLine: Cycle backward through suggestions using Shift+Tab
Linus Groh
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-04-11
LibLine: Properly handle window resize by not spamming DSRs
AnotherTest
2020-04-11
LibLine: Properly show and cleanup suggestions
AnotherTest
2020-04-10
LibLine: Implement multiline editing
AnotherTest
2020-04-05
LibLine: Add live styling support
AnotherTest
2020-03-31
LibLine: Rename on_char_input() => register_character_input_callback()
Andreas Kling
2020-03-31
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
Andreas Kling