Is notepad ++ only for coding ? Can I use notepad++ to copy and paste? Is notepad ++ encrypted? Can I use to write notes ?
-
- list item
-
Is notepad ++ only for coding ?
Nope.
Can I use to write notes ?
Yep.
Not sure what the other stuff is asking…
-
Is notepad ++ encrypted ?
-
@Ldxrunner said:
Can I use notepad++ to copy and paste?
Yes.
Is notepad ++ encrypted ?
That’s a rather strange question. I can see two obvious interpretations:
-
If you mean “is the binary executable
notepad++.exe
encrypted”: No, the binary executable is not encrypted per se, just compiled, like other applications that run on Windows. -
If you mean “does Notepad++ encrypt the text files or source code I edit and save”: Not natively. However, the NppCrypt plugin exists to facilitate encryption of your edited text.
-