|
From: Jeff R. <jef...@ea...> - 2001-03-26 20:16:22
|
Sorry don't have a C++ example handy-- here is a Pascal one (shouldn't
differ much):
SynEdit.SearchReplace('find this text', '', Options);
The "Options" are:
TSynSearchOption = (ssoMatchCase, ssoWholeWord, ssoBackwards,
ssoEntireScope, ssoSelectedOnly, ssoReplace, ssoReplaceAll, ssoPrompt);
If you are just searching then don't include ssoReplace.
Best Regards,
Jeff Rafter
Defined Systems
http://www.defined.net
----- Original Message -----
From: "Corrba" <co...@op...>
To: "Synedit Maillist" <Syn...@li...>
Sent: Sunday, March 25, 2001 2:48 PM
Subject: [Synedit-devel] I can't seem to get the search thingy to work!
> I use BCB4 and has replaced my TRichEdit with a TSynEdit in my program.
> Everything worked fine except the search function.
>
> Can someone please give me an example (in C++, but Pascal is okay) how to
find a sertan string in Synedit?
>
>
>
> _______________________________________________
> Synedit-devel mailing list
> Syn...@li...
> http://lists.sourceforge.net/lists/listinfo/synedit-devel
|