serenity/DevTools
FalseHonesty 12fe546be9 LibGUI+HackStudio: Fix cursor appearance and crash while debugging
HackStudio uses a TreeView to display the list of current variables
while debugging, and when the program completes, it sets that view's
model to a null model. This would trip an assertion if the TreeView
had something selected at the time, so this patch lessens the
assertion into a simple null check.

Additionally, the cursor would look laggy when moving about the
editor because the code was waiting for a window repaint to update
the cursor's look when it makes more sense to update the cursor
when it actually moves. This change also requires the base
GUI::TextEditor to expose a getter to tell if its currently in a drag
selection.

Finally, requesting a context menu in the line ruler on the side of
the editor would also place/remove breakpoints, which was counter
intuitive, so this requires a left click to modify breakpoint placement.
2020-05-30 10:18:14 +02:00
..
FormCompiler Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
HackStudio LibGUI+HackStudio: Fix cursor appearance and crash while debugging 2020-05-30 10:18:14 +02:00
Inspector LibCore+Inspector: Move RPC sockets to /tmp/rpc 2020-05-29 07:53:30 +02:00
IPCCompiler LibIPC: Allow opt-in UTF-8 validation on message parameters 2020-05-16 14:13:09 +02:00
ProfileViewer Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
VisualBuilder LibGUI: Change GUI::KeyEvent::key() type to KeyCode 2020-05-27 11:19:38 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00