<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Redcar</title>
	
	<link>http://redcareditor.com</link>
	<description>a programmer's editor for Ruby</description>
	<pubDate>Sun, 06 Sep 2009 21:39:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Redcar" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>JavaMateView Port Complete</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/F2kxVSY38PM/</link>
		<comments>http://redcareditor.com/2009/09/javamateview-port-complete/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 21:32:37 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[jruby port]]></category>

		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://redcareditor.com/?p=176</guid>
		<description><![CDATA[As of yesterday evening, the JavaMateView port of GtkMateView is essentially complete. Thanks go to Silvio Heuberger, Aokai, Mat Schaffer and Alex Lourie for contributing to this project.
This is terrific progress for our JRuby/SWT port. JavaMateView is the syntax highlighting editor component, which is the core of Redcar. We can now proceed with porting the rest of [...]]]></description>
			<content:encoded><![CDATA[<p>As of yesterday evening, the JavaMateView port of GtkMateView is essentially complete. Thanks go to Silvio Heuberger, Aokai, Mat Schaffer and Alex Lourie for contributing to this project.</p>
<p>This is terrific progress for our <a href="http://redcareditor.com/2009/08/redcar-is-moving-to-jruby/">JRuby/SWT</a> port. JavaMateView is the syntax highlighting editor component, which is the core of Redcar. We can now proceed with porting the rest of Redcar onto JRuby. And for free, we have complete cross platform compatibility:</p>
<p>Windows 7</p>
<p style="text-align: center;"><a href="http://redcareditor.com/wp-content/uploads/2009/09/win7.png"><img class="size-medium wp-image-177 aligncenter" title="win7" src="http://redcareditor.com/wp-content/uploads/2009/09/win7-300x245.png" alt="win7" width="300" height="245" /></a></p>
<p>Ubuntu,</p>
<p style="text-align: center;"><a href="http://redcareditor.com/wp-content/uploads/2009/09/ubuntu.png"><img class="size-medium wp-image-179 aligncenter" title="ubuntu" src="http://redcareditor.com/wp-content/uploads/2009/09/ubuntu-300x238.png" alt="ubuntu" width="300" height="238" /></a></p>
<p>and Mac OS X</p>
<p style="text-align: center;"><a href="http://redcareditor.com/wp-content/uploads/2009/09/macosx.png"><img class="size-medium wp-image-180 aligncenter" title="macosx" src="http://redcareditor.com/wp-content/uploads/2009/09/macosx-300x248.png" alt="macosx" width="300" height="248" /></a></p>
<p style="text-align: left;"><a href="http://redcareditor.com/wp-content/uploads/2009/09/macosx.png"></a>I have now started making Redcar itself work on JRuby, which is going to take considerably longer. I want to do this right, so I&#8217;ve got a reading list on GUI architecture as long as my arm. If anyone has any good suggestions for further reading, please speak up!</p>
<p>As of now, Redcar HEAD will boot on JRuby, but all the plugins are turned off except for a very small core. There&#8217;s a long way to go yet, but I&#8217;m very happy with our progress so far.</p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/F2kxVSY38PM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/09/javamateview-port-complete/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/09/javamateview-port-complete/</feedburner:origLink></item>
		<item>
		<title>JRuby Port Progress and Plans</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/J8WuE2l2ZGY/</link>
		<comments>http://redcareditor.com/2009/08/jruby-port-progress-and-plans/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 21:38:17 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[jruby port]]></category>

		<category><![CDATA[milestones]]></category>

		<guid isPermaLink="false">http://redcareditor.com/?p=162</guid>
		<description><![CDATA[I&#8217;ve spent the evening on the port and it&#8217;s progressing well. There are two projects that need porting:
GtkMateView
GtkMateView is the syntax highlighter component of Redcar. At the moment it is written in Vala, a fine C#-style language for the GObject system.  In order to run Redcar on JRuby, this GUI widget needs to be ported [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the evening on the port and it&#8217;s progressing well. There are two projects that need porting:</p>
<p><strong>GtkMateView</strong></p>
<p>GtkMateView is the syntax highlighter component of Redcar. At the moment it is written in Vala, a fine C#-style language for the GObject system.  In order to run Redcar on JRuby, this GUI widget needs to be ported to Java.</p>
<p>Silvio, myself and Aokai have begun this and our work is on Github <a href="http://github.com/danlucraft/java-mateview/tree">here</a>. Porting from Vala to Java (like porting from C# to Java) is a fairly efficient process. Tedious - but efficient. We have already got several large classes, in particular the syntax Patterns and the Scope matcher, working in Java. This project will be 100% Java.</p>
<p><strong>Redcar</strong></p>
<p>Redcar is written in Ruby with GTK+. We need to port over Redcar from using GTK to using SWT, and make sure that everything still works on JRuby. Almost every class in Redcar will be touched by this change.</p>
<p>I would like to separate the plugins into two groups, the core models and the gui interfaces. So the <em>core </em>plugin will be split into <em>core</em> and <em>core-swt, </em>the <em>project</em> plugin into <em>project</em> and <em>project-swt</em>. Almost all the features can be moved over without change, although the step definitions will need to be rewritten.</p>
<p>We can turn off most plugins at the start and turn them back on one-by-one as we port them. So we should have a basic application frame up and running fairly soon. We also need to make sure that Cucumber and RSpec are working. Once that is done, porting of the plugins can happen in parallel, so people who want to help out can grab one and start.</p>
<p>We also need to get packaging sorted out from the start to avoid difficulty later. Silvio has been looking into this and it seems that we will be able to wrap up all of Redcar into a single .jar file before we are done (though we will still need Debian packages on top of that).</p>
<p>So Milestone 1 for the Redcar port is:</p>
<ol>
<li>Working application frame.</li>
<li>Cucumber hooked up.</li>
<li>RSpec hooked up.</li>
<li>Single jar file packaging.</li>
</ol>
<p>With a bit of luck, we can reach this sometime next week, which will give us a secure base for the rest of the work.</p>
<p>Good night!</p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/J8WuE2l2ZGY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/08/jruby-port-progress-and-plans/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/08/jruby-port-progress-and-plans/</feedburner:origLink></item>
		<item>
		<title>Redcar is moving to JRuby</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/dIcX0r_A_p4/</link>
		<comments>http://redcareditor.com/2009/08/redcar-is-moving-to-jruby/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 11:38:11 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[jruby port]]></category>

		<guid isPermaLink="false">http://redcareditor.com/?p=146</guid>
		<description><![CDATA[
After a long struggle with our current platform, we have decided that it is best for the future of Redcar if we port it to JRuby. This will mean switching to another GUI toolkit, which we have identified as SWT. There are a lot of reasons for this (anyone who is interested can check the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://redcareditor.com/wp-content/uploads/2009/08/white_header_logo.png"></a></p>
<p>After a long struggle with our current platform, we have decided that it is best for the future of Redcar if we port it to JRuby. This will mean switching to another GUI toolkit, which we have identified as SWT. There are a lot of reasons for this (anyone who is interested can check the mailing list for details), but we expect the move to result in</p>
<ul>
<li>improved stability,</li>
<li>more accessible source code,</li>
<li>easier packaging,</li>
<li>better cross-platform support.</li>
</ul>
<p>We&#8217;re going to try and get this over with as quickly as possible, I&#8217;ll be pulling double shifts and Silvio and Henrik and a few others are jumping in too.</p>
<p>If you&#8217;d like to be involved in Redcar, this is a great opportunity to get started and help out, so please drop by the mailing list or IRC channel.</p>
<p>See you on the other side! <img src='http://redcareditor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://redcareditor.com/wp-content/uploads/2009/08/white_header_logo.png"><img class="size-full wp-image-151 aligncenter" title="white_header_logo" src="http://redcareditor.com/wp-content/uploads/2009/08/white_header_logo.png" alt="Jruby logo" width="96" height="98" /></a></p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/dIcX0r_A_p4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/08/redcar-is-moving-to-jruby/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/08/redcar-is-moving-to-jruby/</feedburner:origLink></item>
		<item>
		<title>News 26th May 2009</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/bTzVL_qfA1M/</link>
		<comments>http://redcareditor.com/2009/05/news-26th-may-2009/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:02:47 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[releases]]></category>

		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://redcareditor.com/?p=119</guid>
		<description><![CDATA[Remembering that it is important to release soon and frequently, I have tagged version 0.2 of Redcar. There are numerous improvements and fixes, thanks to some new contributers. The installation process is slightly different, see below. Please report any bugs to the bug tracker.
I might have waited a bit longer before tagging this release, but [...]]]></description>
			<content:encoded><![CDATA[<p>Remembering that it is important to release soon and frequently, I have tagged version 0.2 of Redcar. There are numerous improvements and fixes, thanks to some new contributers. The installation process is slightly different, see below. Please report any bugs to the <a href="http://redcar.lighthouseapp.com">bug tracker</a>.</p>
<p>I might have waited a bit longer before tagging this release, but I&#8217;m going to be very busy with work for a few weeks and I wanted to get what fixes there were out there for people to use. </p>
<p><strong>This is still alpha-quality software! Use at your own risk and if there is something missing you need, add it! We will commit patches promptly.</strong></p>
<h3>New contributers</h3>
<ul>
<li><a href="http://twitter.com/mhw">Mark Wilkinson</a></li>
<li>Pat Ciambrone</li>
<li>poweradapter</li>
<li><a href="http://twitter.com/dvyjones">Henrik Hodne</a></li>
</ul>
<h3>New features, enhancements</h3>
<ul>
<li>Fuzzy file finder notices new files and runs MUCH faster.</li>
<li>Undo close tab (Ctrl+Shift+T)</li>
<li>Type &#8221; or ( or [ etc to wrap selection in pair.</li>
<li>Warm startup 3 times faster.</li>
<li>Added Incremental Search menu item.</li>
<li>Now prompts to save if file is modified when closed.</li>
<li>HtmlTab now uses Webkit instead of Mozilla</li>
<li>Convert case commands</li>
<li>Keybindings match up with Gnome better (Ctrl+C/V)</li>
<li>Added Scala and Haskell bundles to the default bundle set.</li>
<li>Included <a href="http://railscasts.com/">Railscasts</a> theme - thanks Ryan Bates!</li>
</ul>
<p>I am a little disappointed that neither the bundle support nor the performance of the syntax highlighter have significantly improved in this release, and they will be the priorities for 0.3. </p>
<h3>Installing</h3>
<p>The installation instructions are slightly <a href="http://github.com/danlucraft/redcar/blob/973b8cd324efd69e963f7ec69994ad26efbffa09/INSTALL.md">changed</a>. In particular there are no longer any release tarballs. You have to clone the source from git. Sorry, there are still no Debian packages, but we are working on getting some ready.</p>
<h3>Plans for 0.3</h3>
<p>Some things 0.3 will have:</p>
<ul>
<li>Improved highlighter performance - I am aware of the various issues around this. There is plenty of low-hanging fruit in this area.</li>
<li>Autocompletion - <a href="http://twitter.com/kung_foo">Silvio Heuberger</a> is working on this.</li>
<li>A new smart indenter. In particular, it should handle indentation correctly in erb files.</li>
<li>RSpec, Rails and Cucumber bundles should all work</li>
<li>An embedded project pane (so the project view will no longer be in a tab).</li>
</ul>
<p>That Railscasts theme in action:</p>
<p><a href="http://redcareditor.com/wp-content/uploads/2009/05/screenshot-redcar-1.png"><img src="http://redcareditor.com/wp-content/uploads/2009/05/screenshot-redcar-1.png" alt="Railscast theme" title="Railscast theme" width="535" height="433" class="aligncenter size-full wp-image-137" /></a></p>
<p>Best wishes, and thanks to everyone who has expressed support for Redcar!</p>
<p>DBL</p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/bTzVL_qfA1M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/05/news-26th-may-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/05/news-26th-may-2009/</feedburner:origLink></item>
		<item>
		<title>News 5th April 2009</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/IlDSDgB4tY4/</link>
		<comments>http://redcareditor.com/2009/04/news-5th-april-2009/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 17:24:24 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[news]]></category>

		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://redcareditor.com/?p=96</guid>
		<description><![CDATA[
I have pushed out release 0.1 of Redcar. Get it here. 
Redcar has some new developers. Mark Wilkinson is responsible for the SaveAll command that is now in the File menu and Cairo Noleto has made some useful changes. Thank you to Daniel Gaiottino for filing loads of bugs too. It&#8217;s nice not to be [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>I have pushed out release 0.1 of Redcar. Get it <a href="http://cloud.github.com/downloads/danlucraft/redcar/redcar-0.1.tar.gz">here</a>. </li>
<li>Redcar has some new developers. <a href="http://twitter.com/mhw">Mark Wilkinson</a> is responsible for the SaveAll command that is now in the File menu and <a href="http://twitter.com/caironoleto">Cairo Noleto</a> has made some useful changes. Thank you to Daniel Gaiottino for filing loads of bugs too. It&#8217;s nice not to be doing this on my own anymore!</li>
<li>There is now a place for <a href="http://redcareditor.com/doc/">documentation</a> and <a href="http://redcareditor.com/rdoc/">API documentation</a>.</li>
<li>Keybindings are still all over the place, so expect more changes in the near future, particularly with regard to Ctrl and Super.</li>
<li>All Source, Text and Ruby bundle commands now work. Bundles next on the hitlist are Rails, RSpec and Cucumber.</li>
<li>There are now <a href="http://redcareditor.com/gtkmateview/tests/">viewable regression tests</a> for the GtkMateView highlighter that compare HTML generated by Redcar with HTML generated by Textmate. Not amazingly useful but fun to look at.</li>
</ul>
<p>Here is a screenshot of the fuzzy file finder:<br />
<center><br />
<a href="http://redcareditor.com/wp-content/uploads/2009/04/screenshot_001.png"><img src="http://redcareditor.com/wp-content/uploads/2009/04/screenshot_001.png" alt="find in project" title="find in project" width="500" height="385" class="aligncenter size-medium wp-image-110" /></a><br />
</center></p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/IlDSDgB4tY4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/04/news-5th-april-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/04/news-5th-april-2009/</feedburner:origLink></item>
		<item>
		<title>News 18th Mar 2009</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/5TdQEAhSXqo/</link>
		<comments>http://redcareditor.com/2009/03/news-18th-mar-2009/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:48:34 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[news]]></category>

		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://redcareditor.com/?p=78</guid>
		<description><![CDATA[
There is a new mailing list. Please join us and help make Redcar better.
Redcar got reddited! This is instantly the most popular software and website I have ever written. Thanks kib2 for submitting Redcar, hope you got some good reddit points, or whatever.
The domain name is now redcareditor.com to reflect that the goal for Redcar [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>There is a new <a href="http://groups.google.com/group/redcar-editor">mailing list</a>. Please join us and help make Redcar better.</li>
<li>Redcar got <a href="http://www.reddit.com/r/programming/comments/83lr1/redcar_ide_is_a_programmers_text_editor_for_gnome/">reddited</a>! This is instantly the most popular software and website I have ever written. Thanks kib2 for submitting Redcar, hope you got some good reddit points, or whatever.</li>
<li>The domain name is now redcareditor.com to reflect that the goal for Redcar is for it to become an excellent text editor before an IDE.</li>
</ul>
<p>Progress:
<ul>
<li>I really am using Redcar full time, at work and at home now, and Redcar has become much more stable in recent weeks.</li>
<li>However there remain a number of serious bugs related to the editing component. Users should be careful to save regularly.</li>
<li>The Text bundle commands are completely supported, and the Source and Ruby bundles are close behind.</li>
<li>I am aware that installation is beyond difficult. However the nature of Redcar&#8217;s dependencies makes packaging a challenge. I am considering a <a href="http://shoooes.net/">Shoes</a> model for distribution (Shoes has an amazing installation experience)<a href="http://redcareditor.com/wp-content/uploads/2009/03/screenshot-redcar2.png"></a>, and if anyone has any experience with packaging software for Linux, please get on the <a href="http://groups.google.com/group/redcar-editor">mailing list</a> and share.</li>
</ul>
<p><img src="http://redcareditor.com/wp-content/uploads/2009/03/screenshot-redcar2.png" alt="screenshot-redcar2" title="screenshot-redcar2" width="500" height="403" class="aligncenter size-medium wp-image-88" /></p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/5TdQEAhSXqo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/03/news-18th-mar-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/03/news-18th-mar-2009/</feedburner:origLink></item>
		<item>
		<title>London Ruby User Group Talk</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/Qjxh8HSfPbk/</link>
		<comments>http://redcareditor.com/2009/03/london-ruby-user-group-talk/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 09:07:00 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[slides]]></category>

		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://www.redcaride.com/?p=68</guid>
		<description><![CDATA[So the talk last night at LRUG seemed to go and go down well. I think I rushed past some features that would have been nice to show off but I&#8217;m sure the audience got the gist. 

]]></description>
			<content:encoded><![CDATA[<p>So the talk last night at <a href="http://lrug.org">LRUG</a> seemed to go and go down well. I think I rushed past some features that would have been nice to show off but I&#8217;m sure the audience got the gist. </p>
<p><a href="http://www.redcaride.com/common/redcar-talk-mar-09.pdf"><img src="http://www.redcaride.com/wp-content/uploads/2009/03/slides-shot.png" alt="slides-shot" title="slides-shot" width="532" height="377" class="aligncenter size-full wp-image-69" /></a></p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/Qjxh8HSfPbk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/03/london-ruby-user-group-talk/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/03/london-ruby-user-group-talk/</feedburner:origLink></item>
		<item>
		<title>News 18th Feb 2009</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/NdOoJZyY6SY/</link>
		<comments>http://redcareditor.com/2009/02/news-18th-feb-2009/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 08:37:00 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[news]]></category>

		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://www.redcaride.com/?p=47</guid>
		<description><![CDATA[Some more news for February:

I&#8217;m giving a talk on Redcar at LRUG on March 9th.
I&#8217;ve been getting up at 5:30AM so I can do an hour of Redcar before work. Things are therefore progressing a bit more rapidly now.
There is now a new repository of bundles for use with the Redcar project. redcar-bundles. I am [...]]]></description>
			<content:encoded><![CDATA[<p>Some more news for February:</p>
<ul>
<li>I&#8217;m giving a talk on Redcar at <a href="http://lrug.org/meetings/2009/02/17/march-2009-meeting/">LRUG</a> on March 9th.</li>
<li>I&#8217;ve been getting up at 5:30AM so I can do an hour of Redcar before work. Things are therefore progressing a bit more rapidly now.</li>
<li>There is now a new repository of bundles for use with the Redcar project. <a href="http://github.com/danlucraft/redcar-bundles/tree/master">redcar-bundles</a>. I am working on porting the Textmate bundles over to work with Redcar. This is mainly the Support libraries, I&#8217;m trying not to touch the bundles at all so we can maintain cross-compatibility.
        </li>
<li> We&#8217;re now using <a href="http://github.com/farrel/zerenity/tree/master">Zerenity</a> as a CocoaDialog replacement. Zerenity was written by Farrel Lifson as a Ruby port of Zenity, the Gnome command-line dialog application.  Farrel has also been good enough to implement a couple of new features and make it available as a gem for Redcar users.
</li>
<li>The <a href="http://redcar.lighthouseapp.com/dashboard">bug tracker</a> is being used consistently now. And I am totally converted to Lighthouse nowadays <img src='http://redcareditor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>Have another screenshot too:</p>
<p><a href="http://www.redcaride.com/wp-content/uploads/2009/02/screenshot-redcar-1.png"><img src="http://www.redcaride.com/wp-content/uploads/2009/02/screenshot-redcar-1.png" alt="screenshot-redcar-1" title="screenshot-redcar-1" width="535" height="344" class="aligncenter size-full wp-image-60" /></a></p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/NdOoJZyY6SY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/02/news-18th-feb-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/02/news-18th-feb-2009/</feedburner:origLink></item>
		<item>
		<title>News Feb 2009</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/mQHDZoVcdi4/</link>
		<comments>http://redcareditor.com/2009/02/news-feb-2009/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 08:21:42 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.redcaride.com/?p=36</guid>
		<description><![CDATA[Some new snippets:

There is now a bug tracker online at redcar.lighthouseapp.com. Please send your problems there, and I&#8217;ll get on the case.
Simple macros (no saving) now work. I was pleased with how easy this was to implement, probably only about 30 lines of code.

I hope you recognize this theme:

]]></description>
			<content:encoded><![CDATA[<p>Some new snippets:</p>
<ol>
<li>There is now a bug tracker online at <a title="Redcar Lighthouse" href="http://redcar.lighthouseapp.com">redcar.lighthouseapp.com</a>. Please send your problems there, and I&#8217;ll get on the case.</li>
<li>Simple macros (no saving) now work. I was pleased with how easy this was to implement, probably only about 30 lines of code.</li>
</ol>
<p>I hope you recognize this theme:</p>
<p><a href="http://www.redcaride.com/wp-content/uploads/2009/02/screenshot-redcar.png"><img class="aligncenter size-medium wp-image-37" title="screenshot-redcar" src="http://www.redcaride.com/wp-content/uploads/2009/02/screenshot-redcar.png" alt="screenshot-redcar" width="535" height="462" /></a></p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/mQHDZoVcdi4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/02/news-feb-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/02/news-feb-2009/</feedburner:origLink></item>
		<item>
		<title>News Jan 2009</title>
		<link>http://feedproxy.google.com/~r/Redcar/~3/V8IrGyDCMUA/</link>
		<comments>http://redcareditor.com/2009/01/news-jan-2009/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 09:46:13 +0000</pubDate>
		<dc:creator>DBL</dc:creator>
		
		<category><![CDATA[news]]></category>

		<category><![CDATA[screenshot]]></category>

		<category><![CDATA[irc]]></category>

		<guid isPermaLink="false">http://www.redcaride.com/?p=27</guid>
		<description><![CDATA[Hi all. Some notes:

There is a Redcar twitter feed at http://twitter.com/_redcar. I&#8217;ll post short news and updates there, in the same fashion as http://twitter.com/datamapper.
People have been asking for a bug tracker for Redcar. I did have a Redmine instance set up for Redcar, and I&#8217;ll get it back online again when I can.
I&#8217;ve been away [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all. Some notes:</p>
<ol>
<li>There is a Redcar twitter feed at <a href="http://twitter.com/_redcar">http://twitter.com/_redcar</a>. I&#8217;ll post short news and updates there, in the same fashion as <a href="http://twitter.com/datamapper">http://twitter.com/datamapper</a>.</li>
<li>People have been asking for a bug tracker for Redcar. I did have a Redmine instance set up for Redcar, and I&#8217;ll get it back online again when I can.</li>
<li>I&#8217;ve been away on holiday for a week or so, which is why I missed the comments in the IRC channel. Back now.</li>
<li>Would the commenter &#8216;R&#8217; from the last post please get in touch, I may be able to help with the problem you&#8217;re having. Please email me at dan@fluentradical.com</li>
</ol>
<p>It&#8217;s been a while since I posted a screenshot:</p>
<p style="text-align: center;"><a href="http://www.redcaride.com/wp-content/uploads/2009/01/screenshot-redcar.png"><img class="aligncenter size-full wp-image-28" title="Rails project and tabs screenshot" src="http://www.redcaride.com/wp-content/uploads/2009/01/screenshot-redcar.png" alt="Rails project and tabs screenshot" width="550" height="431" /></a></p>
<img src="http://feeds.feedburner.com/~r/Redcar/~4/V8IrGyDCMUA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://redcareditor.com/2009/01/news-jan-2009/feed/</wfw:commentRss>
		<feedburner:origLink>http://redcareditor.com/2009/01/news-jan-2009/</feedburner:origLink></item>
	</channel>
</rss>
