Page 1 of 1

Mark text for "tab" stops

Posted: Fri Feb 04, 2011 5:03 pm
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.

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

Posted: Fri Feb 04, 2011 5:13 pm
by Sergey Tkachenko
May be you just can call SearchText('_', ...) to select the next underscore?