1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-31 07:29:00 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden bb830a29db Add Navigate > Jump to Operand
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.
2020-06-07 16:37:41 -07:00
..
advanced.html Groundwork for animated Visualizations 2019-12-17 17:43:56 -08:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Various minor changes 2020-03-30 16:50:52 -07:00
editors.html Allow custom colors in Notes 2020-03-13 13:58:52 -07:00
end-notes.html Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
index.html Add file concatenation tool 2019-12-28 17:22:19 -08:00
intro.html Label rework, part 7 (of 7) 2019-11-18 17:45:41 -08:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Add Navigate > Jump to Operand 2020-06-07 16:37:41 -07:00
settings.html Add F6 as a shortcut for the Project Symbols editor 2019-12-13 13:05:29 -08:00
tools.html Improve CPU instruction chart 2020-02-18 13:25:20 -08:00
tutorials.html Various minor changes 2020-03-30 16:50:52 -07:00
visualization.html Add NES visualization generator 2020-05-14 15:34:05 -07:00