Poll

What do you use?

Notepad/WordPad
12 (35.3%)
Notepad++
14 (41.2%)
Other
8 (23.5%)

Total Members Voted: 34

Author Topic: Am I the only one who uses notepad?  (Read 2504 times)

how many people actually use notepad to script?

it's free and default so I used it until I got notepad++

it's free and default so I used it until I got notepad++

Notepad++ is much better

I used to. Now I use Notepad++ and TorqueDev.

I don't use notepad++ because it seems like just a bunch of extra features I don't need

I use Text Edit because I have a Mac.


I used to. Now I use Notepad++ and TorqueDev.
this is me exactly

except times when i'm too lazy to open either/times when i'm making a script that's so immaterial i use notepad automatically (of course it opens back up in notepad++ later since .cs files open with notepad++ for me)



I use Notepad as well, I see no use in the other ones, as they have pointless features.

But of course, it all depends what kind of person you are.

I use Notepad as well, I see no use in the other ones, as they have pointless features.

But of course, it all depends what kind of person you are.
Auto-indentation is useless?
Syntax highlighting is useless?
Auto-completion is useless?

Notepad. Don't need anything 'better' than having the contents of the file being displayed in a normal fashion.

Auto-indentation is useless?
What if it indents things the way I don't want it to?
Syntax highlighting is useless?
Yeah pretty much unless you're more useless than the highlighting.
Auto-completion is useless?
Auto-completion is a pain in the ass.

What if it indents things the way I don't want it to?
Then you can either reconfigure it or your editor is crap.

Yeah pretty much unless you're more useless than the highlighting.
Helps spotting an unclosed bracket, etc.

Auto-completion is a pain in the ass.
I can't imagine what awful implementation you must have used then.