|
Posted by patrick j on 11/02/06 03:23
On Thu, 2 Nov 2006 02:46:37 +0000, dorayme wrote
(in article
<doraymeRidThis-33F6B1.13463702112006@news-vip.optusnet.com.au>):
> But it is not hard to make your own little gismos with Search and
> Replace functions. For example, you want a list. You select the
> text that has one item on each line and you apply a previously
> saved "Find & Replace" pattern, for example, in BBEdit (a Mac
> editor) I keep Replace ^ with <li> and it replaces the beginning
> of the line with <li>, similar for the end. There is very little
> you cannot do with this sort of thing.
I agree entirely that for creation of HTML what is required is a text
editor with good find/replace.
I use BBEdit (on a Mac) as well primarily because the find/replace
implementation is excellent.
For me a good find/replace is far more valuable than anything you might
get from a "WYSIWYG" type of editor.
As well as GREP good multi-file find/replace is also essential. With
multi-file find replace of common elements throughout a series of files
can be easily changed.
The next good thing to have in an editor for HTML is scriptability.
With this then I can compile find/replace expressions and include other
commands thus effectively creating my own features.
--
Patrick
Brighton, UK
<http://www.patrickjames.me.uk>
Navigation:
[Reply to this message]
|