Code::Blocks Forums

User forums => Help => Topic started by: twentytortures on March 30, 2007, 06:30:28 pm

Title: Missing things?
Post 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.
Title: Re: Missing things?
Post by: dje on March 30, 2007, 06:37:27 pm
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
Title: Re: Missing things?
Post by: twentytortures on March 30, 2007, 06:38:47 pm
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.
Title: Re: Missing things?
Post by: dje on March 30, 2007, 06:55:49 pm
See attached picture

Dje

[attachment deleted by admin]
Title: Re: Missing things?
Post by: TDragon on March 30, 2007, 06:58:42 pm
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).
Title: Re: Missing things?
Post by: twentytortures on March 31, 2007, 12:19:11 am
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.
Title: Re: Missing things?
Post by: TDragon on March 31, 2007, 12:40:58 am
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".
Title: Re: Missing things?
Post by: twentytortures on March 31, 2007, 03:21:33 am
Thanks to everybody for the help. That explains why I couldn't find it. Haha.