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.…
-
Other than editing PythonScriptStartup.cnf, I don’t think so.
For example instead of
ITEM/C:\programs\notepad++\plugins\Config\PythonScript\scripts\lexer.py
try
ITEM/.\plugins\Config\PythonScript\scripts\lexer.pySeems to work.
Cheers
Claudia -
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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login