Hi,
some issues with the GUI:
1. copying data from memory window may not work correctly:
reproduce:
a. right click on a variable => show data (Ctrl + T), memory in memory window is selected in gray
b. right click into gray area in memory window, gray selection turns blue (i.e. selected), context menu opens
2. Scroll bar of memory window is flawed:
3. First character of a line in the console cannot be selected (besides by selecting the whole line by clicking on it)
4. Window arrangement
The windows can be arranged inside the main window, but there are two configurations. One for: if the main window is maximized, and one for: when it is not. Since I use Ozone with both, I need to (re)arrange the windows always two times. If this is supposed to be a feature, please make it disableable.
5. Window arrangement
Some window arrangements are not loaded correctly. More specific, after opening Ozone they will get loaded correctly, but after 1 second they get rearranged. Example attached.
some issues with the GUI:
1. copying data from memory window may not work correctly:
reproduce:
a. right click on a variable => show data (Ctrl + T), memory in memory window is selected in gray
b. right click into gray area in memory window, gray selection turns blue (i.e. selected), context menu opens
- x Copy (Ctrl + C) does not copy the selected data, but the first line of memory (i.e. 16B from 0x00000000)
- x Copy Special => Copy Hex does the same
- x Copy Special => Copy Text does the same, but with text
- o Copy Special => Copy Hex as C initializer works
- x Copy Special => Copy Binary does copy nothing (at least nothing I can see / paste into a text editor)
2. Scroll bar of memory window is flawed:
- The thumb size does not visually represent the length of the list it is scrolling, i.e. it is too big.
- Dragging the thumb moves the content only every 4 pixel, leading to a very big step of about 2.68 million lines. I get that the list is very long (268 million lines) and moving to an exact memory position with this does not make much sense, but it could at least make the best use of it, i.e. move the content with every pixel.
- Most important issue: Clicking above/below the thumb (= page up/down) does work and is a good way to scroll a bit further up and down than with the mouse wheel, but while doing so, the thumb jumps around weirdly and may end up under the cursor. The result: the next click will probably move the list by millions of lines.
3. First character of a line in the console cannot be selected (besides by selecting the whole line by clicking on it)
4. Window arrangement
The windows can be arranged inside the main window, but there are two configurations. One for: if the main window is maximized, and one for: when it is not. Since I use Ozone with both, I need to (re)arrange the windows always two times. If this is supposed to be a feature, please make it disableable.
5. Window arrangement
Some window arrangements are not loaded correctly. More specific, after opening Ozone they will get loaded correctly, but after 1 second they get rearranged. Example attached.