Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: dje on February 17, 2007, 11:10:05 pm

Title: Plugins images inclusion
Post by: dje on February 17, 2007, 11:10:05 pm
Hi all !

I am working on a plugin that uses a configuration panel that will be placed on the environment settings dialog.

I need to put the required pngs in CodeBlocks\share\CodeBlocks\images\settings.

Is it possible to use the zip/manifest file ?
Do I have to upload files with a patch ??

Thanks

Dje
Title: Re: Plugins images inclusion
Post by: dje on February 20, 2007, 11:12:14 pm
 :( Nobody has an answer ???
Title: Re: Plugins images inclusion
Post by: byo on February 21, 2007, 12:44:34 am
Hi all !

I am working on a plugin that uses a configuration panel that will be placed on the environment settings dialog.

I need to put the required pngs in CodeBlocks\share\CodeBlocks\images\settings.

Is it possible to use the zip/manifest file ?
Do I have to upload files with a patch ??

Thanks

Dje

I think that easiest way for now is just to copy your pictures into proper directory (share/CodeBlocks/images/settings) and it should be fine (simple copy in post-build commands). But I also vote to move them into manifest :)

BYO
Title: Re: Plugins images inclusion
Post by: thomas on February 21, 2007, 10:15:36 am
That is the purpose (one of the purposes) of the manifest file. Only this bit hasn't been implemented yet. :)
So, for now, the answer is "no", but for the future it is "yes, of course".
Title: Re: Plugins images inclusion
Post by: dje on February 21, 2007, 09:06:13 pm
Thanks for the answers.

Dje