Page 1 of 1

Marking Tabs

Posted: Sat Apr 29, 2006 5:51 pm
by cwenet
Hi,

with this I want mark tabs:

Code: Select all

richedit.SetSelectionBounds(0,richedit.GetOffsBeforeItem(0),0,richedit.GetOffsBeforeItem(0));
  while richedit.SearchText(#9, [rvseoDown]) do
   richedit.ApplyTextStyle(4);
But it doesn't work.

How can I do this ?

regards
Christoph

Posted: Tue May 02, 2006 9:18 am
by Sergey Tkachenko
Yes, SearchText cannot find tabs.
Will be fixed in the next update.