mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-12 21:09:29 +00:00
bb830a29db
If you double-click on the opcode of an instruction whose operand is an address or equate, the selection jumps to that address. This feature is now available in the Navigate menu, with the keyboard shortcut Ctrl+J. While testing the feature I noticed that the keyboard focus wasn't following the selection, so if you jumped to an address and then used the up/down arrows, you jumped back to the previous location. (This was true when double-clicking an opcode to jump; it was just less noticeable since the next action was likely mouse-based.) This has been fixed by updating the ListView item focus when we jump to a new location. See also issue #63 and issue #72. |
||
---|---|---|
.. | ||
WpfGui | ||
GenTest.cs | ||
ProgressMessage.cs |