Windows-based Text Editors - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T19:05:38Z http://stackoverflow.com/feeds/question/14155 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/14155/windows-based-text-editors 17 Windows-based Text Editors Maudite 2008-08-18T04:03:04Z 2009-08-05T12:52:28Z <p>Other than Notepad++, what text editor do you use to program in Windows? </p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14160#14160 13 Answer by SCdF for Windows-based Text Editors SCdF 2008-08-18T04:07:42Z 2008-08-18T04:13:12Z <p><a href="http://www.textpad.com/" rel="nofollow" title="Dylan: A Dynamic Object-Oriented Language">Textpad</a> is what I would use for random text editing (checking out HTML source, quick hackery, scripts and the like).</p> <p>For actual Java development it's Eclipse all the way, although people tell me the IDEA is the cat's pyjamas.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14163#14163 1 Answer by Derek Park for Windows-based Text Editors Derek Park 2008-08-18T04:10:32Z 2008-08-18T04:10:32Z <p>I've always found Visual Studio to be outstanding for code editing. I still think it's pretty much the gold standard for code editing (but I'd love to be proven wrong). </p> <p>Beyond that, I've used <a href="http://www.jcreator.com/" rel="nofollow">JCreator</a> for Java editing. Of course, I've used notepad for basic stuff. I've used a lot of other text editors as well, but none that I can really recommend.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14166#14166 9 Answer by icco for Windows-based Text Editors icco 2008-08-18T04:13:48Z 2008-08-18T04:13:48Z <p>gvim. I also use Dreamweaver for web stuff.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14176#14176 1 Answer by kazakdogofspace for Windows-based Text Editors kazakdogofspace 2008-08-18T04:19:34Z 2008-08-18T04:19:34Z <p>going for the easy answer. emacs</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14179#14179 16 Answer by Cristian for Windows-based Text Editors Cristian 2008-08-18T04:20:59Z 2008-08-18T08:03:57Z <p><a href="http://www.gnu.org/software/emacs/windows/ntemacs.html" rel="nofollow">GNU Emacs</a> 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.</p> <p>I really like <a href="http://www.jedit.org/" rel="nofollow">JEdit</a> as well. It's a good text editor for code and random text. It's a nice middle ground between Notepad and Eclipse.</p> <p>If you want something just a step above Notepad for quick, efficient editing I would recommend <a href="http://www.flos-freeware.ch/notepad2.html" rel="nofollow">Notepad2</a>. It's really useful when you <a href="http://blogs.msdn.com/omars/archive/2004/04/30/124093.aspx" rel="nofollow">replace</a> 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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14180#14180 7 Answer by Akira for Windows-based Text Editors Akira 2008-08-18T04:22:19Z 2008-08-18T04:22:19Z <p>Not everybody uses Notepad++, it's not that good.</p> <h1><a href="http://www.crimsoneditor.com/" rel="nofollow" title="Dylan: A Dynamic Object-Oriented Language">Crimson Editor</a></h1> <p><a href="http://www.crimsoneditor.com/" rel="nofollow"><img src="http://www.crimsoneditor.com/images/overview.gif" width="700" /></a></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14185#14185 4 Answer by Christian Hagelid for Windows-based Text Editors Christian Hagelid 2008-08-18T04:30:12Z 2008-08-18T04:48:47Z <p>I personally like <a href="http://www.contexteditor.org/index.html" rel="nofollow">ConTEXT</a>.</p> <p>A lot of people gave their suggestions for favourite text editor here:</p> <p><a href="http://beta.stackoverflow.com/questions/10238/text-editor-or-ide#10391" rel="nofollow" title="Dylan: A Dynamic Object-Oriented Language"><a href="http://beta.stackoverflow.com/questions/10238/text-editor-or-ide#10391" rel="nofollow">http://beta.stackoverflow.com/questions/10238/text-editor-or-ide#10391</a></a></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14187#14187 8 Answer by Orion Edwards for Windows-based Text Editors Orion Edwards 2008-08-18T04:32:12Z 2008-08-18T04:32:12Z <p><a href="http://e-texteditor.com/" rel="nofollow">E-TextEditor</a></p> <p>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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14188#14188 5 Answer by Wing for Windows-based Text Editors Wing 2008-08-18T04:33:41Z 2008-08-18T04:33:41Z <p>Commercial product (Windows): <a href="http://www.ultraedit.com/" rel="nofollow" title="Dylan: A Dynamic Object-Oriented Language">UltraEdit</a>.</p> <p>Freeware (Windows): <a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow">Notepad++</a>, <a href="http://www.pspad.com/" rel="nofollow" title="Dylan Reference Manual">PSPad</a>.</p> <p>Cross-Platform: <a href="http://www.jedit.org/" rel="nofollow">JEdit</a>. It's written in Java and runs on almost anything.</p> <p>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 <em>other</em> than that one.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14189#14189 17 Answer by Jon Sagara for Windows-based Text Editors Jon Sagara 2008-08-18T04:35:46Z 2009-01-28T09:18:31Z <p><a href="http://www.ultraedit.com/" rel="nofollow">UltraEdit</a> is my second home. It is a great general purpose text editor.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14190#14190 4 Answer by The How-To Geek for Windows-based Text Editors The How-To Geek 2008-08-18T04:36:07Z 2008-08-18T04:36:07Z <p>I have used <a href="http://www.ultraedit.com/" rel="nofollow" title="Dylan: A Dynamic Object-Oriented Language">UltraEdit</a> 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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14199#14199 1 Answer by Christopher Mahan for Windows-based Text Editors Christopher Mahan 2008-08-18T05:01:53Z 2008-08-18T05:01:53Z <p>I strictly use jEdit.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14201#14201 0 Answer by Shadow2531 for Windows-based Text Editors Shadow2531 2008-08-18T05:04:48Z 2008-08-18T05:04:48Z <p>I mostly just use Notepad++, but I like <a href="http://www.babelstone.co.uk/Software/BabelPad.html" rel="nofollow">BabelPad</a> when I need to open a file in a unicode path or when I need to have more control over unicode stuff.</p> <p>I like EditPlus too. You can save a file as a template and create a new instance of it under the file menu. It's also pretty fast at loading moderately large files.</p> <p>JEDIT would be my favorite, but it's just too slow when editing even slightly big files.</p> <p>I can't say I'm 100% happy with Notepad++, but it bugs me the least, so...</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14203#14203 13 Answer by Ashwin for Windows-based Text Editors Ashwin 2008-08-18T05:11:53Z 2008-08-22T01:21:23Z <p>Note that I primarily work in C/C++. For C/C++ code, I use <strong>Visual C++ Express Edition</strong> or <strong>Visual Studio Professional</strong>. For the little bit of Python I'm learning, I use the editor in the <strong><a href="http://www.python.org/download/windows/" rel="nofollow">PythonWin</a></strong> IDE. (Mostly because it does a bit of code completion.) For everything else, I use <strong><a href="http://www.vim.org/" rel="nofollow">GViM</a></strong>.</p> <p>Tip:</p> <blockquote> <p>After you install ViM on Windows, if you right-click on any file in Explorer, you see the <strong>Edit with Vim</strong> option in the right-click menu. This is very useful for peeking into and editing <em>every kind of text file</em> without having to bother about specific editors. GViM can understand most formats and thus displays them with syntax coloring. Get used to doing this and soon GViM becomes your defacto generic text editor on Windows. (Even replacing Notepad.)</p> </blockquote> http://stackoverflow.com/questions/14155/windows-based-text-editors/14212#14212 1 Answer by Cristián Romo for Windows-based Text Editors Cristián Romo 2008-08-18T05:27:49Z 2008-08-18T05:27:49Z <p>I'm attempting to switch to the <a href="http://www.codeblocks.org/" rel="nofollow" title="Dylan: A Dynamic Object-Oriented Language">Code::Blocks</a> IDE for all of my C/C++ editing, but have used Visual Studio 2003, and <a href="http://www.pnotepad.org/" rel="nofollow">Programmer's Notepad 2</a> for C/C++ projects. For Python, I currently use IDLE, but have been looking for something else that has a horozontal scroll bar.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14219#14219 19 Answer by Thej for Windows-based Text Editors Thej 2008-08-18T05:37:40Z 2009-06-23T14:19:15Z <p>I use <a href="http://www.scintilla.org/SciTE.html" rel="nofollow">SciTE</a></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14221#14221 0 Answer by RobotCaleb for Windows-based Text Editors RobotCaleb 2008-08-18T05:40:15Z 2008-08-18T06:21:58Z <p>@Derek Park</p> <p>I also use VS for most of my coding needs, but use Notepad++ for all other plain text files. I was disappointed by VS one time when it failed to open a 500 meg text file that I was hoping to change a few characters in. Seeing as it has support for viewing files in hex (ie. binary data) I was hoping that it would do a better job with large files. It seemed to want to load the whole file rather than the relevant data. Maybe I was just expecting too much from it. (Note: I wasn't able to open the file in NP++, either.)</p> <p>Edit - My mistake. I didn't mean to imply that Notepad++ successfully opened the file. I don't remember what I used to fix that, actually.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14245#14245 0 Answer by Derek Park for Windows-based Text Editors Derek Park 2008-08-18T06:11:31Z 2008-08-18T06:11:31Z <p>@_l0ser</p> <blockquote> <p>I also use VS for most of my coding needs, but use Notepad++ for all other plain text files. I was disappointed by VS one time when it failed to open a 500 meg text file that I was hoping to change a few characters in. Seeing as it has support for viewing files in hex (ie. binary data) I was hoping that it would do a better job with large files. It seemed to want to load the whole file rather than the relevant data. Maybe I was just expecting too much from it.</p> </blockquote> <p>If Notepad++ will open a 500meg file usably, that's a definite plus for Notepad++. Every editor I've tried to open a file that large in just thrashed and/or froze until I killed it.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14307#14307 17 Answer by David A Gibson for Windows-based Text Editors David A Gibson 2008-08-18T08:08:19Z 2008-08-18T13:41:21Z <p>I'm a massive fan of Notepad2 - it is so quick!</p> <p>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.</p> <p>We use Dreamweaver and Visual Studio for larger coding efforts.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14500#14500 4 Answer by izb for Windows-based Text Editors izb 2008-08-18T12:13:31Z 2008-08-18T12:13:31Z <p>EditPlus is my editor of choice. All the features you'd need, and no more.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14521#14521 2 Answer by Paul Manzotti for Windows-based Text Editors Paul Manzotti 2008-08-18T12:28:04Z 2008-08-18T12:28:04Z <p>Another vote for Textpad here. I tried Notepad++, but was annoyed that it didn't notify me when an open file had been updated (which is a pain when looking at active log files).</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14532#14532 1 Answer by Espenhh for Windows-based Text Editors Espenhh 2008-08-18T12:44:02Z 2008-08-18T12:44:02Z <p>My personal favorite is <a href="http://www.editpadpro.com/" rel="nofollow">EditPad Pro</a>. Not because it is superior in any way, but because it was the one I started to use.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14538#14538 4 Answer by John for Windows-based Text Editors John 2008-08-18T12:47:09Z 2008-08-18T12:47:09Z <p>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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/14566#14566 0 Answer by Herms for Windows-based Text Editors Herms 2008-08-18T13:19:38Z 2008-08-18T13:19:38Z <p>Notepad++ is probably the one I use the most, though I use GVIM whenever I need to do repetitive changes.</p> <p>We got a company license for UltraEdit recently, and it seems to work quite well as well. I've been using that for doing quick edits to java or C++ code when I didn't have the full IDE running and didn't want to wait for it to open up.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/15419#15419 1 Answer by Factor Mystic for Windows-based Text Editors Factor Mystic 2008-08-19T00:18:15Z 2008-08-19T00:18:15Z <p>I'm a big fan of EditPlus, mainly for its smooth built in ftp open/save functionality. Crimson Editor has this too but that feature seems to be unstable from time to time.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/15429#15429 47 Answer by Doug for Windows-based Text Editors Doug 2008-08-19T00:25:28Z 2009-06-23T13:35:28Z <p>Another vote for <strong>gvim</strong> (<a href="http://www.vim.org/about.php" rel="nofollow">about</a>, <a href="http://www.vim.org/download.php#pc" rel="nofollow">download</a>). I think once you learn the keystrokes to control it, you won't want to use anything else.</p> <p>Plus, there is the added benefit of being able to use it on just about any platform, including the nice Windows port.</p> <p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/GVim-screenshot.png/800px-GVim-screenshot.png" alt="alt text" /></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/15448#15448 3 Answer by bruceatk for Windows-based Text Editors bruceatk 2008-08-19T00:52:16Z 2008-08-19T00:52:16Z <p>Textpad replaces notepad for me. I couldn't live without it. Some key features that I use with Textpad are:</p> <ol> <li>Find in files (along with open all, replace all, save all, close all). </li> <li>Block Select (along with copy/paste of a column).</li> <li>Clip Library</li> <li>Syntax highlighting</li> <li>Ability to attach externals tools (compilers, etc.) and capture the output to a window.</li> </ol> <p>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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/17555#17555 3 Answer by Imran for Windows-based Text Editors Imran 2008-08-20T08:05:22Z 2008-08-20T08:05:22Z <p>Notepad2, apart from Notepad++</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/17564#17564 3 Answer by Daud for Windows-based Text Editors Daud 2008-08-20T08:10:25Z 2008-08-20T08:10:25Z <p>Visual Studio, notepad2, notepad++.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/17570#17570 3 Answer by Xetius for Windows-based Text Editors Xetius 2008-08-20T08:13:10Z 2008-08-20T08:13:10Z <p>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</p> <p>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. </p> http://stackoverflow.com/questions/14155/windows-based-text-editors/21641#21641 10 Answer by Chris for Windows-based Text Editors Chris 2008-08-22T02:18:43Z 2008-08-22T02:18:43Z <p><a href="http://beta.stackoverflow.com/questions/14155/text-editors#14219" rel="nofollow">Thej already recommended it</a>, but to elaborate:</p> <p><a href="http://scintilla.sourceforge.net/SciTEDownload.html" rel="nofollow"><strong>SciTE</strong></a> - Free, has preset colouring for many languages, and it's multi-platform (Windows &amp; Linux), and lightweight.</p> <p><img src="http://scitedebug.luaforge.net/scite-debug.png" alt="alt text" /></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/21646#21646 0 Answer by popopome for Windows-based Text Editors popopome 2008-08-22T02:20:31Z 2008-08-22T02:20:31Z <p>How about developing your own text editor? You can own your own editor with priceless experience.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/21663#21663 0 Answer by cschol for Windows-based Text Editors cschol 2008-08-22T02:56:21Z 2008-08-22T02:56:21Z <p>gvim with lots of useful plugins, i.e. taglist, c-syntax, matchit, vcscommand, bufexplorer and many more. gvim is also nice in conjunction with file manager Total Commander where F4 invokes gvim to edit the file under the cursor. </p> http://stackoverflow.com/questions/14155/windows-based-text-editors/21668#21668 7 Answer by Benjamin Pollack for Windows-based Text Editors Benjamin Pollack 2008-08-22T03:02:27Z 2008-08-22T03:02:27Z <p>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 <a href="http://ourcomments.org/Emacs/EmacsW32.html" rel="nofollow">EmacsW32</a> 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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/21673#21673 1 Answer by xanadont for Windows-based Text Editors xanadont 2008-08-22T03:05:33Z 2008-08-22T03:05:33Z <p>@MrBrutal I love Notepad2 as well. The only problem is it's lame with large files. :(</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/23613#23613 4 Answer by Maudite for Windows-based Text Editors Maudite 2008-08-22T22:00:06Z 2008-08-22T22:00:06Z <p>I know this is my own question but I came across this text editor <a href="http://www.sublimetext.com/" rel="nofollow">Sublime Text</a> 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. </p> http://stackoverflow.com/questions/14155/windows-based-text-editors/25413#25413 9 Answer by prashant2228 for Windows-based Text Editors prashant2228 2008-08-24T22:45:09Z 2008-08-25T18:07:52Z <h1>Notepad2</h1> <ul> <li>Syntax highlighting for html,c#,javascript,css,xml,sql,python,bat</li> <li>Rectangular selection, regular expressions</li> <li>Indentation, back/foreground customization</li> </ul> <p>Downside: No tabbed windows.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/44119#44119 0 Answer by Jeff Cuscutis for Windows-based Text Editors Jeff Cuscutis 2008-09-04T16:25:24Z 2008-09-04T16:25:24Z <ul> <li>The <strong>Delphi 7 IDE</strong> for Delphi projects</li> <li><strong>VS2005</strong> for .net projects</li> <li><strong>Notepad</strong> for any quick stuff (I know it sucks, but it's quick)</li> </ul> http://stackoverflow.com/questions/14155/windows-based-text-editors/79348#79348 0 Answer by jussij for Windows-based Text Editors jussij 2008-09-17T02:37:30Z 2008-10-10T05:51:20Z <p>The <a href="http://www.zeusedit.com" rel="nofollow">Zeus</a> editor/IDE is full of programming features, yet it still feels snappy. It also does a good impersonation of the old Brief editor.</p> <p><img src="http://www.zeusedit.com/images/lookmain.png" alt="alt text" /></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/115788#115788 0 Answer by JK for Windows-based Text Editors JK 2008-09-22T16:06:56Z 2008-09-22T16:06:56Z <p>Column mode in UltraEdit is fantastic.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/116244#116244 0 Answer by unknown (yahoo) for Windows-based Text Editors unknown (yahoo) 2008-09-22T17:26:57Z 2008-09-22T17:26:57Z <p>Another vote for EditPlus. It's a great tool for manually massaging data with column select, macros, and very powerful regex search/replace. Works well with large files. Nice for coding as well with community supplied syntax and autocomplete files.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/116256#116256 4 Answer by Jeremy Michael Cantrell for Windows-based Text Editors Jeremy Michael Cantrell 2008-09-22T17:29:19Z 2008-09-22T17:29:19Z <p>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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/116286#116286 2 Answer by Vasil for Windows-based Text Editors Vasil 2008-09-22T17:34:29Z 2008-09-22T17:34:29Z <p>I don't code much on Windows, but e text editor is my choice. As far as free editors go nothing beats Emacs.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/150425#150425 3 Answer by unknown (yahoo) for Windows-based Text Editors unknown (yahoo) 2008-09-29T20:09:42Z 2008-09-29T20:09:42Z <p>As you can see, asking about a preferred editor will get you a lot of responses. For me: UltraEdit - robust: Notepad++ - lightweight</p> <p>Also tend to use the IDE that comes with various tools (e.g. VB, C#, etc.)</p> <p>But, the best advice is to pick a decent editor and <strong>learn it thoroughly</strong>. 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.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/150443#150443 0 Answer by anjanb for Windows-based Text Editors anjanb 2008-09-29T20:14:33Z 2009-07-22T20:25:27Z <p><a href="http://www.xemacs.org" rel="nofollow">Xemacs</a> -- works with any language on a lot of platforms incuding Windows. has good support for windows conventions.</p> <p>Let you access sqlplus and other command line SQL environments for POSTGRESQL, MYSQL</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/179219#179219 2 Answer by Odilon Redo for Windows-based Text Editors Odilon Redo 2008-10-07T16:09:08Z 2008-10-07T16:09:08Z <p>For free, for quick edits: <a href="http://sourceforge.net/projects/notepad2/" rel="nofollow">Notepad2</a></p> <p>But the shareware program <a href="http://www.textpad.com/" rel="nofollow">Textpad</a> is still my favourite. Some key features:</p> <ul> <li><p>You can download syntax files for just about every language, or make your own.</p></li> <li><p>You can load hundreds of files into it and apply regular expression search and replace across all of them.</p></li> <li><p>It has a fast and effective built in file searcher.</p></li> <li><p>It is very hard to crash it. And it can remember as many undo states as you like. </p></li> <li><p>You can create keystroke macros</p></li> </ul> http://stackoverflow.com/questions/14155/windows-based-text-editors/179273#179273 4 Answer by Robert S. for Windows-based Text Editors Robert S. 2008-10-07T16:20:08Z 2008-10-07T16:20:08Z <p>I use <a href="http://en.wikipedia.org/wiki/MS-DOS_Editor" rel="nofollow">EDIT.COM</a> for a lot of things, believe it or not. Old habits die hard.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/213495#213495 1 Answer by Don Dickinson for Windows-based Text Editors Don Dickinson 2008-10-17T19:15:45Z 2009-07-22T20:24:29Z <p><a href="http://www.ultraedit.com" rel="nofollow">UltraEdit</a> for me. there might be better out there, but it would take me too long to learn it as well as ultra edit that i'd lose any potential roi while learning. that's probably the key ... as someone a few posts above says pick one and learn to be proficient with it. the payoffs will be huge. if you're fickle and switch, you won't learn it well enough to get benefits from it.</p> <p>-don</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/470023#470023 3 Answer by rlb.usa for Windows-based Text Editors rlb.usa 2009-01-22T17:16:59Z 2009-01-22T17:16:59Z <p>VIM on CYGWIN, Textpad, Notepad, and various IDEs ( Eclipse, MS VS C++, MS VS VB6, etc)</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/486981#486981 0 Answer by Abu Yaseen for Windows-based Text Editors Abu Yaseen 2009-01-28T09:14:43Z 2009-01-28T09:14:43Z <p>I use Netbeans for my Ruby development and SciTE for quick edits.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/486989#486989 2 Answer by Ray Hidayat for Windows-based Text Editors Ray Hidayat 2009-01-28T09:18:22Z 2009-01-28T09:18:22Z <p>I'm another vim user, but what I actually do is I use Visual Studio with viEmu (basically lets you use vim commands in Visual Studio) and it's the best! Visual Studio is a great IDE, and vim is a great text editor, and this allows me to use both.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/486993#486993 0 Answer by Natrium for Windows-based Text Editors Natrium 2009-01-28T09:22:16Z 2009-01-28T09:22:16Z <p>Notepad++</p> <p>and <a href="http://www.rj-texted.se/" rel="nofollow">RJ TextEd</a> <img src="http://www.rj-texted.se/bilder/mainsync-100.png" alt="alt text" /></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/486994#486994 3 Answer by Brian Rasmussen for Windows-based Text Editors Brian Rasmussen 2009-01-28T09:22:48Z 2009-01-28T09:22:48Z <p>Vim is the default for me and when I'm in Visual Studio, I use ViEmu and Resharper. </p> <p>Except for a few hick-ups it really ends up with the best of three worlds. I can use Vim commands, Visual Studio short cuts works as well, and Resharper just adds a bunch of useful features for Visual Studio.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/487057#487057 0 Answer by Mike Hamer for Windows-based Text Editors Mike Hamer 2009-01-28T09:56:11Z 2009-01-28T09:56:11Z <p>I'm a fan of <a href="http://www.pspad.com/" rel="nofollow">PS Pad</a></p> <p>Although there are really no text editors on windows that have everything that I want.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/487106#487106 0 Answer by Chris S for Windows-based Text Editors Chris S 2009-01-28T10:12:38Z 2009-01-28T10:12:38Z <p><a href="http://www.jetbrains.com/" rel="nofollow">IntelliJ</a> is the best Javascript one I've found</p> <p><a href="http://en.wikipedia.org/wiki/Comparison_of_text_editors#Windows-only_text_editors" rel="nofollow">Most of these on wikipedia</a> do what the other one does. Ultraedit, Notepad++ are the best of that bunch in my view. </p> <p>For zero thrills notepad improvement <a href="http://liquidninja.com/metapad/" rel="nofollow">metapad</a> is good.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/889883#889883 0 Answer by for Windows-based Text Editors 2009-05-20T19:48:52Z 2009-07-22T20:23:51Z <ul> <li><a href="http://www.jedit.org" rel="nofollow">jEdit</a></li> <li><a href="http://notepad-plus.sourceforge.net" rel="nofollow">notepad++</a> </li> <li><a href="http://www.netbeans.org/downloads" rel="nofollow">Netbeans</a> for Ruby development</li> </ul> http://stackoverflow.com/questions/14155/windows-based-text-editors/1032500#1032500 2 Answer by Burak Munevver for Windows-based Text Editors Burak Munevver 2009-06-23T13:13:27Z 2009-06-23T13:13:27Z <p>certainly sublimetext. it is the best text editor on windows i've ever seen.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/1032532#1032532 0 Answer by Charlie Somerville for Windows-based Text Editors Charlie Somerville 2009-06-23T13:18:25Z 2009-06-23T13:18:25Z <p>edit.com <img src="http://cloud.anyhub.net/0-edit-com.png" alt="edit.com" /></p> http://stackoverflow.com/questions/14155/windows-based-text-editors/1032564#1032564 1 Answer by Jason Kester for Windows-based Text Editors Jason Kester 2009-06-23T13:25:28Z 2009-06-23T13:25:28Z <p><b>Code is not text. It's Code</b></p> <p>If you're using a text editor to edit your source code, you're doing yourself an incredible disservice. I mean yeah, it's nice that Notepad++ can do some rudimentary color-coding for you, but really why are you wasting your time like this?</p> <p>A good IDE like VS.NET + Resharper will background-compile your code on the fly, allowing you to do things you would never expect to be possible if you hadn't see it happen before your eyes. Navigate to actual usages. Import dependencies automatically. Refactor your code at a keyclick. It's just that good. And it's not expensive.</p> <p>I mean look. This is your job. This is the one piece of software you'll be interacting with all day long every day of your working life. Why are you playing around with freeware garbage? Get the best IDE that money can buy for your niche. It will make you better at what you do.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/1032641#1032641 0 Answer by joe for Windows-based Text Editors joe 2009-06-23T13:39:34Z 2009-07-22T20:21:52Z <p><a href="http://www.editpadpro.com/editpadlite.html" rel="nofollow">Editpad</a> is useful in Windows</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/1032790#1032790 0 Answer by codefly for Windows-based Text Editors codefly 2009-06-23T14:09:50Z 2009-06-23T14:09:50Z <p>gVim is by far my favorite. Notepad++ is ok, but I'm half as productive without my vim keybindings.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/1032867#1032867 1 Answer by SideShowCoder for Windows-based Text Editors SideShowCoder 2009-06-23T14:21:35Z 2009-07-22T20:21:11Z <ul> <li><p><a href="http://en.wikipedia.org/wiki/TextMate" rel="nofollow">TextMate on Mac OSX</a> for everything besides ObjC/Cocoa (use XCode for that). The bundles are great and support pretty much every language I came across so far. </p></li> <li><p>GVim on Windows and Linux, and maybe sometimes OSX if I feel like it :). For C/Python thats all I need. </p></li> <li>For Flash/AS there is pretty much only FlexBuilder I guess. Even though I don't really care for Eclipse otherwise.</li> </ul> http://stackoverflow.com/questions/14155/windows-based-text-editors/1168035#1168035 0 Answer by akway for Windows-based Text Editors akway 2009-07-22T20:25:47Z 2009-07-22T20:25:47Z <p>I use Scite as it is highly customizable, however, I really like DrScheme for working with Scheme. It would be nice to have something similar for Python and Ruby.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/1173652#1173652 0 Answer by djangofan for Windows-based Text Editors djangofan 2009-07-23T18:31:59Z 2009-07-23T18:31:59Z <p>As long as Notepad++ exists I don't really want to use anything else. On linux I just use vi.</p> http://stackoverflow.com/questions/14155/windows-based-text-editors/1233054#1233054 4 Answer by samoz for Windows-based Text Editors samoz 2009-08-05T12:52:28Z 2009-08-05T12:52:28Z <p><a href="http://www.sublimetext.com" rel="nofollow">Sublime Text</a> is amazing.</p>