Page 1 of 1

find request

Posted: Thu Aug 24, 2006 7:13 pm
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

Posted: Thu Aug 24, 2006 11:08 pm
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

Posted: Fri Aug 25, 2006 1:15 am
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