serenity/DevTools
AnotherTest 7785d9715d Playground: Enable automatic autocomplete in the editor
This makes it a bit more useful, as the user doesn't have to explicitly
ask for completion, it just provides completions, and tries really hard
to avoid suggesting things where they're not expected, for instance:
(cursor positions denoted as pipes)
```
@G | {|
    foo: bar |
    foo |
}
```

The user does not expect any suggestions in any of those cursor positions,
so provide no suggestions for such cases. This prevents the automatic autocomplete
getting in the way of the user, esp. when they try to press return fully
expecting to go to a new line.
2021-01-02 11:37:01 +01:00
..
HackStudio HackStudio: Use is<T> instead of strcmp on a widget class_name() :^) 2021-01-01 23:02:31 +01:00
Inspector LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
IPCCompiler LibIPC: Remove use of ByteBuffer::wrap() 2020-12-19 11:30:02 +01:00
Playground Playground: Enable automatic autocomplete in the editor 2021-01-02 11:37:01 +01:00
Profiler LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
UserspaceEmulator UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI 2021-01-01 19:37:36 +01:00
CMakeLists.txt DevTools: Add a simple GML Playground application :^) 2020-12-26 19:04:46 +01:00