What's the best txt based web authoring tool (besides notepad).

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
Originally posted by: Modelworks
Originally posted by: rh71
Originally posted by: Modelworks
Another option is Scite
http://www.scintilla.org/SciTE.html

use this and pspad but neither have code suggestion/completion.

I've always liked Homesite and its variations... too bad they haven't made it free.


Scite does have code completion.
Once loaded go to options , open global options, scroll down to behavior

Remove the # from autocompleteword.automatic=1
then save the file.

Interesting, but after playing with it, it seems it will only predict a word that's already used in the same document. For instance if I type test at the top, anytime I start with a t again it will suggest "test". But it is not autocompleting or autosuggesting anything else such as tags <A HRE... or something as simple as <B> and closing it like most editors I've seen. Something I'm not figuring out?