Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Four on January 18, 2011, 09:08:24 pm
-
How can I disable plugins in codeblocks and not have them loaded on startup? I compiled codeblocks with all the plugins available just for fun and to try them out. But Allot of them I wont use and I dont wont it slowing down startup and consuming resources. Also I dont wont to delete the plugins cause maybe some of them I would want to use in the future.
I just want to disable some plugins and expect them to be disabled even after I restart codeblocks. How can I do this?
Thank you
-
Hi,
under the menu entry plugins you will find a point plugin-manager. This is where to go. There you can enable and disable individual plugins. You can also uninstall or install new plugins.
Regards
frithjofh
-
...alternatively just delete the DLL (*.so) file of the plugin and it's related resource ZIP-file.
-
It saved this time. I went to the plugin manager before disables some plugins. And later came back to codeblocks and they were re-enabled. I tried it again and this time it saved which plugins I had enabled.