ronak69
|
7833dc0f5a
LibLine: Add internal functions to search character forwards & backwards
|
1 year ago |
ronak69
|
cb02d52ac9
LibLine: Add internal function to erase consecutive spaces under cursor
|
1 year ago |
Ali Mohammad Pur
|
cde528fdd9
LibLine: Fully redraw on resize when origin position changes
|
1 year ago |
ronak69
|
9d3604215d
LibLine: Implement basic cut-and-paste functionality
|
1 year ago |
ronak69
|
97bcdba2a5
LibLine: Implement internal functions to jump cursor over non-space word
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Ali Mohammad Pur
|
36f0499cc8
LibLine: Use grapheme clusters for cursor management
|
1 year ago |
Andreas Kling
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
1 year ago |
Ben Wiederhake
|
f93ee3142d
LibLine: Unify history reading, prefer File over DeprecatedFile
|
2 years ago |
Andreas Kling
|
3de8dd921e
Userland: Remove serialize-to-JSON functions only used for Inspector
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Tim Schumacher
|
40cb41a16c
LibLine: Do a whole bunch of internal error propagation
|
2 years ago |
Tim Schumacher
|
f9f1e1dd49
LibLine: Port most functions to `Core::Stream`
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Lucas CHOLLET
|
299ca10fd5
LibLine: Support wrapping lines in `actual_rendered_string_metrics`
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Ali Mohammad Pur
|
910a44d5f2
LibLine: Use the real shown line count around in cleanup()
|
3 years ago |
Ali Mohammad Pur
|
78dc77f7e4
LibLine: Add support for user-controlled masking
|
3 years ago |
Ali Mohammad Pur
|
c257d27f0b
LibLine: Turn bracketed paste mode off in Editor::restore()
|
3 years ago |
Ali Mohammad Pur
|
d5b3998d23
LibLine: Respect the provided completion static offset
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Ali Mohammad Pur
|
f6afb70b07
LibLine: Handle read events serially
|
3 years ago |
Ali Mohammad Pur
|
d7d847c8c6
LibLine: Allow the embedder to optionally handle pasted data itself
|
3 years ago |
Ali Mohammad Pur
|
118590325a
LibLine+Userland: Make suggestion offsets per-suggestion
|
3 years ago |
Ali Mohammad Pur
|
4458cc249e
LibLine: Switch all files to use east-const
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 years ago |
Ali Mohammad Pur
|
3184086679
LibLine: Avoid excessive write() syscalls when refreshing the display
|
4 years ago |