ladybird/Userland
Timothy Slater eb9db167da HackStudio: Set proper action scope for editor shortcuts
This fixes issue #14429. The editor actions were not given a parent as
scope so defaulted to global. Because HackStudio can have multiple
editors and even multiple editor tab widgets, I chose the
VerticalSplitter that all editor tab widgets get added to as the parent.
With a Widget set as the parent, the action gets WidgetLocal scope and
allows the embedded terminals to receive shortcuts.

Thanks to Andreas for doing a quick look at this and pointing in the
right direction during an Office Hours stream :)
2022-10-11 11:12:41 +02:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications PixelPaint: Add Hue/Saturation filter 2022-10-10 11:02:10 +01:00
Demos Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
DevTools HackStudio: Set proper action scope for editor shortcuts 2022-10-11 11:12:41 +02:00
DynamicLoader LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
Games Solitaire: Ignore all key presses while dragging cards 2022-10-10 16:16:01 +01:00
Libraries LibWeb: Fix two uninitialized variables in FormattingContext 2022-10-10 23:42:35 +02:00
Services Taskbar: Display an icon for removing a widget 2022-10-09 10:20:47 +02:00
Shell Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
Utilities Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00