portable Notepad++ with python scripts
-
I created some scripts with the “Python Script” plugin. For adding some shortcuts to them, I added via “Plugins” > “Python Plugin” > “Configuration” to the menu. The path to this py files are stored absolute. This breaks when I use my portable Notepad++ on other computers. Is there any other option to add shortcuts to python scripts with relative path?
My scripts are in plugins\Config\PythonScript…
-
-
Thank you. It seems to work. There is a similar issue on github: https://github.com/bruderstein/PythonScript/issues/15
I added this as a comment there.