Rob Ellis:

Is it possable to wrap a block in a series of abbr's

So

line one
line two
line three

Select all

insert <li> abbr

<li>line one</li>
<li>line two</li>
<li>line three</li>

Then I can indent.. etc?

   You can use a regular expression replace:

   Search | Replace:
        Find What: \(.*\)
        Replace With: <li>\1</li>
        [X] Regular Expression
        (Replace in Selection)

   Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to