I recently discovered Notepad++ after being an Edit+ user for the longest time. I really like everything Notepad++ does, but I’m baffled at one particular thing.
I’ve got my preferences set to default to HTML when you open a new document. It’s working fine, when I click “new” it opens and new document and has HTML syntax highlighting and the collapsible boxes in the margin to keep everything nice and neat.
What I can’t figure out though is that when you first open Notepad++, it has a blank document open by default, but this blank document is NOT in HTML format (although under “language” in the menu says it is). It’s just a basic “normal text” document with no code syntax highlights, or collapsible code boxes in the left margin. Only after I actually click “File >> New” or save the default open document as .html does it actually have the HTML features.
It’s not difficult to get around this, I simply have to click “new” and open up a new document when I start, but I figured there must be a setting somewhere to fix it so that by default, and HTML document was generated when I open Notepad++?