i don't know if this is the right place to ask, but i
just can't find anywhere else to ask this question.
i'm trying to implement a simple find feature. while
using a simple richedit that was easy, but that same
function won't work under synedit.
i browsed the example but it's way too much code and
complexity for a simple find dialog.
then i tried playing with the syneditsearch dialog...
nothing there.
is there any code snippet that can provide a simple
example?
thanks!
Logged In: YES
user_id=1124486
I think I just solved that problem for me:
in the Find-Event of the FindDialog just try:
<code:bcb>
TSynSearchOptions opt;
rteQuelle->SearchReplace(dlgFind->FindText, "", opt);
</code>
rteQuelle is the SynEdit -Control
dlgFind is the standard Find Control
dlgFind->Text is the text to search
I need the code completion to get some Information about
SynEdit - quite hard!
HTH
-Hans-Arno