<?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>crunchlife: Tag IDE</title>
    <link>http://crunchlife.com/articles/tag/ide</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>The NetBeans Ruby IDE</title>
      <description>&lt;p&gt;&lt;img src="/files/ruby.png" class="right"&gt;Some time ago I wrote about &lt;a href="http://crunchlife.com/articles/2007/08/09/i-want-my-ide" target="_blank"&gt;my search&lt;/a&gt; for the perfect Ruby IDE.  I understand that the criteria for perfect is different for everyone, but in my &lt;a href="http://crunchlife.com/articles/2007/08/09/i-want-my-ide" target="_blank"&gt;previous article&lt;/a&gt; I outlined the eleven features that best describe &lt;strong&gt;my&lt;/strong&gt; perfect Ruby IDE. I will admit that I haven&amp;#8217;t kept up with my analysis.  Like everyone else, I have a lot of other things to do and evaluating a dozen IDEs takes a lot of time.  Apologies aside &amp;#8211; I have found an IDE that fits all of my expectations. My search might be over.&lt;/p&gt;

&lt;p&gt;Roman Strobl&amp;#8217;s recently published article, &lt;a href="http://www.infoq.com/articles/netbeans-rubyide1" target="_blank"&gt;NetBeans: Ruby Developer&amp;#8217;s New Best Friend&lt;/a&gt;, highlights the features and improvements of NetBeans&amp;#8217; efforts in the Ruby IDE arena.  I&amp;#8217;m consistently amazed by the quality of writing published by &lt;a href="http://www.infoq.com/" target="_blank"&gt;InfoQ&lt;/a&gt; and Strobl&amp;#8217;s work is a fine example.  I recommend reading his article and then &lt;a href="http://deadlock.netbeans.org/hudson/job/ruby/" target="_blank"&gt;downloading the NetBeans Ruby IDE&lt;/a&gt; to test drive it yourself.&lt;/p&gt;

&lt;p&gt;NetBean&amp;#8217;s Ruby IDE has the best code completion I&amp;#8217;ve found in a Ruby IDE.  It rivals Visual Studio on the .NET platform.  The IDE is lightweight.  At no point during my testing did it ever slow down.  Its source control integration works well.  The default font is easy on the eyes and compliments the Ruby syntax highlighting scheme.  My favorite feature is the garbage collection button located in the upper right-hand corner of the application.  Some developers might think the application poorly designed for needing this feature, but coming from Visual Studio, I applaud it.&lt;/p&gt;

&lt;p&gt;The NetBean&amp;#8217;s Ruby IDE is still in development, but the testing I&amp;#8217;ve done hasn&amp;#8217;t uncovered any issues worth mentioning.  While working on one of my side projects I haven&amp;#8217;t noticed any appreciable difference between the Windows and Linux versions.  Have I mentioned yet that the NetBean&amp;#8217;s Ruby IDE is free?  I&amp;#8217;ve found my new daily driver.  Kudos NetBeans!&lt;/p&gt;

&lt;p&gt;Download it &lt;a href="http://deadlock.netbeans.org/hudson/job/ruby/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Thu, 25 Oct 2007 07:26:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:dca7aa17-1b20-4747-a50f-01172bc97da6</guid>
      <author>Ryan Baxter</author>
      <link>http://crunchlife.com/articles/2007/10/25/the-netbeans-ruby-ide</link>
      <category>Reviews</category>
      <category>Rails</category>
      <category>Ruby</category>
      <category>IDE</category>
    </item>
    <item>
      <title>I Want My IDE Update</title>
      <description>&lt;p&gt;I started writing some Ruby code this past weekend for a new project that I&amp;#8217;m involved in.  Rather than download an IDE mentioned in my previous article, &lt;a href="http://crunchlife.com/articles/2007/08/09/i-want-my-ide" target="_blank"&gt;I Want My IDE&lt;/a&gt;, I decided to use the &lt;a href="http://www.gnome.org/projects/gedit/" target="_blank"&gt;gedit&lt;/a&gt; text editor that comes bundled with Ubuntu Linux.&lt;/p&gt;

&lt;p&gt;Attempting to capture the experience Mac users get from using &lt;a href="http://macromates.com/" target="_blank"&gt;TextMate&lt;/a&gt;, I installed the Class Browser, File Browser Pane, Project Manager, Snap open, and Snippets plugins from &lt;a href="http://live.gnome.org/Gedit/Plugins" target="_blank"&gt;live.gnome.org&lt;/a&gt;.  I also enabled line numbers, current line highlighting, and bracket matching.  It&amp;#8217;s not quite TextMate, but it&amp;#8217;s not a bad choice either.&lt;/p&gt;

&lt;p&gt;I had initially stated that my top two needs of an IDE were Subversion (SVN) integration and code completion.  I didn&amp;#8217;t have either of these with gedit, but I didn&amp;#8217;t find myself missing them either.  I&amp;#8217;ve grown accustomed to using SVN from the command-line and &lt;a href="http://www.ruby-doc.org/" target="_blank"&gt;ruby-doc.org&lt;/a&gt; didn&amp;#8217;t slow me down too much while looking up class definitions.&lt;/p&gt;

&lt;p&gt;Overall I&amp;#8217;m quite pleased, but I have to admit that installing gedit plugins was a bit tricky and I never did get my fonts to look like those found in the &lt;a href="http://grigio.org/textmate_gedit_few_steps" target="_blank"&gt;TextMate-like Gedit&lt;/a&gt; tutorial.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Aug 2007 21:14:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:48347c3e-cc06-447c-91bf-11c56ec35968</guid>
      <author>Ryan Baxter</author>
      <link>http://crunchlife.com/articles/2007/08/20/i-want-my-ide-update</link>
      <category>IDE</category>
      <category>Rails</category>
      <category>Ruby</category>
    </item>
    <item>
      <title>I Want My IDE</title>
      <description>&lt;p&gt;&lt;img src="/files/i_want_my_mtv.jpg" class="photo right"&gt;The majority of my academic and professional programming career has been spent writing code using an &lt;a href="http://en.wikipedia.org/wiki/Integrated_development_environment" target="_blank"&gt;integrated development environment&lt;/a&gt; (IDE).  I&#8217;ve dabbled with Eclipse, Microsoft Visual Studio, Macrodobe Dreamweaver, and various Borland products.  Rather than juggle multiple text editors and source control consoles, I find it easier to stay organized using an IDE on large projects.  When editing config files or writing scripts I prefer a lightweight text editor.  In Linux, &lt;a href="http://en.wikipedia.org/wiki/Vi" target="_blank"&gt;vi&lt;/a&gt; or gedit is my choice.  &lt;a href="http://www.flos-freeware.ch/notepad2.html" target="_blank"&gt;Notepad2&lt;/a&gt; is at the top of my Windows list.&lt;/p&gt;

&lt;p&gt;A few months ago I decided to learn &lt;a href="http://www.ruby-lang.org/en/" target="_blank"&gt;Ruby&lt;/a&gt; and the &lt;a href="http://www.rubyonrails.org/" target="_blank"&gt;Ruby on Rails&lt;/a&gt; framework.  I began with the obligatory &lt;a href="http://en.wikipedia.org/wiki/Hello_World" target="_blank"&gt;Hello World program&lt;/a&gt; and quickly progressed through a series of tutorials using vi and gedit to get the job done.  Since then, I&#8217;ve begun some larger projects and am quickly finding myself losing focus and missing the benefits of an IDE.  Consulting Google, I compiled a list of prospective IDEs to begin my evaluation.  I&#8217;m willing to give each of them a fair chance at becoming my Rails development environment, but have a few questions before I begin.  What, if any, IDEs have I missed?  How long should I try each one?&lt;/p&gt;

&lt;p&gt;Needs (in order of importance):&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Linux compatible&lt;/li&gt;
  &lt;li&gt;Project Browsing&lt;/li&gt;
  &lt;li&gt;SVN integration&lt;/li&gt;
  &lt;li&gt;Syntax Highlighting&lt;/li&gt;
  &lt;li&gt;Code Completion&lt;/li&gt;
  &lt;li&gt;Active Community&lt;/li&gt;
  &lt;li&gt;Unit Testing&lt;/li&gt;
  &lt;li&gt;Debugging&lt;/li&gt;
  &lt;li&gt;Auto-indent&lt;/li&gt;
  &lt;li&gt;Plugin support&lt;/li&gt;
  &lt;li&gt;Less than $100&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The list:&lt;br /&gt;
*Each IDE/editor was capable of Project Browsing, Syntax Highlighting, and compatible with Linux.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;a href="http://www.aptana.com/" target="_blank"&gt;Aptana RadRails&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;Good SVN integration.&lt;/li&gt;
      &lt;li&gt;The latest Beta has working Code Completion.&lt;/li&gt;
      &lt;li&gt;Built on Eclipse.&lt;/li&gt;
      &lt;li&gt;More Rails features than Eclipse + DLTK.&lt;/li&gt;
      &lt;li&gt;Many plugins inherited from Eclipse&lt;/li&gt;
      &lt;li&gt;Free.&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;Code Completion is broken in the current stable release.&lt;/li&gt;
      &lt;li&gt;Built on Eclipse.&lt;/li&gt;      
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.eclipse.org/" target="_blank"&gt;Eclipse&lt;/a&gt; + &lt;a href="http://www.eclipse.org/dltk/" target="_blank"&gt;DLTK&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;SVN integration.&lt;/li&gt;
      &lt;li&gt;DLTK has Code Completion.&lt;/li&gt;
      &lt;li&gt;Tried and true.&lt;/li&gt;
      &lt;li&gt;Vast library of plugins.&lt;/li&gt;
      &lt;li&gt;Active community.&lt;/li&gt;
      &lt;li&gt;Free.&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;Eclipse is slow and consumes a lot of memory.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://freeride.rubyforge.org/wiki/wiki.pl" target="_blank"&gt;FreeRIDE&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;Auto-indenting.&lt;/li&gt;
      &lt;li&gt;Debugging.&lt;/li&gt;
      &lt;li&gt;Free.&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;No SVN integration.&lt;/li&gt;
      &lt;li&gt;No Code Completion.&lt;/li&gt;
      &lt;li&gt;Performance could be an issue b/c it&amp;#8217;s a native Ruby application.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.gnome.org/projects/gedit/" target="_blank"&gt;gedit&lt;/a&gt; + &lt;a href="http://live.gnome.org/Gedit/Plugins" target="_blank"&gt;plugins&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;Lightweight.&lt;/li&gt;
      &lt;li&gt;Plugins.&lt;/li&gt;
      &lt;li&gt;Free.&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;No SVN integration.&lt;/li&gt;
      &lt;li&gt;No Code Completion.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.jedit.org/" target="_blank"&gt;jEdit&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;SVN integration.&lt;/li&gt;
      &lt;li&gt;Code Completion.&lt;/li&gt;
      &lt;li&gt;Plugins.&lt;/li&gt;
      &lt;li&gt;Free.&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;Not user friendly.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.jetbrains.com/idea/index.html" target="_blank"&gt;IntelliJ IDEA 6.0&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;SVN integration.&lt;/li&gt;
      &lt;li&gt;Code Completion.&lt;/li&gt;
      &lt;li&gt;Debugging.&lt;/li&gt;
      &lt;li&gt;Unit Testing.&lt;/li&gt;
      &lt;li&gt;Plugins.&lt;/li&gt;
      &lt;li&gt;Much more&amp;#8230;&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;$249.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.activestate.com/Products/komodo_ide/" target="_blank"&gt;Komodo IDE 4.1&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;SVN integration.&lt;/li&gt;
      &lt;li&gt;Code Completion.&lt;/li&gt;
      &lt;li&gt;Debugging.&lt;/li&gt;
      &lt;li&gt;Built specifically for Ruby on Rails.&lt;/li&gt;
      &lt;li&gt;Much more&amp;#8230;&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;$295&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.mondrian-ide.com/" target="_blank"&gt;Mondrian Ruby IDE&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;Lightweight.&lt;/li&gt;
      &lt;li&gt;Free.&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;No SVN integration.&lt;/li&gt;
      &lt;li&gt;No Code Completion.&lt;/li&gt;
      &lt;li&gt;Performance could be an issue b/c it&amp;#8217;s a native Ruby application.&lt;/li&gt;
      &lt;li&gt;Spam in support &lt;a href="http://www.mondrian-ide.com/support.php" target="_blank"&gt;forum&lt;/a&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.netbeans.org/" target="_blank"&gt;NetBeans Beta 6.0 Milestone 10+&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;SVN integration.&lt;/li&gt;
      &lt;li&gt;Code Completion.&lt;/li&gt;
      &lt;li&gt;Debugging.&lt;/li&gt;
      &lt;li&gt;Plugins.&lt;/li&gt;
      &lt;li&gt;Free.&lt;/li&gt;
      &lt;li&gt;Much more&amp;#8230;&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;Beta.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.codegear.com/products/rubyide" target="_blank"&gt;Ruby IDE from CodeGear&lt;/a&gt;&lt;br /&gt;
    Pros
    &lt;ul&gt;
      &lt;li&gt;CodeGear experience.&lt;/li&gt;
    &lt;/ul&gt;
    Cons
    &lt;ul&gt;
      &lt;li&gt;Feature set not yet released.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I&amp;#8217;ll be evaluating each of the IDEs/editors in turn and publishing my results as a series.  Feel free to leave feedback and check back soon!&lt;/p&gt;</description>
      <pubDate>Thu, 09 Aug 2007 19:32:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:d22e0c9a-9739-490c-ba03-5f35f317296a</guid>
      <author>Ryan Baxter</author>
      <link>http://crunchlife.com/articles/2007/08/09/i-want-my-ide</link>
      <category>IDE</category>
      <category>Rails</category>
      <category>Ruby</category>
      <enclosure type="image/jpeg" length="12028" url="http://crunchlife.com/files/i_want_my_mtv.jpg"/>
    </item>
  </channel>
</rss>

