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

Keyboard navigation in memory table #106

Open jreineckearm opened 6 months ago

jreineckearm commented 6 months ago

Description

The recently introduced GUI framework comes with capabilities to navigate through the table with the keyboard. A full navigation strategy need to be defined first. But it could include things like

Additional information

In all of this we need to make sure that the navigation agrees with fundamental Visual Studio Code patterns.

planger commented 3 weeks ago

140 adressed everything except for quick navigation up and down with PageUp/PageDown/Home/End/etc keys. I updated the issue description.