Replies: 1 comment
-
Hey, sorry for not responding earlier. I believe we made quite some progress with many of these features already and I added some more that you mentioned just now.
Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when creating bookmark that overlaps another bookmark the one that is coming first shows and the second one is not visible any any way.
Could you make two bookmarks highlighting show at same time in editor view.
Logic could be smaller range (red on screenshot) should show over the bigger one (green) you could check by the range beginning and end.
Another option is allow to set Opacity 0-255 for bookmark so green bookmark can be half way transparent then red one will show.
Right now you have opacity control built into color selection, however when selecting opacity that way it does not reveal bookmark that is underneath rather showing empty space.
This example Blue bookmark overlay over Red and Green bookmarks (its not adjacent to them)
Allow groups for bookmarks in case someone loads 1000 bookmarks its best to have them organized in collapsible/expandable groups than have list of 1000 records.
Right now i managed this workaround, but its not ideal.
Bookmarks when exported use byte offset, yet in editor they use only hex offset, please allow to enter either hex or decimal (byte) offset in editor.
Allow to see value of bookmark right inside bookmarks tab also ability to select data type for bookmark e.g. float/double/decimal etc.
Example
Allow bookmark visibility to be turned on/off when off it does not show highlighting in the Hex Editor view panel.
Allow to resize existing bookmark visually inside the Hex Editor by dragging its beginning/end edge.
same as issue 2 (described above) bookmarks are currently hiding the
pattern
if they overlay over it, please allow to work in tandem or allow to select what will have higher prioritybookmarks
orpatterns
.Change bookmarks order, currently when bookmarks can only be dragged over another bookmark and this will cause them to swap spaces, please introduce way to change order rather than replace one bookmark with another.
Beta Was this translation helpful? Give feedback.
All reactions