serenity/Userland
Sam Atkins d30f13a88d HackStudio: Jump to file location when choosing a Locator suggestion
A couple of tweaks here to make it work better:
- Call `set_cursor_and_focus_line()` to make the Editor scroll to the
  symbol's location.
- Remove focus from the Locator's text box so your cursor jumps to the
  Editor instead of staying in the Locator.
2024-01-24 11:05:54 +00:00
..
Applets Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Applications Welcome: Port to GML Compiler 2024-01-23 21:14:12 +01:00
BuggieBox
Demos WidgetGallery: Remove quotes around GML boolean values 2024-01-21 08:38:18 -05:00
DevTools HackStudio: Jump to file location when choosing a Locator suggestion 2024-01-24 11:05:54 +00:00
DynamicLoader LibC: Separate arch dependent fenv functions 2024-01-22 20:06:09 -07:00
Games MasterWord: Add fullscreen option 2024-01-14 15:18:43 -07:00
Libraries LibWeb: Add missing visits in MessageEvent 2024-01-24 10:52:02 +01:00
Services AK+Everywhere: Remove JsonValue APIs with implicit default values 2024-01-21 15:47:53 -07:00
Shell Shell: Use reverse iterators for history events 2024-01-23 01:31:25 +03:30
Utilities disasm: Allow disassembling just one symbol 2024-01-22 20:54:16 -07:00
CMakeLists.txt