News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

rss reader plugin

Started by virtuosonic, March 23, 2011, 11:45:48 PM

Previous topic - Next topic

virtuosonic

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/

language:C++, jesusonic
libraries:WX, Stk, Vst
virtuosonic at sf_net

JGM

nice idea, great way to stay updated with news of the outside world while coding :D

oBFusCATed

Quote from: 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
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 :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

virtuosonic

QuoteBut this is the first thing I disable in VStudio >= 2005
Well, sometimes reading news can be addictive and makes me delayed

Quoteif there was a C::B news thread/feed...

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


Does it work fine?
language:C++, jesusonic
libraries:WX, Stk, Vst
virtuosonic at sf_net

ptDev

Very nice, I will use it.

virtuosonic

It would be very cool if there where some way that plugins could modify the "start here" page :?
language:C++, jesusonic
libraries:WX, Stk, Vst
virtuosonic at sf_net

MortenMacFly

Quote from: 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 :?
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ptDev

Quote from: 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 :?

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.

virtuosonic

thanks for the hints, i´ll give it a try
language:C++, jesusonic
libraries:WX, Stk, Vst
virtuosonic at sf_net

MichaelAgarkov

How much effort would it take to make it work with 20.03?