Page 1 of 1

original text twice after applying clip library

Posted: Thu Jul 24, 2003 6:46 pm
by CodeBase
The clip library needs to allow the original text to appear more than once.

Example

Original text:

Code: Select all

<h3>Contact</h3>
"Contact" is highlighted.

After applying clip library:

Code: Select all

<h3><a name="Contact">Contact</a></h3>

Posted: Thu Jul 24, 2003 8:08 pm
by Web1X
Actually take it a step further and allow multiple substitution.

Original Text Highlighted:

Code: Select all

http://www.textpad.com|Click Here
After Applying Clip:

Code: Select all

<a href="http://www.textpad.com">Click Here</a>

Posted: Fri Jul 25, 2003 1:32 pm
by jeffy
This is a duplicate of another suggestion:

http://www.textpad.com/forum/viewtopic.php?t=3783

Vote for that one.

However, the "multiple selection" idea is unique. Consider posting a reply with that idea, to the original suggestion thread.

Posted: Fri Jul 25, 2003 1:32 pm
by jeffy
I meant "multiple substitution" not "multiple selection"