Best way for search by Ctrl+F, F3 & Shift+F3 ?

SyntaxEditor .NET Languages Add-on for Windows Forms Forum

Posted 15 years ago by BorodaAlex
Version: 4.0.0276
Avatar
Hi, all.
We need to have logic to search by Ctrl+F, F3 & Shift+F3 shortcuts in syntax editor document.
Are there any auto means to achieve this? Or it's necessary to go over document's lines and
try to search required text via document.Lines[line].Text.IndexOf() ?

Thanks in advance.

Comments (2)

Posted 15 years ago by BorodaAlex
Avatar
note: Search and highlight like in any text editor or visual studio.
Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Please look at our SDI Editor sample. I believe that has a fully functional Find/Replace dialog and F3 find next working.


Actipro Software Support

The latest build of this product (v24.1.0) was released 26 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.