ladybird/Userland
Matthew Hall a7e7f62d08 VimEditingEngine: Operate on real lines rather than wrapped ones
In the normal editing engine keys like Home, End etc work on visual
lines, but vim operates on real ones. Eg if you have a really long line
and wrapping is on then in normal editing Home would take you to the
beginning of the wrapped line, but 'I' would put you insert mode at the
beginning of the real line in vim.
2021-07-15 10:10:07 +02:00
..
Applets ResourceGraph: Handle more than 4 GiB of memory 2021-07-14 18:24:55 +02:00
Applications Browser: Escape an ampersand in the menu to avoid making a shortcut 2021-07-14 18:25:36 +02:00
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools UserpaceEmulator: Handle possibly unaligned IO 2021-07-14 11:26:34 +04:30
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Breakout: Only paint areas that needs to be updated 2021-07-12 12:26:15 +02:00
Libraries VimEditingEngine: Operate on real lines rather than wrapped ones 2021-07-15 10:10:07 +02:00
Services LibWeb: Add OOPWV IPC for selecting all text 2021-07-14 17:16:39 +02:00
Shell Shell: Add unalias builtin 2021-07-13 11:57:11 +04:30
Utilities js: Implement pretty-printing of Temporal.Calendar objects 2021-07-14 23:50:03 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00