Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: daniloz on October 28, 2011, 09:59:34 am

Title: Adding events for BookMark
Post by: daniloz on October 28, 2011, 09:59:34 am
Hi all,

I'm again wanting to break the API and add some events, but I think it would be useful to have events triggered for Bookmark actions (Add/Remove/Toggle and RemoveAll).
Any one in favor? Against? (I'd implement it and provide a patch, of course)

My idea is to write a bookmark manager plugin that list all bookmarks in a window. Already done?
Title: Re: Adding events for BookMark
Post by: oBFusCATed on October 28, 2011, 10:09:14 am
My idea is to write a bookmark manager plugin that list all bookmarks in a window. Already done?
No, but it is on my to-do, but I doubt I'll implement it soon... :)

I have no problems, but first check the code of BrowserTracker plugin, because it uses some bookmarks or it is related.