Originally posted by: dnetmhz
I'm sure someone is going to post this eventually so I'll just get it over with.. sorry!
uumm.. notepad?
Originally posted by: WarmAndSCSI
Notepad is good for all types of code editing.
Originally posted by: Jumpem
Thanks guys. I want to get a copy of Visual Studion .NET, but for now I just need something to get by. Hopefully with more features than notepad.![]()
Originally posted by: notfred
Originally posted by: WarmAndSCSI
Notepad is good for all types of code editing.
It's really not.
Originally posted by: WarmAndSCSI
Originally posted by: notfred
Originally posted by: WarmAndSCSI
Notepad is good for all types of code editing.
It's really not.
It's fine if you turn off wordwrapping... It's a Plain-Jane text editor - all any good programmer needs. Now if I'm working in MSVB on a DLL, I'll just use the built in editor in the app instead of notepad. But beyond VB DLLs and an occasional VB EXE, I do all of my code editing (HTML, JS, ASP, VBScript (for non-web apps), T-SQL, etc.) in notepad.
Originally posted by: notfred
Originally posted by: WarmAndSCSI
Originally posted by: notfred
Originally posted by: WarmAndSCSI
Notepad is good for all types of code editing.
It's really not.
It's fine if you turn off wordwrapping... It's a Plain-Jane text editor - all any good programmer needs. Now if I'm working in MSVB on a DLL, I'll just use the built in editor in the app instead of notepad. But beyond VB DLLs and an occasional VB EXE, I do all of my code editing (HTML, JS, ASP, VBScript (for non-web apps), T-SQL, etc.) in notepad.
So what do you do when you get a compiler error that looks like "Unmatched curly bracket at [last line of file]"? Look through the whole file by hand? How about if you need to replace every instance of array[n] with array[n-1]? Search for "array" and do al lrthe edits manually?
Notepad doesn't include any of the features that would actually make it a good editor. Hell, it doesn't even have line numbering.
Originally posted by: Jumpem
Thanks for the help guys! I'm still in a bit over my head with this internship. I've mainly only used Java and C++. Now I have to get a grasp on a large web/database environment. I have to figure out ASP, SQL, and JavaScript on the fly. :Q