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
..
2020-05-28 11:45:01 +02:00
2020-05-27 11:44:19 +02:00
2020-05-19 17:46:28 +02:00
2020-05-12 20:31:16 +02:00
2020-05-21 20:54:21 +02:00
2020-05-21 19:55:44 +02:00
2020-05-21 19:55:44 +02:00
2020-05-02 14:12:36 +02:00
2020-05-14 22:53:58 +02:00
2020-05-12 15:48:31 +02:00
2020-05-22 18:23:02 +02:00
2020-05-22 18:23:02 +02:00
2020-05-12 20:31:16 +02:00
2020-05-12 20:31:16 +02:00
2020-05-14 22:53:58 +02:00
2020-05-16 09:11:46 +02:00
2020-05-17 22:35:25 +02:00
2020-04-29 19:17:40 +02:00
2020-04-29 19:17:40 +02:00
2020-05-12 20:31:16 +02:00
2020-04-29 16:22:09 +02:00
2020-05-20 13:40:24 +02:00
2020-05-12 15:11:06 +02:00
2020-05-19 17:46:28 +02:00
2020-05-26 14:35:10 +02:00
2020-05-17 22:35:25 +02:00
2020-05-12 17:03:17 +02:00
2020-05-27 11:19:38 +02:00
2020-05-26 14:35:10 +02:00
2020-05-29 07:59:45 +02:00
2020-05-26 14:35:10 +02:00
2020-05-21 19:55:44 +02:00
2020-05-29 07:59:45 +02:00
2020-05-06 19:28:59 +02:00
2020-05-21 19:55:44 +02:00
2020-05-02 14:12:36 +02:00
2020-05-01 16:58:18 +02:00
2020-05-01 16:58:18 +02:00
2020-05-01 16:58:18 +02:00
2020-05-01 16:58:18 +02:00
2020-05-12 20:31:16 +02:00
2020-05-21 19:55:44 +02:00
2020-05-21 19:55:44 +02:00
2020-05-05 11:12:27 +02:00
2020-05-07 22:04:56 +02:00
2020-05-21 19:55:44 +02:00
2020-05-12 15:11:06 +02:00
2020-04-29 11:48:11 +02:00
2020-04-29 11:48:11 +02:00
2020-04-29 11:48:11 +02:00
2020-04-29 11:48:11 +02:00
2020-05-20 13:54:10 +02:00
2020-05-20 13:54:10 +02:00
2020-05-21 20:19:43 +02:00
2020-05-26 14:35:10 +02:00
2020-05-02 14:12:36 +02:00
2020-05-12 20:31:16 +02:00
2020-05-12 20:31:16 +02:00
2020-05-29 07:59:45 +02:00
2020-05-02 14:12:36 +02:00
2020-05-04 22:33:20 +02:00
2020-05-10 01:02:06 +02:00
2020-05-12 17:02:33 +02:00
2020-04-29 19:17:40 +02:00
2020-05-21 20:19:43 +02:00
2020-05-21 20:19:43 +02:00
2020-05-20 13:40:24 +02:00
2020-05-08 13:49:58 +02:00
2020-05-07 22:04:56 +02:00
2020-05-21 19:55:44 +02:00
2020-05-21 13:40:52 +02:00
2020-05-21 21:53:17 +02:00
2020-05-21 21:53:17 +02:00
2020-05-27 20:04:52 +02:00
2020-05-27 20:04:52 +02:00
2020-05-25 11:33:39 +02:00
2020-05-25 11:33:39 +02:00
2020-05-29 22:14:45 +02:00
2020-05-30 10:18:14 +02:00
2020-05-02 12:24:10 +02:00
2020-05-30 10:18:14 +02:00
2020-05-21 13:36:08 +02:00
2020-05-21 19:55:44 +02:00
2020-05-21 19:55:44 +02:00
2020-05-21 17:26:09 +02:00
2020-05-17 22:35:25 +02:00
2020-05-21 17:26:09 +02:00
2020-05-21 17:26:09 +02:00
2020-05-27 11:19:38 +02:00
2020-05-14 22:53:58 +02:00