I've heard so much about Textmate - The Missing Editor for Mac and that it is the best one for Ruby.
What is your choice?
And what is the best Ruby editor on Windows?
E?
|
3
|
I've heard so much about Textmate - The Missing Editor for Mac and that it is the best one for Ruby. What is your choice? And what is the best Ruby editor on Windows? E? |
|||
|
|
|
|
Emacs has syntax highlighting and code completion for Ruby and Rails. It is also rad. If you want to be a programmer for the rest of your life, and you want to have an editor you can take to any platform, vi and emacs are for you. VI is easy to learn and simple to use. Emacs is difficult to learn, but incredibly powerful to use. |
|||
|
|
|
|
I have tried a lot of windows editor, but for the moment I settled on PSPad. It supports highlighting for ruby, rails and rhtml almost out of the box. It is reasonably lightweight, allows for ineditor file browsing, has limited autocomplete capability. Though it is only distributed through an installer, you can actually copy the directory and have it run anywhere without installing it. It can be found here : PSPad |
|||
|
|
|
|
Even if you pick a GUI as a primary editor(I prefer Textmate, or GEdit dressed up as Textmate) you should spend some time getting to know one of the simple command line editors like VI or Nano. You really don't want to be trying to get to know a new editor while you're debugging something over an ssh connection. Nano is readily available in most package management repositories and has onscreen hints about what commands are available. |
|||
|
|
|
|
Activestate, they make Komodo which is really good, they also make a free variant that is just as powerful in all aspects, except for pro debugging and such. It is Called Activestate Edit. Quite good. Coda from Panic on Mac is also quite good, especially given that you can do remote edits just like it was local, even over ssh and weird ports. I wish Textmate would have that feature. But as a ruby on rails editor, there is just Textmate and E-Texteditor. |
|||
|
|
|
|
Textmate is nice, although it's only available on OS X and it's not open source. I find customizing it to be easy, up to a point. However, I've been using NetBeans for a few months for Ruby and have grown to love it. Its syntax checking and navigation abilities are great. The plugin community is large, and for mixed projects (JRuby with some Java), I can't imagine using something else. |
|||
|
|
Hey for running and debugging ruby scripts better use "Ruby in Steel" this is better IDE you can use with Visual Studio 2005/8 and next you can try Eclipse and Netbeans IDE.. Just see the link for your refrence |
|||
|
|
|
|
You gotta try vim. |
|||
|
|
|
|
Try Aptana Studio. It's a big shot indeed as it is Eclipse based but it's full blown with features, syntax highlighting, code completion and refactoring support. |
|||
|
|
|
|
Try Notepad++. It has a lot of usefull features along with colorer and intellisense. And its free. |
|||
|
|
|
|
I have heard good things about komodo. |
|||
|
|
NetBeans 6.1+ is actually very good for Ruby. It has a decent syntax highlighted editor that does its best to understand your code, highlighting syntax errors and offering fixes for certain classes of problem (but you can turn those off). You can ctrl-click on identifiers to leap to the definition (most of the time) and there's decent completion. Aside from the editor, it has decent support for running and debugging your apps. |
|||
|
|
For me: The eclipse plugin for programming ruby (RDT). |
|||
|
|
|
|
+1 for E It does more bugs than most other editors I've used, but taking those into account, I think it still comes out ahead of any of the other editors I've used |
|||
|
|
|
|
I've spent (wasted?) a lot of time in the last few years, and gone through them all (including Jedit, e-text editor, Aptana, Scite, FreeRide to name a few) looking for the perfect editor. And I have now ended up back with the absolute basics. All I need is syntax highlighting (with a colour scheme that's easy on the eyes) and a folder view for my project inside the editor. So I use GEdit in Linux, pimped using this guide, and Notepad++ in Windows (also sometimes in WINE in linux) Notepad++ syntax colouring is easy to modify from within the program and my syntax scheme is available here Now instead of testing and playing with editors I actually write code :) |
|||
|
|
IntelliJ is good for doing Ruby and Rails development. The included subversion diffing tools are fantastic. |
|||
|
|
|
|
I love Vim with rails.vim and snippetsEmu to get TextMate-like bundles. |
|||
|
|
The One True Editor, but only if you have time to futz with it. There are ruby- and snippet-modes available, but you have to configure them yourself. |
|||
|
|
|
|
SciTE is the one that comes with the rubyforge installer which has worked fairly well for me. Scott Hanselman has a updated version of Notepad2 which supports ruby syntax highlighting. And don't forget Ruby in Steel and NetBeans if you're looking for a more full fledged IDE. |
|||
|
|
|
|
I use and love Textmate. However, a colleague of mine has been jumping all over vim with a Ruby on Rails plugin that does syntax hi-liting and all manner of magic. I think with proper training, though, the macro-system in textmate can allow for near as efficient keyboarding as vim. On Windows, I use TextPad (www.textpad.com). It has lots of plugins that I like. It very quickly can search for text in entire directory trees and has some very nice memory management (open a 30MB file in Notepad vs. Textpad and you'll see what I mean!!) |
|||