Author Topic: disable plugins forever  (Read 6087 times)

Offline Four

  • Single posting newcomer
  • *
  • Posts: 5
disable plugins forever
« 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

Offline frithjofh

  • Regular
  • ***
  • Posts: 376
Re: disable plugins forever
« Reply #1 on: January 18, 2011, 09:22:19 pm »
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
architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: disable plugins forever
« Reply #2 on: January 18, 2011, 09:32:42 pm »
...alternatively just delete the DLL (*.so) file of the plugin and it's related resource ZIP-file.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Four

  • Single posting newcomer
  • *
  • Posts: 5
Re: disable plugins forever
« Reply #3 on: January 21, 2011, 02:11:34 am »
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.