
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.
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.