Files
Project64-Legacy/cbor-lite
Jay Oster 654b8f09b1 Memory editor (#24)
* Switch hex editor to full CUSTOMDRAW

- This will allow us to draw with more precision. Especially for
  selection ranges and editing.

* Add basic hex selection

* Add ASCII column text selection

* Ctrl+C to copy selected memory

* Fix moving the window

* Fix minor bugs in memory viewer with watchpoints

- The colors and underlines were only showing when a watchpoint was
  disabled.
- If the last hex byte in a row was underlined, the entire ASCII section
  would also be underlined on that row.
- Now colors always show when a watchpoint exists. And the byte is
  underlined only when the watchpoint is enabled.

* Fix copying the last line of memory with some selection sizes

- This bug prevented the last line of the memory view from being copied
  to the clipboard when the start of the selection was at a higher
  column number than the end of the selection.
- E.g. when address range 0x8000000c-0x80000023 was selected, it would
  only copy 0x8000000c-0x8000001f, truncating the last line and missing
  four selected bytes.

* Add memory editor bookmarks

* Add missing session files to VS project filters
2023-08-19 16:37:21 +02:00
..
2023-08-19 16:37:21 +02:00
2023-08-19 16:37:21 +02:00
2023-08-19 16:37:21 +02:00