-
I'm not sure if this is a bug, user error, or a feature request. If I have opened a PE file in ImHex version 1.36.2 on macOS, and the PE parsing pattern has run successfully, a Pattern Data tab opens with the tree structure of the parsed file. When I click a particular location in the hex editor view, the Data Inspector tab follows that click and displays the data for the selected location. However, the Pattern Data tree does not follow the click. Is there a configuration option that I am missing which causes the Pattern Data tab content to follow the selection in the hex editor? Or is this supposed to happen automagically already and there is a bug? Or is this a feature that could be implemented in the future? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, no this is just not implemented in the way you're expecting it to be because these trees can be rather large and always jumping to the current pattern might cause slowdowns and annoyances. Instead you can right click on a highlight in the hex editor view and select |
Beta Was this translation helpful? Give feedback.
Hey, no this is just not implemented in the way you're expecting it to be because these trees can be rather large and always jumping to the current pattern might cause slowdowns and annoyances. Instead you can right click on a highlight in the hex editor view and select
Jump To -> Current Pattern
which will select that pattern in the pattern data view.