1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 22:17:36 +00:00
serenity/Userland/DevTools
Aayush bc1293925a Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttons
This fixes a bug where hackstudio's language server will crash upon
clicking the 'cut' button when no text is selected.  This was because
the actions were not disabled on empty selection.

We now disable the actions depending on if there is empty selection
inside current tab. We update the cut/copy/paste buttons' actions when
changing tabs.
2022-12-25 15:40:46 +01:00
..
GMLPlayground LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
HackStudio Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttons 2022-12-25 15:40:46 +01:00
Inspector Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Profiler AK+Everywhere: Replace all Bitmap::must_create() uses with ::create() 2022-12-22 15:48:53 +01:00
SQLStudio LibCore: Propagate errors from Stream::*_entire_buffer 2022-12-12 14:16:42 +01:00
UserspaceEmulator Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall 2022-12-16 01:02:00 -07:00
CMakeLists.txt Playground: Rename the application to GMLPlayground 2022-06-28 21:10:10 +01:00