QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: hanness on September 03, 2019, 08:04:46 pm
-
If I use Search > Find... from the drop down menus WITHOUT "Search Backwards" select it searches forward (from top to bottom) as expected.
Likewise, if repeat the operation WITH "Search Backwards" selected, it will search upwards, just as I would expect.
If you select Search > Repeat Last Find it works in exactly the same manner, searching forward if "Search Backwards" is not checked and searching backwards if it is selected.
However, if you perform a Repeat Last Find by using the shortcut keys Shift + F3, it will work exactly backwards. In other words, if Search Backwards is selected it will search forwards, and if not selected it will search backwards.
-
Right I was misreading the menu for that too, for a long time! fn + f3 searches forward, shift + f3 searches backward
Repeat, the fn key + f3 key searches forward.
Notice the shift is in parenthesis on the menu, that means it is another option, the backwards one.
-
Thanks for clarifying that for me.