eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
6 stars 10 forks source link

"Load <n> more bytes above/below" button should be only sensitive to mouse hovering over the text #134

Closed jreineckearm closed 3 months ago

jreineckearm commented 5 months ago

Description

The "Load more bytes above/below" to explicitly load more data into the Memory window currently is sensitive to the mouse pointer moving over the entire "rows" (sorry, don't know how to describe this better) that contain those buttons. See the underline in the screenshot (unfortunately without mouse pointer). The mouse pointer was slightly above the Address or Data column header.

image

This can cause unexpected loading of more data if you have a nervous finger (like I have from time to time when in a rush). Or if you want to click somewhere random to exit the edit field for a group.

This can be particularly annoying if there is no physical memory before the configured region. And resulting access errors clear the entire window. You need to get back to config area to refresh the original view contents.

How to reproduce:

Expected behavior

Ideally, the button only gets active when you hover over the text.

Environment

Additional information