Page 1 of 1

Search within PB help page

Posted: Wed Mar 12, 2025 5:38 pm
by USCode
I'm probably missing something obvious, but within the PB Help window (from the IDE choose menu Help > Help ...) is there a way to search and highlight all the occurrences of a search string within a help page?

Using the Help Search feature it lists all the help pages that contain the search string, but once you select that help page, I want to then find/highlight the actual occurrences of that search string on that page.

For example, if you select the Contents help page for "History", which is a large page, find all the occurrences of the search string "network".

I'm on a Mac. Thanks!

Re: Search within PB help page

Posted: Wed Mar 12, 2025 5:46 pm
by Marc56us
Select page (click on right side) then use Ctrl + F

Re: Search within PB help page

Posted: Wed Mar 12, 2025 6:20 pm
by USCode
Marc56us wrote: Wed Mar 12, 2025 5:46 pm Select page (click on right side) then use Ctrl + F
Sorry, forgot to mention in my original post that I'm on a Mac, and unfortunately that doesn't seem to work there.
Ctrl-F doesn't do anything, and Cmd-F switches to the IDE and opens the Find dialog.

Re: Search within PB help page

Posted: Wed Mar 12, 2025 6:50 pm
by AZJIO
USCode wrote: Wed Mar 12, 2025 6:20 pm I'm on a Mac
Why don't you try chmViewer

Re: Search within PB help page

Posted: Wed Mar 12, 2025 9:37 pm
by USCode
Thanks, I was hoping there would be a way with the default Help window.