-
Notifications
You must be signed in to change notification settings - Fork 122
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
TAGS panel: Offset base selection hexadecimal #203
Comments
You know what, you are right. Does block size need to be converted to hex also? Or it's okay if it sits in decimal notion? |
Block size in this case only shows how many blocks are part of a tag, right (the value after the :)? I don't think I would personally ever need that in anything but decimal. If anything, the N/A at the bottom at "Selected Blocks" could show Hex as well (or Dec with Hex in () after that) when the tag is selected, but so far "Cursor Offset" sufficed me and if it was in hexadecimal, it would kinda show one value twice then. When a tag is clicked, the cursor is set to the first block of it, which is the more interesting value anyways. Ah but looks like there is a bug with selection. When something is selected and then tags are clicked, Cursor Offset is changed but the values to the right of it aren't. |
Will standardize those sections and they will show blocks in hex also, if current mode is hex.(or octal...) Yup. Tag selection changes cursor offset and it changes. But tag clicking does not alter the selection. Since selection doesn't changed, Isn't that natural? |
Please use trunk and you will saw cursor value is updated when your select a tag. :) |
On the right you can see that the offset in the tags panel is not hexadecimal while I work with hexadecimal offsets in the hex editor.
Optimally the offset representation in the tags panel changes when the offset representation is changed in the main part of the hex editor.
The text was updated successfully, but these errors were encountered: