I'm not sure if it is different if you have the installed version of Notepad++ versus the portable version, but I think that it is. I would find it by getting a CMD.exe prompt in the root folder of you C: (or whatever) drive, and executing this command: "dir /s/b startup.py". That will certainly find it and tell you where it is.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
May be a little late for adding something but I had the same problem.
On my Windows 7 (64bits) computer adding the plugin with pluginmanager silently don't install the directory "Program Files (x85)/Notepad++/plugins/PythonScript"
May be a credential problem.
I had to get the zip install and extract the directory.
Expect that may help somebody.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Sorry for the basic question, but where can I find the default startup.py?
I've looked in c:\program files (x86)\Notepad++ and it's subfolders and in c:\users\jm\appdata\roaming\notepad++ and it's subfolders.
Thanks,
JM
I'm not sure if it is different if you have the installed version of Notepad++ versus the portable version, but I think that it is. I would find it by getting a CMD.exe prompt in the root folder of you C: (or whatever) drive, and executing this command: "dir /s/b startup.py". That will certainly find it and tell you where it is.
May be a little late for adding something but I had the same problem.
On my Windows 7 (64bits) computer adding the plugin with pluginmanager silently don't install the directory "Program Files (x85)/Notepad++/plugins/PythonScript"
May be a credential problem.
I had to get the zip install and extract the directory.
Expect that may help somebody.