klonyyy / MCUViewer

Real-time embedded variable & trace viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Variable Drag and Drop

r0oland opened this issue · comments

Version/Branch:

main

Operating system:

Windows 10

Debug probe:

J-Trace PRO V3 Cortex-M

Details:

It's not possible to drag and drop variables without selecting them first. As you can see below, when dragging a variable from the table, the "selected" or "marked" one stays selected, even if I try and drag a different one. I first have to click on the variable to select it and then drag it.

Minor issue and might be related to the GUI framework you are using, but maybe not? I find this behavior very counter-intuitive.

Screenshots/Video:

failed_add

Yes it is a known issue to me. It is connected to how Imgui handles the selection and then drag and drop feature. I will try to figure it out as I find it annoying as well.

This bothers me as well.
But I have the impression that it wasn't behaving like this in early versions.

Yes it wasn't, but you didn't have the select multiple option back then

Thanks for the fix, now working like a charm!