When I am on Mac I use TextMate. What should I use on Windows? I can't install "e text editor" install correctly. What other options are there?
feedback
|
migrated from stackoverflow.com Aug 5 '10 at 4:42
This question came from our site for professional and enthusiast programmers.
|
If you are someone cheap like I am, use Notepad++ | |||||||||||
feedback
|
|
You can try to Google "e text editor portable" and find out if the portable version is working. Anyway here are some best text editors for Windows:
You may also be interested on some IDEs:
| |||||||||||||||||||
feedback
|
|
Sublime Text works well for me. It has syntax highlighting for most languages, supports themes, and the dark UI is easy on the eyes. | |||||
feedback
|
|
i really like intellij. | |||||
feedback
|
|
SciTE used to come with ruby on Windows. I've found it a nice text editor, but I can't compare it with the others listed. | ||||
|
feedback
|
|
Emacs works on every operative systems and it's free. Notepad is a good solution to. Jedit can be very customizable. Also you can install Gedit for windows. | |||||||
feedback
|
|
I am surprised no one has yet mentioned Visual Studio Express. It's free and pretty awesome. | ||||
feedback
|
|
on mac i use redcar. Even though its in its early stages, i feel comfortable with it. I've not been able to install it on windows though. I get "NoMethodFound" error when i install. | ||||
|
feedback
|
|
Most developers use the (free) Eclipse platform. vim - Is this even a serious answer? http://www.ibm.com/developerworks/opensource/library/os-eclipse-rdt/ If you insist on using Ruby, Eclipse is still the first place to look. (Ruby still hasn't taken off, and probably won't even if it is better--there's just too many people who'd rather keep their 1990's skill set relevant by sticking with old tech they already know--what a shame.) | |||||||||||||||||||||
feedback
|
|
emacs is what I use for all my text editing, on any operating system. When I have to look at a file Real Quick, I usually open it up in notepad++. | ||||
|
feedback
|
|
I usually use either vim or Notepad++ for HTML, PHP, CSS, JavaScript and SQL, Visual Studio C++ or Code::Blocks for C/C++, and IDLE for Python. | |||||
feedback
|
|
Try PilotEdit Lite. It is free. http://www.pilotedit.com | ||||
|
feedback
|
|
Textpad is great, it is so versatile. I use it in place of Notepad for regular text editing. | ||||
|
feedback
|
|
I recommend learning either Vim or Emacs. Both are comparable and fairly powerful, but will take some getting used to as they're primarily keyboard-driven. One benefit you'll enjoy from either is being able to run them on any OS you want - Windows, OS X, GNU/Linux, they'll happily run on them all. You should even be able to share the same config files across all operating systems. PS, the spam prevention mechanism prevents me from using more than one link. Sorry Emacs. | ||||
|
feedback
|
|
I use jedit ( http://jedit.org/ ) which supports Ruby and HTML. HAML and SASS modes are available online too (e.g., google for: jedit HAML). | ||||
|
feedback
|
|
I really like Emerald Editor, its free, open source, and is great when all you really need is syntax hi-lighting and line numbers. | ||||
|
feedback
|
|
Here is a list of editors that I tried and found adequate ( not IDEs thou) in no particular order: Free ( as in beer, not necessarily speech) :
Not-free, trial / shareware available
IDEs ( I tried all of them but found them too much and getting in the way most of the time, mostly cause they are slow, even on my Windows 7 8-core 12gb RAM workstation):
Most of these are cross-platform, but some are not. Personally I liked Sublime so much - I got a licence for Sublime 2 and I'm using it both on my Windows and Mac systems - it really helps that I can use the same editor (hence conventions and shortcuts) on all systems. Before I used Textmate on my mac and Intype and Notepad on Windows and it was really annoying - I kept confusing shortcuts. ** Full Disclosure: I'm not in any way affiliated with Sublime Text editor - just a fan-boy :-) | ||||
|
feedback
|
