News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Plugins images inclusion

Started by dje, February 17, 2007, 11:10:05 PM

Previous topic - Next topic

dje

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

dje


byo

Quote from: 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

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

thomas

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".
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

dje