Marking Tabs

General TRichView support forum. Please post your questions here
Post Reply
cwenet
Posts: 4
Joined: Sat Apr 29, 2006 11:50 am

Marking Tabs

Post 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
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Yes, SearchText cannot find tabs.
Will be fixed in the next update.
Post Reply