Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: virtuosonic on March 23, 2011, 11:45:48 pm

Title: rss reader plugin
Post by: virtuosonic on March 23, 2011, 11:45:48 pm
Hi, i was installing visual studio, no don´t worry i´m not changing ide ( i actually think it sucks), and i noticed that it had an rss feed reader and said "hey, Code::Blocks doesn´t have one of those" so here are the results
  
    * Name: Rss::Blocks
    * Author: Gabriel Espinoza
    * Purpose: This plugin will take control not only over Code::Blocks but also over the world and also can read rss feeds.
    * Version: 0.1; State: beta
    * Last update: 22. Mar. 2011
    * Link for download: http://sourceforge.net/projects/rssblocks/ (http://sourceforge.net/projects/rssblocks/)

Title: Re: rss reader plugin
Post by: JGM on March 24, 2011, 04:11:33 am
nice idea, great way to stay updated with news of the outside world while coding :D
Title: Re: rss reader plugin
Post by: oBFusCATed on March 24, 2011, 08:08:30 am
nice idea, great way to stay updated with news of the outside world while coding :D
Or the C::B world if there was a C::B news thread/feed...

But this is the first thing I disable in VStudio >= 2005 :)
Title: Re: rss reader plugin
Post by: virtuosonic on March 26, 2011, 11:49:51 pm
Quote
But this is the first thing I disable in VStudio >= 2005
Well, sometimes reading news can be addictive and makes me delayed

Quote
if there was a C::B news thread/feed...

what about:
http://forums.codeblocks.org/index.php?type=rss;action=.xml;limit=20 (http://forums.codeblocks.org/index.php?type=rss;action=.xml;limit=20)
http://www.codeblocks.org/index.php?format=feed&type=rss (http://www.codeblocks.org/index.php?format=feed&type=rss)


Does it work fine?
Title: Re: rss reader plugin
Post by: ptDev on March 27, 2011, 12:23:27 am
Very nice, I will use it.
Title: Re: rss reader plugin
Post by: virtuosonic on April 03, 2011, 12:12:24 am
It would be very cool if there where some way that plugins could modify the "start here" page :?
Title: Re: rss reader plugin
Post by: MortenMacFly on April 03, 2011, 09:47:10 am
It would be very cool if there where some way that plugins could modify the "start here" page :?
No need for that, you can create your own custom page, as many others plugins did. We don't want to clutter the start here page. It belongs to the core, not the plugins.
Title: Re: rss reader plugin
Post by: ptDev on April 03, 2011, 11:46:36 am
It would be very cool if there where some way that plugins could modify the "start here" page :?

You can capture the cbEVT_APP_STARTUP_DONE and/or the cbEVT_WORKSPACE_CHANGED events to introduce your own "Today's News" page in addition to the default start page, if you like.
Title: Re: rss reader plugin
Post by: virtuosonic on April 07, 2011, 11:39:00 pm
thanks for the hints, i´ll give it a try