-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Indicate position of Memory View window on address space bar #1232
Comments
I've completed implementing showing the selected address range in the address bar. Can you attach a screen shot, using mspaint or the like to indicate what you wish to happen when you ask:
|
Commit 97f596b now tracks the selection in the imagemap view: Last remaining part is selecting the char-bytes part of the selection. |
The interface now renders individual memory bytes-as-text. This allows finer control of rendering, which will help when implementing #1232. Fixed serious selection bugs in LowLevelViewInteractor and MemoryControl.
You could apply a translucent overlay or invert the colors of the area corresponding to what's visible in the Memory View. It also may be desirable to add an indication of the current selection.
The text was updated successfully, but these errors were encountered: