<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Synthesis: jEdit Snippets for Ruby on Rails</title>
    <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>by Scott Becker</description>
    <item>
      <title>jEdit Snippets for Ruby on Rails</title>
      <description>&lt;p&gt;So, I don&amp;#8217;t have a Mac yet (its on the way), so in the meantime, I use jEdit, the unsung hero of the non-Mac Rails programmer world. It&amp;#8217;s a super fast, highly extensible editor. Having now read a few articles and installed some additional plugins, I found I can get most of the whiz-bang Textmate editor features, for free, on all platforms!&lt;/p&gt;


	&lt;p&gt;I thought I&amp;#8217;d &amp;#8220;give a little back to the community&amp;#8221; and whip up some SuperAbbrev files for ruby and rhtml that mimic all of the &lt;a href="http://syncpeople.com/downloads/syncpeople_on_rails_features"&gt;Textmate Rails bundle&lt;/a&gt; snippets.&lt;/p&gt;


	&lt;p&gt;Note: This was totally inspired by Textmate and the syncPEOPLE Rails plugin for Textmate. So thanks to you guys for being awesome. I just thought I&amp;#8217;d see how close I could get.&lt;/p&gt;


	&lt;p&gt;And why not, lets take it a little beyond the Textmate rails snippets, and throw in a few more that seem useful and obvious.&lt;/p&gt;


	&lt;p&gt;Basically, on the &lt;span class="caps"&gt;RHTML&lt;/span&gt; side, there is a &lt;span class="caps"&gt;TON&lt;/span&gt; of additional useful snippets.&lt;/p&gt;


	&lt;p&gt;Now this doesn&amp;#8217;t include the other neat syncPeople commands, but if someone wants to help out with writing some jEdit macros, that would be dope.&lt;/p&gt;


	&lt;p&gt;So please, try it out, let me know if it works, add more snippets, etc.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: Matt Torok alerted me on the Rails mailing list that SuperAbbrevs only works with jEdit versions &amp;gt;=4.2final and &amp;lt;=4.3pre2. If you&amp;#8217;re using the latest beta release, 4.3pre3, it&amp;#8217;ll go wacky when you try to hit tab to switch between the fields.&lt;/p&gt;


	&lt;h3&gt;What are snippets?&lt;/h3&gt;


	&lt;p&gt;Snippets are small capsules of code that are activated by a key sequence followed by [CTRL-Enter]. For example, mct[CTRL-Enter] will activate the Migration Create Table snippet. The SuperAbbrevs plugin makes this possible.&lt;/p&gt;


	&lt;h3&gt;Download:&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://synthesis.sbecker.net/files/jEdit_Shortcuts_for_Ruby_on_Rails_v0.1.zip"&gt;jEdit Snippets for Ruby on Rails &amp;#8211; v0.1&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt;Instructions:&lt;/h3&gt;


	&lt;ol&gt;
	&lt;li&gt;Install jEdit 4.2 if you haven&amp;#8217;t already. (Note: Apparently SuperAbbrevs isn&amp;#8217;t currently compatible with 4.3pre3)&lt;/li&gt;
		&lt;li&gt;Install the SuperAbbrevs plugin (use the built in plug in manager to install it).&lt;/li&gt;
		&lt;li&gt;Configure a keyboard shortcut for SuperAbbrevs expansion &amp;#8211; mine is set to &lt;span class="caps"&gt;CTRL&lt;/span&gt;-Enter. &lt;a href="http://ifakedit.com/log/2006/02/19/jedit-tutorial-a-how-to-on-abbreviations-superabbrevs-in-html-ruby-on-rails-and-more/"&gt;Learn how to do this here.&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;The files in the archive are SuperAbbrevs setting files. Extract them into {userhome}/.jedit/SuperAbbrevs/

	&lt;p&gt;On windows, that&amp;#8217;ll be something like: 
C:\Documents and Settings\username\.jedit\SuperAbbrevs\&lt;/p&gt;
&lt;/li&gt;
		&lt;li&gt;Restart jEdit and go to Plugins &amp;gt; Plugin Options &amp;gt; SuperAbbrevs. Under the Abbrev Set dropdown, select either Ruby or Rhtml to get a list of all the shortcuts.&lt;/li&gt;
		&lt;li&gt;The best way to learn these is to go through the reference guide (below) while running jEdit and just try each one out. You&amp;#8217;ll catch on quick. The naming scheme is really simple and follows a pattern &amp;#8211; first letter of each word. bt becomes belong_to, ho becomes has_one, ist becomes image_submit_tag, etc.&lt;/li&gt;
	&lt;/ol&gt;


	&lt;h3&gt;Documentation / Reference Guide&lt;/h3&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://synthesis.sbecker.net/pages/jedit-snippets-for-ruby-on-rails-docs"&gt;jEdit Shortcuts for Ruby on Rails Documenation&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;Need a solution for RadRails? Voila: &lt;a href="http://schf.uc.org/articles/2006/09/18/textmate-like-template-syntax-for-radrails"&gt;TextMate-like Template Syntax for RadRails&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</description>
      <pubDate>Mon, 20 Mar 2006 00:55:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:0575c683-a1b4-4638-8188-1a1262d5dc14</guid>
      <author>sbecker</author>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails</link>
      <category>Ruby on Rails</category>
      <category>Web Development</category>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Dave</title>
      <description>&lt;p&gt;I had the same problem with the console of jEdit with input character for the scanf.  Anyone know why?&lt;/p&gt;</description>
      <pubDate>Sun, 18 May 2008 02:40:37 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:ba7cd235-22e1-4479-afb4-c6b67f261a30</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7847</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Dave</title>
      <description>&lt;p&gt;I had the same problem with the console of jEdit with input character for the scanf.  Anyone know why?&lt;/p&gt;</description>
      <pubDate>Sun, 18 May 2008 02:40:27 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:fd5734be-cf00-432c-8200-e97dbe115be2</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7846</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Dave Nolan</title>
      <description>&lt;p&gt;Hi, I&amp;#8217;ve hacked together a setup to load an RSpec backtrace into jEdit 
(in
other words, you&amp;#8217;ll be able to click the relevant failed behaviour or 
error
to go straight the relevant file and line).&lt;/p&gt;


	&lt;p&gt;More info here:
&lt;a href="http://textgoeshere.org.uk/articles/2008/03/howto-integrate-rspec-on-rails-with-jedit/" rel="nofollow"&gt;http://textgoeshere.org.uk/articles/2008/03/howto-integrate-rspec-on-rails-with-jedit/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Maybe of some use.&lt;/p&gt;


	&lt;p&gt;Dave&lt;/p&gt;</description>
      <pubDate>Sat, 29 Mar 2008 02:05:30 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:f62dd615-af2c-4549-9609-76dbb6acf4d7</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7825</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by family portrait artist</title>
      <description>&lt;p&gt;Here’s the latest problem I’ve had with jEdit.  Why is it that in the console of jEdit upon running the program the system asked me FIRST the input character for the scanf.  Only after that will it print out &amp;#8220;write something&amp;#8221;?&lt;/p&gt;


	&lt;p&gt;But when I try to run the same program under a normal shell of linux everything is correct.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:48:59 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:2d46c6bd-b09f-4104-807a-2ebf5938ba20</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7623</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by family portrait artist</title>
      <description>&lt;p&gt;Here’s the latest problem I’ve had with jEdit.  Why is it that in the console of jEdit upon running the program the system asked me FIRST the input character for the scanf.  Only after that will it print out &amp;#8220;write something&amp;#8221;?&lt;/p&gt;


	&lt;p&gt;But when I try to run the same program under a normal shell of linux everything is correct.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:48:55 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7ddf6efb-b4df-45bd-a729-e527f2b978a3</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7622</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by http:/www.portraitkingdom.com</title>
      <description>&lt;p&gt;Here’s the latest problem I’ve had with jEdit.  Why is it that in the console of jEdit upon running the program the system asked me FIRST the input character for the scanf.  Only after that will it print out &amp;#8220;write something&amp;#8221;?&lt;/p&gt;


	&lt;p&gt;But when I try to run the same program under a normal shell of linux everything is correct.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:48:25 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:0a4f9b5b-d6c4-40e0-ba0e-21994c0f9c56</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7621</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by http:/www.portraitkingdom.com</title>
      <description>&lt;p&gt;Here’s the latest problem I’ve had with jEdit.  Why is it that in the console of jEdit upon running the program the system asked me FIRST the input character for the scanf.  Only after that will it print out &amp;#8220;write something&amp;#8221;?&lt;/p&gt;


	&lt;p&gt;But when I try to run the same program under a normal shell of linux everything is correct.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:48:22 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:bb220cb0-de19-4ef3-90c2-9e4c792361d9</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7620</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by http:/www.portraitkingdom.com</title>
      <description>&lt;p&gt;Here’s the latest problem I’ve had with jEdit.  Why is it that in the console of jEdit upon running the program the system asked me FIRST the input character for the scanf.  Only after that will it print out &amp;#8220;write something&amp;#8221;?&lt;/p&gt;


	&lt;p&gt;But when I try to run the same program under a normal shell of linux everything is correct.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:48:19 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:2262e1e6-f4c3-4ea2-9fed-284736aa97f5</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7619</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by http:/www.portraitkingdom.com</title>
      <description>&lt;p&gt;Here’s the latest problem I’ve had with jEdit.  Why is it that in the console of jEdit upon running the program the system asked me FIRST the input character for the scanf.  Only after that will it print out &amp;#8220;write something&amp;#8221;?&lt;/p&gt;


	&lt;p&gt;But when I try to run the same program under a normal shell of linux everything is correct.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:48:13 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:66108763-985d-4ca5-9cf0-fc5670e8f757</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7618</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by 程控交换机</title>
      <description>&lt;p&gt;I had written my own few snippets but dreaded having to input all of them. Are you planning to keep these updated?&lt;/p&gt;</description>
      <pubDate>Thu, 10 May 2007 22:43:49 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:5a19637d-8ed9-451b-87c7-4cdb7504a431</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7057</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by testrails</title>
      <description>&lt;p&gt;is there actually a code beautifier for RHTML / RUBY in jedit ? i dont get it managed to beautify it .. thanks in advance !&lt;/p&gt;</description>
      <pubDate>Tue, 01 May 2007 04:18:47 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:b7516821-cc64-4735-85be-62de315c082f</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7039</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by jona</title>
      <description>&lt;p&gt;can somebody please write a few RoR snippets for VIM!?&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://files.myopera.com/mbbill/files/code_complete.gif"&gt;http://files.myopera.com/mbbill/files/code_complete.gif&lt;/a&gt;
&lt;a href="http://www.vim.org/scripts/script.php?script_id=1764"&gt;http://www.vim.org/scripts/script.php?script_id=1764&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:14:51 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:4d5c6569-2126-4959-98d3-671f28d7cab4</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-7013</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by ryan</title>
      <description>&lt;p&gt;I&amp;#8217;ve extracted the ruby and rhtml into the appropriate directory, and I see them there, but how do I specify to use something other than &amp;#8220;global&amp;#8221; because they won&amp;#8217;t work for me.  Only what I have in globals.  Thanks.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Dec 2006 09:26:34 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:f8534214-bc33-4137-a11c-bf0cec8b5354</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-6942</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by ashley graham</title>
      <description>&lt;p&gt;I know this is a bit late in the game, but this was very useful.&lt;/p&gt;


	&lt;p&gt;Thanks a lot.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Nov 2006 17:24:16 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:c84c69f9-a2d5-4f16-beeb-b2107bf3af15</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-4756</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Jesper Rønn-Jensen (justaddwater.dk)</title>
      <description>&lt;p&gt;Thanks for sharing these wonderful snippets, i use em all the time.&lt;/p&gt;


	&lt;p&gt;I miss out a few ones in your list:&lt;/p&gt;


	&lt;p&gt;habtm: has_and_belongs_to_many&lt;/p&gt;


	&lt;p&gt;and for the rhtml part I miss the following snippets:&lt;/p&gt;


	&lt;p&gt;p: &lt;p&gt;&lt;/p&gt;
li: &lt;li&gt;&lt;/li&gt;
s: &lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;tr: 
th: &lt;/p&gt;


	&lt;p&gt;Oh by the way, it&amp;#8217;s really a shame to see all these spam comments, potentially burying valuable comments. We had the same problem on our blog, but try to keep it down as much as we can. Perhaps you are interested in &lt;a href="http://justaddwater.dk/2006/06/28/blog-usability-avoid-spam-comments-part-2/"&gt;http://justaddwater.dk/2006/06/28/blog-usability-avoid-spam-comments-part-2/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Aug 2006 00:08:07 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7a7e41be-b6fc-4dd0-b521-3ae6f65c349e</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-2135</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Kaleb Walton</title>
      <description>&lt;p&gt;This is a great set of abbreviations! I&amp;#8217;ve linked to this in my collection of jEdit related links in &lt;a href="http://toserveman.kalebwalton.com/articles/2006/07/29/finding-the-best-ruby-on-rails-ide-for-windows"&gt;an article on jEdit and other RoR IDEs&lt;/a&gt;. Keep up the good work!&lt;/p&gt;</description>
      <pubDate>Sun, 30 Jul 2006 07:02:38 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:46c9eb57-7458-4cef-97d1-63b97b716a2f</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-615</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Copernic</title>
      <description>&lt;p&gt;Vovan, thanks for the script, but no matter how hard I tried, I could not make it work :( It appears in my macros menu, but does nothing.&lt;/p&gt;</description>
      <pubDate>Fri, 26 May 2006 11:05:44 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7799f77e-5e09-4fb4-bd1b-ebb824868f37</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-209</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Vovan</title>
      <description>&lt;p&gt;Here is my macros that allow to switch between model and controller &lt;a href="http://community.jedit.org/node.php?id=2787"&gt;http://community.jedit.org/node.php?id=2787&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 May 2006 11:34:25 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:4a6a0a1b-45da-44ac-8a41-d4f8f6342f9e</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-201</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Tammy Cravit</title>
      <description>Thanks for posting these. I've added a couple of other abbrevs to my list that might be useful for people:

habtm - has_and_belongs_to_many :${1:object}, :class_name = "${2:ClassName}"$end
hmt - has_many :${1:objects}, :through = :${2:RelatedObjects}$end
</description>
      <pubDate>Thu, 11 May 2006 09:10:24 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:9d7c7b48-9cd3-4b26-981d-48c7284bebf6</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-147</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Sune Simonsen</title>
      <description>The beta release of SuperAbbrevs can be found here:
&lt;a href="http://community.jedit.org/"&gt;http://community.jedit.org/&lt;/a&gt;?q=node/view/2761
&lt;a href="http://community.jedit.org/"&gt;http://community.jedit.org/&lt;/a&gt;?q=node/view/2762</description>
      <pubDate>Sat, 29 Apr 2006 05:07:31 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:1444325c-6395-42f5-b895-7789a7755597</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-103</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Seth Thomas Rasmussen</title>
      <description>Wicked pissa, man.. muchos gracias.</description>
      <pubDate>Sat, 22 Apr 2006 13:54:54 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:109e4250-e149-4131-8038-7e640550afca</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-100</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Scott Becker</title>
      <description>What it sounds like you're talking about (searchable Ruby Docs in jEdit) already exists - have you looked at &lt;a href="http://rubyjedit.org/"&gt;http://rubyjedit.org/&lt;/a&gt; ?

It's a must if you're building RoR apps in jEdit.</description>
      <pubDate>Thu, 20 Apr 2006 17:36:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:97abe9bd-2c67-4b15-9c28-4611b92c7138</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-98</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Alistair</title>
      <description>I was just introduced to jEdit at the Canada on Rails conference and I love it.  These snippets make it even better - thanks!

Suggestion: I know zero Java, but I'd like to see a plugin similar to the RubyDocs (that can be docked as a sidebar) has two panes: top pane containing the libraries (Such as Ruby, Rails or HTML), bottom pane contains: shortcuts belonging to the selected library with short descriptions for each snippet.

Anyone know enough Java to do this?</description>
      <pubDate>Sat, 15 Apr 2006 14:41:54 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:6b0bb76d-f603-4360-b48c-2d204bf7cc5a</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-79</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Istvan</title>
      <description>This snippet collection is great. I had written my own few snippets but dreaded having to input all of them. 

Are you planning to keep these updated? If so, it would be great if you had an RSS feed for that.</description>
      <pubDate>Tue, 11 Apr 2006 01:31:22 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:9053cef4-26e7-4080-9b5c-9bcea499c243</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-76</link>
    </item>
    <item>
      <title>"jEdit Snippets for Ruby on Rails" by Sune Simonsen</title>
      <description>I'm the author of the SuperAbbrevs plugin for jedit, if you are interested in testing the beta version (Pretty stable but misses some documentation), send me a mail, and I will send you the improved plugin. I have a working version for 4.3pre3 aswell, if you want to ride on the edge :-)
  </description>
      <pubDate>Fri, 24 Mar 2006 16:15:05 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:504c22f4-a3ca-4ce2-a858-6e4dcd24dfc6</guid>
      <link>http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails#comment-47</link>
    </item>
  </channel>
</rss>
