Other than Notepad++, what text editor do you use to program in Windows?
|
feedback
|
locked by Sam Saffron♦ Sep 16 '11 at 6:37
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.
closed as not constructive by bmargulies, Kev♦ Jul 10 '11 at 23:05
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Another vote for gvim (about, download). I think once you learn the keystrokes to control it, you won't want to use anything else. Plus, there is the added benefit of being able to use it on just about any platform, including the nice Windows port.
| |||||||||
feedback
|
|
Sublime Text is amazing.
| |||||||||||||||||||||
feedback
|
|
GNU Emacs is my preferred text editor and it works well on Windows (copy/paste actually works as expected) It's also available on all major platforms so you can reuse your knowledge if you jump around OSes like I tend to do. I really like JEdit as well. It's a good text editor for code and random text. It's a nice middle ground between Notepad and Eclipse. If you want something just a step above Notepad for quick, efficient editing I would recommend Notepad2. It's really useful when you replace the standard Notepad with this version. You continue to have a fast startup but the syntax highlighting is a real boon. I replace Notepad with Notepad2 on every one of my Windows machines. | ||||
|
feedback
|
|
I use SciTE | |||||
feedback
|
|
I'm a massive fan of Notepad2 - it is so quick! For quick simple editing of text for me it's close to perfect. It has syntax colouring for Xml and code and can be extended easily. We use Dreamweaver and Visual Studio for larger coding efforts. | ||||
|
feedback
|
|
UltraEdit is my second home. It is a great general purpose text editor. | |||||||||||||
feedback
|
|
Textpad is what I would use for random text editing (checking out HTML source, quick hackery, scripts and the like). For actual Java development it's Eclipse all the way, although people tell me the IDEA is the cat's pyjamas. | ||||
|
feedback
|
|
Is a bit buggy, but beats the pants off any other editors I've used due to it's using the Textmate bundle format (and the bundles) - also gets updated very regularly. I use it every day and would gladly purchase it again. | ||||
|
feedback
|
|
Note that I primarily work in C/C++. For C/C++ code, I use Visual C++ Express Edition or Visual Studio Professional. For the little bit of Python I'm learning, I use the editor in the PythonWin IDE. (Mostly because it does a bit of code completion.) For everything else, I use GViM. Tip:
| ||||
|
feedback
|
|
Thej already recommended it, but to elaborate: SciTE - Free, has preset colouring for many languages, and it's multi-platform (Windows & Linux), and lightweight.
| |||||
feedback
|
Notepad2
Downside: No tabbed windows. | ||||
|
feedback
|
|
I'll echo the others who have endorsed Emacs. I program every day on, at a bare minimum, OS X, Windows, and Linux. Having the same IDE on all three systems gives me an enormous productivity boost. That said, the vanilla version of GNU Emacs...well, it sucks. I'd strongly encourage you to try EmacsW32 instead. In much the way that Aquamacs makes an OS X-friendly version of Emacs, the EmacsW32 project makes Emacs out-of-the-box work just like a Windows text editor. Mind you, all of Emacs' power (and complexity) is there, but if you don't already have muscle memory built up, there's no reason not to use Ctrl-C/X/V as copy/cut/paste instead of M-w/C-k/C-y just to be cool. EmacsW32 also brings Windows-compliant open/save dialogs, sane CRLF file handling, and quite a bit more. If you've ever had an itch to try Emacs, give it a shot. You won't regret it. | ||||
|
feedback
|
|
| |||||||||||||
feedback
|
|
EditPlus is my editor of choice. All the features you'd need, and no more. | ||||
|
feedback
|
|
I know this is my own question but I came across this text editor Sublime Text and thought it was pretty sweet. There are a few features in it that i have never seen before. It has multiple line select ( lines that are not continuous ) and a birds eye view navigation. It's a little pricey but I am having fun playing with the free version. | ||||
|
feedback
|
|
I use EDIT.COM for a lot of things, believe it or not. Old habits die hard. | ||||
|
feedback
|
|
Commercial product (Windows): UltraEdit. Freeware (Windows): Notepad++, PSPad. Cross-Platform: JEdit. It's written in Java and runs on almost anything. If you don't mind taking a performance hit under Windows, JEdit has some amazing capabilities. For native performance on that platform, I would go with one of the others. I tend to switch back and forth between Notepad++ and PSPad. Notepad++ probably edges it out for most tasks. It has section folding, which is very handy. However, you did ask about products other than that one. | ||||
|
feedback
|
|
I have used UltraEdit for years... If I'm working on a project I prefer to use a real IDE, but nothing beats it for quickly making changes to source files, or especially for those small PHP projects where you're just hacking away anyway. The killer feature for me is the compare functionality. | ||||
|
feedback
|
|
I personally like ConTEXT. A lot of people gave their suggestions for favourite text editor here: http://stackoverflow.com/questions/10238/text-editor-or-ide#10391 | ||||
|
feedback
|
|
My personal favorite is EditPad Pro. Not because it is superior in any way, but because it was the one I started to use. | ||||
|
feedback
|
|
UltraEdit it my favorite text editor. Too bad I have to pay for it. You can't beat the ability to highlight vertically vs. horizontally. | ||||
|
feedback
|
|
Textpad replaces notepad for me. I couldn't live without it. Some key features that I use with Textpad are:
I use Eclipse for Java, Visual Studio for C++, C#, and VB.NET, JellyFish Pro for PowerBasic, I still use Visual Studio 6 for Classic VB, and I use TextPad for perl, python, Powershell, vbscript, SQL, HTML, and batch files. | ||||
|
feedback
|
|
I hate to sound like a broken record, but Vim is my choice. It works the same way everywhere and you'd be hard pressed to find a more powerful editor. | ||||
|
feedback
|
|
I don't code much on Windows, but e text editor is my choice. As far as free editors go nothing beats Emacs. | ||||
|
feedback
|
|
Visual Studio for .Net development. Currently working with VS2008, but seems to be not quite finished yet. 2005 is probably the most stable and complete. Anything else for that would seem quite futile for .Net development I use e-TextEditor for most other things. It covers most of the topics above including syntax highlighting, multi-select/edit, column select, TextMate bundles for auto-complete. | ||||
|
feedback
|
|
As you can see, asking about a preferred editor will get you a lot of responses. For me: UltraEdit - robust: Notepad++ - lightweight Also tend to use the IDE that comes with various tools (e.g. VB, C#, etc.) But, the best advice is to pick a decent editor and learn it thoroughly. You will be spending a whole lot of time using it. So, the better you know it, the more time it will save you in the long run. | ||||
|
feedback
|


