<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - The "best" Rails IDE for Windows]]></title>
		<link>http://railsforum.com/viewtopic.php?id=4420</link>
		<description><![CDATA[The most recent posts in The "best" Rails IDE for Windows.]]></description>
		<lastBuildDate>Tue, 02 Nov 2010 13:30:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=132781#p132781</link>
			<description><![CDATA[<p>I should also mention the autoformatting. The time I used to spend indenting my CSS and making sure multiline method calls indented properly. You can do a whole directory in a single click and it has pretty much every coding style as an option. </p><p>I like it, it let&#039;s me do more stuff, better, in less time.</p>]]></description>
			<author><![CDATA[dummy@example.com (goldfidget)]]></author>
			<pubDate>Tue, 02 Nov 2010 13:30:43 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=132781#p132781</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=132775#p132775</link>
			<description><![CDATA[<p>Oh, and if you put a hex code in your CSS, it puts a colour swatch in your sidebar. Little things that actually save hours of my time...</p>]]></description>
			<author><![CDATA[dummy@example.com (goldfidget)]]></author>
			<pubDate>Tue, 02 Nov 2010 10:30:40 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=132775#p132775</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=132774#p132774</link>
			<description><![CDATA[<p>I&#039;ve recently started using Rubymine and have found it excellent. The hallmark of a good IDE is when it does actually improve your code. Rubymine is pretty intelligent about pointing out non-fatal errors, the kind of things that creep in when you do a lot of refactoring like variables declared but not used, or spelling mistakes in strings. </p><p>It has really good navigation features, CMD-e opens a list of recent files, shift-cmd-n (navigate) lets you open a file by regex, sorted by recency, hold down cmd and everything becomes a hyperlink so you can jump do a method definition, model, stylesheet, js file, partial, etc. Navigate quickly between a controller method and it&#039;s view. If the view doesn&#039;t exist, create it automatically.</p><p>An excellent debugger lets you set breakpoints anywhere, even in views. Current variables are nicely formatted, hashes can be unfolded, arbitrary code can be executed with cmd-f11.</p><p>cmd-r runs rake tasks, and it remembers your last task so if you&#039;re running the same task a lot it saves time. You can search within&nbsp; rake results so no more piping to grep if you just want to check a route.</p><p>The editing experience for me is comparable to textmate, there are some minor annoyances like the Java based interface, but then some features of textmate annoyed me too. </p><p>Overall, I&#039;d suggest you give it a week. If you like it, then buy it...</p>]]></description>
			<author><![CDATA[dummy@example.com (goldfidget)]]></author>
			<pubDate>Tue, 02 Nov 2010 10:25:36 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=132774#p132774</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=130474#p130474</link>
			<description><![CDATA[<p>same here, been using e-texteditor and intype .. snippet and custom snippet make your life easier <img src="http://railsforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /> ..</p>]]></description>
			<author><![CDATA[dummy@example.com (cliche2004)]]></author>
			<pubDate>Tue, 07 Sep 2010 07:06:18 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=130474#p130474</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=130425#p130425</link>
			<description><![CDATA[<p>The pluses about editors like e-texteditor and intype are the macros and snippets. I&#039;ve tried komodo edit a bit myself, didnt really care for it. I still use e-texteditor at work for various web editing. More and more I&#039;m using redcar editor.</p>]]></description>
			<author><![CDATA[dummy@example.com (agm_ultimatex)]]></author>
			<pubDate>Mon, 06 Sep 2010 00:49:39 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=130425#p130425</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=130424#p130424</link>
			<description><![CDATA[<p>After trying everything, my opinon is:</p><p>#1 Komodo Edit:&nbsp; &nbsp;This is free and all things considered I believe it beats Notepad++ as it does support RHTML syntax.&nbsp; &nbsp;</p><p>#2 Notepad++:&nbsp; &nbsp;Even though it doesn&#039;t support RHTML, it&#039;s free and the plugin support is amazing.&nbsp; &nbsp;It&#039;s it&#039;s the only text editor for Windows I&#039;ve tried that when you highlight a word (like a variable or object, etc) will highlight all occurances of that string on the entire page you have open.&nbsp; This comes in very handy to quickly see all instances of something w/o using &quot;find&quot;.</p><p>#4 EM Text Editor:&nbsp; &nbsp;This one is $10 cheaper than E Text Editor and much better (for example, E Text editor doesn&#039;t support zooming, and doesn&#039;t have an HTML bar (like a Dreamweaver HTML bar) like EM Text Editor does</p><p>#4 GVim (w/ Plugins):&nbsp; &nbsp; The only flaw to this is it has a NASTY learning curve.&nbsp; &nbsp;If you were up for it, your hands would never need to leave the keyboard.&nbsp; &nbsp; I honestly don&#039;t have the time to learn some old school program whose power all lies within learning the keyboard shortcuts for everything.</p><p>Everything else (and I tried everything) isn&#039;t even worth mentioning (and I&#039;m including the $50 E Text Editor).&nbsp; &nbsp;Like InType isn&#039;t much better than Notepad and Explorer together.&nbsp; There&#039;s not much else feature wise there.&nbsp; I could care less about Macs or Textmate, and after trying E-Text Editor and can&#039;t imagine anyone liking it more than some of the other windows options unless they are comming off a Mac.&nbsp; &nbsp;E Text Editor is also one of the only text editors I tried that didn&#039;t support zooming.&nbsp; &nbsp; Some people don&#039;t care for zooming but I find it invaluable for programming (zoom in when your eyes are tired or your concentrating on something, zoom way out when you&#039;re looking for something).&nbsp; &nbsp;Actually Notepad++&#039;s ability to highlight all occurances of a string when you highlight a string and zooming are a really great combo.&nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; <br />Basically, after trying everything, nothing pleases me (everything has some missing feature) and I&#039;m about to buy Rubymine.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dreven)]]></author>
			<pubDate>Sun, 05 Sep 2010 23:41:06 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=130424#p130424</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=119119#p119119</link>
			<description><![CDATA[<p>I would sure love to hear how you got it working... Have tried on multiple times to get a project running with no success <img src="http://railsforum.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><div class="quotebox"><cite>ashif wrote:</cite><blockquote><p>Well we have been using netbeans for about 1.5 yrs and we were happy with it. But recently we have started using RubyMine 2.0.1 and must say its what we were looking for. The performance and low memory consumption are two most important criteria that we are taking into account. I will recommend using RubyMine for your rails projects.</p></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (BoGs)]]></author>
			<pubDate>Tue, 16 Feb 2010 20:43:25 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=119119#p119119</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=118971#p118971</link>
			<description><![CDATA[<p>Heard about it. It&#039;s basically Eclipse for Rails. </p><p>Heard it&#039;s very unstable though. </p><p>I&#039;ll usually use something like notepad++ on Windows for any scripting and development. Then again, I hardly ever use Windows anymore... <img src="http://railsforum.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (jmbrink26)]]></author>
			<pubDate>Sun, 14 Feb 2010 19:03:33 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=118971#p118971</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=118962#p118962</link>
			<description><![CDATA[<p>Have you tried Aptana RadRails?&nbsp; It&#039;s free</p>]]></description>
			<author><![CDATA[dummy@example.com (AlAdolfsen)]]></author>
			<pubDate>Sun, 14 Feb 2010 14:32:53 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=118962#p118962</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=118956#p118956</link>
			<description><![CDATA[<p>Well we have been using netbeans for about 1.5 yrs and we were happy with it. But recently we have started using RubyMine 2.0.1 and must say its what we were looking for. The performance and low memory consumption are two most important criteria that we are taking into account. I will recommend using RubyMine for your rails projects.</p>]]></description>
			<author><![CDATA[dummy@example.com (ashif)]]></author>
			<pubDate>Sun, 14 Feb 2010 10:36:12 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=118956#p118956</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=117845#p117845</link>
			<description><![CDATA[<p>I have been working with NetBeans and by far has been very cool IDE for Rails.</p>]]></description>
			<author><![CDATA[dummy@example.com (NBRuby)]]></author>
			<pubDate>Sun, 31 Jan 2010 13:47:05 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=117845#p117845</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=117822#p117822</link>
			<description><![CDATA[<p>I&#039;m currently jumping between InType, E - Text Editor and Sublime Text Editor. My Favorite so far is InType.</p>]]></description>
			<author><![CDATA[dummy@example.com (ScottAS)]]></author>
			<pubDate>Sun, 31 Jan 2010 02:42:01 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=117822#p117822</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=116647#p116647</link>
			<description><![CDATA[<div class="quotebox"><cite>freezzo wrote:</cite><blockquote><p>notepad++ is nice.</p></blockquote></div><p>yes it is</p>]]></description>
			<author><![CDATA[dummy@example.com (MattSchultz)]]></author>
			<pubDate>Sat, 16 Jan 2010 10:14:46 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=116647#p116647</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=116382#p116382</link>
			<description><![CDATA[<p>I agree, notepad++ is fine with the good plugins installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (timint)]]></author>
			<pubDate>Wed, 13 Jan 2010 20:08:35 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=116382#p116382</guid>
		</item>
		<item>
			<title><![CDATA[Re: The "best" Rails IDE for Windows]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=115616#p115616</link>
			<description><![CDATA[<p>notepad++ is nice.</p>]]></description>
			<author><![CDATA[dummy@example.com (freezzo)]]></author>
			<pubDate>Thu, 31 Dec 2009 17:39:42 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=115616#p115616</guid>
		</item>
	</channel>
</rss>
