Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: pegasus on January 24, 2007, 02:33:28 pm

Title: storing plugin information
Post by: pegasus on January 24, 2007, 02:33:28 pm
hi

i'm writing a plugin an want to store some plugin related information into the project file. how can i do that?
i hope you can help me.

Title: Re: storing plugin information
Post by: mandrav on January 24, 2007, 03:10:33 pm
Read the documentation in sdk/projectloader_hooks.h.
Also look in debugger plugin sources (search for ProjectLoaderHooks).