Ari Heino wrote:
> wayne kirjoitti seuraavasti:
>> gedit color formats your text when a file has an html extension.
>
> Which every reasonable text editor does. For zillion of languages.
> Clip libraries are handy. You can download them to TextPad at least. You
> can double click a text clip from the library and it will paste into
> your code. Css clip libraries with all possible attributes are
> especially nice.
>
TextPad and EditPlus (
http://www.editplus.com/index.html ) are very
similar; both have a great feature called Clip Libraries (EditPlus
terminology) that work much the same way and are equally easy to create.
Clip Libraries are composed of clips of text that appear in a panel to
the left of the main editor window. Clips can be for any purpose you
choose; I have one called "normal.html" which is a pun on Microsoft
Word's "normal.doc" and which I use for all my word processing needs (I
create HTML documents rather than proprietary file formats). The
following is an excerpt from "normal.html":
#T=Non-breaking space
#T=… Ellipses
…
....
#T=Comment
<!-- ^! -->
#T=Paragraph
<p>^!</p>
#T=Line break
<br>
#T=Heading 1
<h1>^!</h1>
....
#T=Horizontal Rule
<hr>
#T=Page break (before)
style="page-break-before: always;"
....
#T=Ordered list
<ol>
<li>^!</li>
<li></li>
</ol>
#T= is a clip heading; double clicking on a clip heading inserts the
following text into the editor window at the current cursor position.
^! is the cursor position AFTER the clip has been inserted.
Clip Libraries make HTML and CSS coding very productive. I also use
Clip Libraries for Python, PHP and ooRexx coding.
These are VERY GOOD text editors (but they are not free).
Regards,
Peter
--
*Peter Anderson*
There is nothing more difficult to take in hand, more perilous to
conduct, or more uncertain in its success, than to take the lead in the
introduction of a new order of things—Niccolo Machiavelli, /The Prince/,
ch. 6