Code::Blocks Forums
User forums => Help => Topic started by: twentytortures on March 30, 2007, 06:30:28 pm
-
What happened to the linker tab and the plugin settings button? They are in RC1 but not in the recent nightlys.
-
Hi !
If you open your eyes :), you will see a combo box that replaces the old notebook.
An old tab = a combo line.
That was done to avoid notebooks inside notebooks.
Dje
-
You'll have to excuse me, I'm a bit new to this software. Any way you can point it out to me? I don't know what a notebook is. lol
EDIT: I see it now, boy do I feel like an idiot. Still can't find the plugin settings though.
-
See attached picture
Dje
[attachment deleted by admin]
-
Still can't find the plugin settings though.
Plugins can be installed, enabled, and disabled from the Plugins->Manage plugins dialog. Settings for individual plugins are registered in the various settings dialogs (mostly Settings->Editor and Settings->Compiler and debugger).
-
Settings for individual plugins are registered in the various settings dialogs (mostly Settings->Editor and Settings->Compiler and debugger).
I was trying to find how to change the installation directory for the DevPak plugin. I wasn't able to find it.
-
I was trying to find how to change the installation directory for the DevPak plugin. I wasn't able to find it.
Looking at the DevPak plugin's source, I see that it hasn't been updated for C::B's current method of configuration. Until it's fixed, your only option is to edit your Code::Blocks configuration file (usually called "default.conf" and residing in Documents and Settings\<user>\Application Data\codeblocks). The setting is named "master_path" and is stored in a section named "devpak_plugin".
-
Thanks to everybody for the help. That explains why I couldn't find it. Haha.