Mark text for "tab" stops

General TRichView support forum. Please post your questions here
Post Reply
agent86
Posts: 59
Joined: Mon Jun 28, 2010 2:18 am
Location: San Francisco Bay Area, USA
Contact:

Mark text for "tab" stops

Post by agent86 »

I will be using "canned" text which will be in a dbrichview. There will be multiple places in the paragraph of text that will need editing. The markers will always be in the same places. Is there a demo or is there a way to mark the "canned" text with markers that would give the user the ability to "tab" from marker to marker. I will actually be using F11 to jump from marker to marker.

In the silly example below it would stop at each underscore and you would replace the underscore with a number, hit F11 and it would jump to the next underscore.

***************

There were _ cases of beans. There were _ cases of corn. We moved _ cases of green beans to the stockroom.

***************
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

May be you just can call SearchText('_', ...) to select the next underscore?
Post Reply