serenity/Userland/DevTools
Sam Atkins 9322f0d110 HackStudio: Use Autocomplete window type for Locator pop-up
This being a Popup window meant it behaved in a couple of janky ways:
- It would steal the focus each time it was shown, so after every key
  press in the TextBox.
- It would disappear when you focused that TextBox again.

Using the Autocomplete window type fixes both of these. While the
Locator is not technically an autocomplete, it shares the general "type
and get suggestions based on the input, which you can select" behavior,
so this is close enough.
2024-01-24 11:05:54 +00:00
..
GMLPlayground DevTools: Add fullscreen option 2024-01-14 15:18:43 -07:00
HackStudio HackStudio: Use Autocomplete window type for Locator pop-up 2024-01-24 11:05:54 +00:00
Profiler AK+Everywhere: Remove JsonValue APIs with implicit default values 2024-01-21 15:47:53 -07:00
SQLStudio SQLStudio: Add fullscreen option 2024-01-14 15:18:43 -07:00
UserspaceEmulator Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00