1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-01 22:50:35 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 3a67c14247 Add "find previous"
The Find box now has forward/backward radio buttons.  Find Next
searches forward, and Find Previous searches backward, regardless
of the direction of the initial search.

The standard key sequence for "find previous" is Shift+F3.  The WPF
ListView has some weird logic that does something like: if you hit
a key, and the selection changes, and the shift key was held down,
then you must have meant to select a range.  So Shift+F3 often (but
not always) selects a range.  I think this might be fixable if I can
figure out how ListView keeps track of the current keyboard
navigation position (which is not the same as the selection).  For
now I'm working around the problem by using Ctrl+F3 to search.
Yay WPF.
2019-10-09 17:47:07 -07:00
..
advanced.html Add issues & limitations for scripts to manual 2019-10-07 17:56:35 -07:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Optionally treat BRKs as two-byte instructions 2019-10-09 14:55:56 -07:00
editors.html Allow explicit widths in project/platform symbols, part 4 (of 4) 2019-10-03 10:32:54 -07:00
end-notes.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
index.html Minor fixes 2019-09-27 13:43:58 -07:00
intro.html Allow explicit widths in project/platform symbols, part 4 (of 4) 2019-10-03 10:32:54 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Add "find previous" 2019-10-09 17:47:07 -07:00
settings.html Add "find previous" 2019-10-09 17:47:07 -07:00
tools.html Update documentation 2019-08-18 17:16:44 -07:00
tutorials.html Minor fixes 2019-09-27 13:43:58 -07:00