Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text editor for ASP coding

Status
Not open for further replies.

JamesLean

Programmer
Dec 13, 2002
3,059
0
0
GB
Does anyone have any recommendations for a good, FREE text editor for coding ASP/HTML. I use InterDev at work but only really for the syntax help and colour formatting as I code everything by hand.

I just find having the different colours helps when checking/debugging code and was looking for an editor which does this for use at home.

I don't really need advanced features like site management or any WYSIWYG stuff. Ideally it would just be something like notepad but with nicely formatted text!

Any suggestions? --James
 
I use UltraEdit v9 - very nice editor. You can get a 90 day fully operational trial version or the registered version is only $20 I think.


Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
I use Editplus, it's free and doesn't timeout. Color coding is available for html, asp, xml, xsd, xsl, wap, css, jsp, php, javascript, vbscript, *breathe*, java, C, c++, basic, and on and on and on :) I think quake scripting and dark basic are the two oddest entries in their languages definition files :p These are downloadable (free) from the editplus site, but the editor comes with a minimum of html, C/C++, Java.

I'd go through the functionality options, but t would take to long, I'll just leave it at:
a) everything has a hotkey
b) the search options allow you to:
1) search or search and replace as usual (file, selection, all open files)
2) search and replace as #1, but using regular expressions
3) find something in all files in a directory, allowing subdirectory searching as well
4) quickeys to find next, find previous, find next word, find previous word
c) there are 100 user configurable tools, I have a Java bar with java compilation stuff and a couple other language bars with compiler functions, but they didn't leave me wanting much :)

Another option is TextPad, I don't personally use it, but thats what onpnt (and several others) use and I have a coworker at work that swears by it.

-Tarwn
[sub]01010100 01101001 01100101 01110010 01101110 01101111 01101011 00101110 01100011 01101111 01101101 [/sub]
[sup]29 3K 10 3D 3L 3J 3K 10 32 35 10 3E 39 33 35 10 3K 3F 10 38 31 3M 35 10 36 3I 35 35 10 3K 39 3D 35 10 1Q 19[/sup]
Get better results for your questions: faq333-2924
Frequently Asked ASP Questions: faq333-3048
 
I also use UltraEdit Version is older than the V9 about. Great editor.
 
Thanks all for your suggestions! Time for some evaluation methinks... --James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top