You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working through a file in hex, and an offset in the file appears, you can highlight the range, but the value appears in as a decimal value. So, you have to do the math in your head to convert. Instead, I would like to see both the decimal and hexadecimal values. (like "Block Size: 212 (0xD4)"
I have this coded up, and was going to push a branch and issue a PR, but I don't have perms. Here is the diff:
$ git log --oneline -1
33577c0 Add hex version of block size to make it easier when looking at hex offsets in files.
$ git show 33577c0
commit 33577c0cf91e132997afb307ca07abdbf43ed807
Author: Chuck England [email protected]
Date: Wed Sep 27 09:40:45 2017 -0700
Add hex version of block size to make it easier when looking at hex offsets in files.
Hi,
I got better idea. What about if there are switchable hex/dec notation for every statistics?
If you want hex notation at that bank, clicking it converts dec notation to hex notation for that bank, permanently. Also good option for "selected block" and and "showing page" banks.
When working through a file in hex, and an offset in the file appears, you can highlight the range, but the value appears in as a decimal value. So, you have to do the math in your head to convert. Instead, I would like to see both the decimal and hexadecimal values. (like "Block Size: 212 (0xD4)"
I have this coded up, and was going to push a branch and issue a PR, but I don't have perms. Here is the diff:
$ git log --oneline -1
33577c0 Add hex version of block size to make it easier when looking at hex offsets in files.
$ git show 33577c0
commit 33577c0cf91e132997afb307ca07abdbf43ed807
Author: Chuck England [email protected]
Date: Wed Sep 27 09:40:45 2017 -0700
diff --git a/src/HexEditor.cpp b/src/HexEditor.cpp
index fa1422a..2c24717 100644
--- a/src/HexEditor.cpp
+++ b/src/HexEditor.cpp
The text was updated successfully, but these errors were encountered: