View Single Post
Old 08-26-2016, 09:21 PM   #7
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Notjohn, here is an image of how I set up the clip bar. It acts as a whole new bar that can hold all kinds of custom commands which get inserted wherever the cursor is located.



The only differences I've noted is that when in code view the clip (ex: "\1") will surround selected text with double quotes, while if you are in the find or replace fields it will replace the selected text with exactly "\1" .

eg.
the clip: <em>\1</em>

In code view with
<p>&nbsp;</p>
selected, the clip will produce:
<em><p>&nbsp;</p></em> (edit - yes I know this is incorrect - just showing that the <em> tags will surround whatever is selected)

In the find or replace fields anything selected will be replaced by:
<em>\1</em>

Last edited by Turtle91; 08-27-2016 at 10:07 AM.
Turtle91 is offline   Reply With Quote