1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Userland
AnotherTest b58dbc29fc LibLine: Add support for ^X^E
This keybind opens the current buffer in an editor (determined by
EDITOR from the env, or the default_text_editor key in the config file,
and set to /bin/TextEditor by default), and later reads the file back
into the buffer.
Pretty handy :^)
2021-04-17 22:10:35 +02:00
..
Applets Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff() 2021-04-17 01:27:29 +02:00
Applications TextEditor: Show action long texts in the status bar :^) 2021-04-17 20:49:53 +02:00
Demos Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
DevTools UserspaceEmulator: use outln_if 2021-04-16 20:03:35 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Libraries LibLine: Add support for ^X^E 2021-04-17 22:10:35 +02:00
Services WindowServer: Don't "enter" menu item when hovering over a separator 2021-04-17 20:49:53 +02:00
Shell Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
Tests LibM: Use fptan/fpatan instead of approximating atan2/tan 2021-04-15 17:50:16 +02:00
Utilities ls: list files in cwd before listing directories when listing paths 2021-04-17 21:24:56 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00