Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started 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
-
:( Nobody has an answer ???
-
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
-
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".
-
Thanks for the answers.
Dje