Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Greatwolf on September 13, 2010, 12:58:40 am

Title: What are the methods of cbScriptPlugin?
Post by: Greatwolf on September 13, 2010, 12:58:40 am
The scripting plugin documented in the wiki doesn't state anything explicit and I can't seem to really find any further info on this. What methods must be defined by a scripting plugin that extends cbScriptPlugin and which methods are optional? In fact, what are all the methods in this class to begin with?? What is the info member used in the class constructor? Is it a member variable or is it outside of the class? The doc in the wiki shows one sample use-case but it feels very incomplete.

If someone can point me to the right link or page that contains this basic info it would be greatly appreciated!