find request

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
codeguy
Posts: 11
Joined: Tue Aug 22, 2006 5:45 pm

find request

Post by codeguy »

I have a quick request:

would it be possible to add an option to make the find dialog box close after the first find?

What I'd like is to hit Ctrl-F to open find, type in my text and hit enter, it does the search, and have the dialog box close. If I want to find more I'll use the F3 or Ctrl-L (mapped to same) to find more.

I can see people prefering either way, so an option to enable/disable would probably be best.

I wasnt sure if I could do a macro for that one... ya think?

-Andy
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi Andy,
Would it be possible to add an option to make the find dialog box close after the first find?

To make this happen bind the Ctrl+F to the SearchDialogEx function.

For information about this function paste the word SearchDialogEx into a Zeus new document, place the cursor on the word and use the Help, Quick Help menu

Cheers Jussi
codeguy
Posts: 11
Joined: Tue Aug 22, 2006 5:45 pm

Post by codeguy »

Cool... And Bummer...

Cool for SearchDialogEx, that's what I wanted.

Bummer cuz I found SearchWordCurrentNext and SearchWordCurrentPrevious. I'd written macros for thoes and you already had the functionality in there...

oh well, it did help me learn :-)

Thanks!

-Andy
Post Reply