Are there any text editors for Windows that are feature-for-feature and bug-for-bug compatible with the Windows 95 build of Notepad?
I'm looking for a plain and simple text editor with no programmers' features—no line numbers, syntax highlighting, etc.—no tabs or MDI whatsoever. No, I'm not looking for something with "you can turn these off", just a complete reimplementation of Win95 Notepad made via black-box testing.
The original notepad was completely broken in the first place anyway. Can't handle large files, ctr+Z would cancel a large random number of previous actions, the search feature is case sensitive and barely useful, etc. What do you miss vs a Notepad++?
I absolutely need a pure SDI workflow. I like browsing through files on disk by the double-clicking them, reading through them a bit, and then using Alt+F4. I tried that with Notepad++ once and I ended up with hundreds of files open in tabs because Notepad++ remembers everything you've ever opened even if you Alt+F4 the app.
I also like sometimes having multiple files open at once and drag the windows around my monitors as I need to and you can't do that in Notepad++.
Also Notepad++'s UI is bloated. There's just too much going on.
And please don't suggest I muck around in settings, I'm not interested in spending hours mucking around in a gigantic bloated settings dialog, I want something that Just Works™ with no configuration just like Win95 Notepad.
Edit: My specific use case here is for viewing files, not editing them. I use a different editor when I'm actually writing stuff but for browsing I just want old Notepad.
I'm looking for a plain and simple text editor with no programmers' features—no line numbers, syntax highlighting, etc.—no tabs or MDI whatsoever. No, I'm not looking for something with "you can turn these off", just a complete reimplementation of Win95 Notepad made via black-box testing.