Why not-very-tech users almost always trying to open text files in "Notepad" (and not in, for example, "WordPad" in spite of it is also installed by default)?

Notepad seems the only popular text editor that does not handle LF line endings well ("WordPad" does it well).

What are advantages of Notepad in eyes of non-tech users?

link|improve this question

64% accept rate
Getting a UTF-8 plaintext file is more likely than getting one with a non-windows line ending. (Notepad supports UTF-8, Wordpad does not.) – bytesum Jan 29 '11 at 0:24
feedback

closed as not constructive by DMA57361, honk, Linker3000, KronoS, Daniel Beck Jan 28 '11 at 13:10

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 2 down vote accepted

Notepad is often a default for many files, and a familiar interface due to its default association with .txt

It's not really so much that it is in any way better, it's just what people are used to. Kinda like Windows itself.

link|improve this answer
feedback

It takes up so little RAM that you can run it on an obsolete computer. It also opens very fast, and despite all its simplicity, it has even the find & replace (CTRL+H) feature. As a tech-savvy person, I sometimes use it for simple displaying & text copying & pasting purposes because of its simplicity.

link|improve this answer
feedback

When all you want to do is view a text file, the different font, more cluttered interface and the tendency to show the file with a wordwrapped and paged "document" layout can just get in the way. So in that case the Notepad defaults are an advantage. Like many things, I think the main reason for its ubiquity is just familiarity. Notepad's always been there. It's always been the default.

Line endings are indeed a pain.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.