News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks Plug-In Architecture

Started by igorevc, September 30, 2008, 01:10:35 PM

Previous topic - Next topic

igorevc

Good day.

I'm a student who's writing a dissertation about a plug-in for a certain application.
Right now, I'm researching for plug-in architectures of well known applications to better understand
the process of creating and "plugging in" the plug-ins.
It happens that I want Code::Blocks because is one of the best known applications.

Could you please (really, please) reply to me with a picture and a brief description of Code::Blocks Plug-in Architecture?
Or a link to the picture and the brief description?

That's because I can't find what I'm looking for and I need to create plugins, just to try it out.

Thank you for your attention.

dje

Hi !

I suggest you try yourself to create a plugin from the plugin project template with maximum of features to see what are the available interfaces.
You can also have a look at the several existing ones to find out how they deal with projects, editors, menu, toolbars...
Read also some classes from the sources such as plugin manager. And you will be able to write your part of disseration. You wouldn't directly copy/paste a
Quote from: igorevc on September 30, 2008, 01:10:35 PMa picture and a brief description of Code::Blocks Plug-in Architecture
would you ?

Dje


igorevc

Good day. I apologize for not responding to you earlier.

I saw your response to my question. Although it didn't give me a direct answer, at least it had some relevant clues.

I thank you for your reply. You have helped me, in your way.