How to disable plugin on startup
-
Hi,
Is there any option in Notepad++ so that we can disable some plugin in the startup of the application? -
@abhinav-kganan said in How to disable plugin on startup:
disable some plugin
Rename its DLL file to disable a plugin; maybe remove the .dll extension and append
.$$$to its name temporarily (or whatever you like). -
@alan-kilborn said in How to disable plugin on startup:
Rename its DLL file to disable a plugin
or rename the folder that the DLL is in. So if you have
SomePlugin.dllinside of...\plugins\SomePlugin\, rename the folder to...\plugins\SomePlugin.disable\and restart Notepad++ to run with that plugin disabled. -
@peterjones is there any way we can disable the plugin from the application itself?
-
@abhinav-kganan said in How to disable plugin on startup:
is there any way we can disable the plugin from the application itself?
No.
The only control the application has over plugin loading is vial the-noPlugincommand line argument, but that will disable all plugins, not “some” as in your original question. -
@alan-kilborn Oh okay. Thankyou both for your time. Your suggestion worked actually
-
@abhinav-kganan said in How to disable plugin on startup:
Your suggestion worked actually
Which one?
We probably could have given you better suggestions quicker if you’d have elaborated more on what you wanted/needed to do.
Sure, if all it was was “disable plugins”, then I guess we got you 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