Windows-based Text Editors - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T19:05:38Zhttp://stackoverflow.com/feeds/question/14155http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/14155/windows-based-text-editors17Windows-based Text EditorsMaudite2008-08-18T04:03:04Z2009-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#1416013Answer by SCdF for Windows-based Text EditorsSCdF2008-08-18T04:07:42Z2008-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#141631Answer by Derek Park for Windows-based Text EditorsDerek Park2008-08-18T04:10:32Z2008-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#141669Answer by icco for Windows-based Text Editorsicco2008-08-18T04:13:48Z2008-08-18T04:13:48Z<p>gvim. I also use Dreamweaver for web stuff.</p>
http://stackoverflow.com/questions/14155/windows-based-text-editors/14176#141761Answer by kazakdogofspace for Windows-based Text Editorskazakdogofspace2008-08-18T04:19:34Z2008-08-18T04:19:34Z<p>going for the easy answer. emacs</p>
http://stackoverflow.com/questions/14155/windows-based-text-editors/14179#1417916Answer by Cristian for Windows-based Text EditorsCristian2008-08-18T04:20:59Z2008-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#141807Answer by Akira for Windows-based Text EditorsAkira2008-08-18T04:22:19Z2008-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#141854Answer by Christian Hagelid for Windows-based Text EditorsChristian Hagelid2008-08-18T04:30:12Z2008-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#141878Answer by Orion Edwards for Windows-based Text EditorsOrion Edwards2008-08-18T04:32:12Z2008-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#141885Answer by Wing for Windows-based Text EditorsWing2008-08-18T04:33:41Z2008-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#1418917Answer by Jon Sagara for Windows-based Text EditorsJon Sagara2008-08-18T04:35:46Z2009-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#141904Answer by The How-To Geek for Windows-based Text EditorsThe How-To Geek2008-08-18T04:36:07Z2008-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#141991Answer by Christopher Mahan for Windows-based Text EditorsChristopher Mahan2008-08-18T05:01:53Z2008-08-18T05:01:53Z<p>I strictly use jEdit.</p>
http://stackoverflow.com/questions/14155/windows-based-text-editors/14201#142010Answer by Shadow2531 for Windows-based Text EditorsShadow25312008-08-18T05:04:48Z2008-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#1420313Answer by Ashwin for Windows-based Text EditorsAshwin2008-08-18T05:11:53Z2008-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#142121Answer by Cristián Romo for Windows-based Text EditorsCristián Romo2008-08-18T05:27:49Z2008-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#1421919Answer by Thej for Windows-based Text EditorsThej2008-08-18T05:37:40Z2009-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#142210Answer by RobotCaleb for Windows-based Text EditorsRobotCaleb2008-08-18T05:40:15Z2008-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#142450Answer by Derek Park for Windows-based Text EditorsDerek Park2008-08-18T06:11:31Z2008-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#1430717Answer by David A Gibson for Windows-based Text EditorsDavid A Gibson2008-08-18T08:08:19Z2008-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#145004Answer by izb for Windows-based Text Editorsizb2008-08-18T12:13:31Z2008-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#145212Answer by Paul Manzotti for Windows-based Text EditorsPaul Manzotti2008-08-18T12:28:04Z2008-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#145321Answer by Espenhh for Windows-based Text EditorsEspenhh2008-08-18T12:44:02Z2008-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#145384Answer by John for Windows-based Text EditorsJohn2008-08-18T12:47:09Z2008-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#145660Answer by Herms for Windows-based Text EditorsHerms2008-08-18T13:19:38Z2008-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#154191Answer by Factor Mystic for Windows-based Text EditorsFactor Mystic2008-08-19T00:18:15Z2008-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#1542947Answer by Doug for Windows-based Text EditorsDoug2008-08-19T00:25:28Z2009-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#154483Answer by bruceatk for Windows-based Text Editorsbruceatk2008-08-19T00:52:16Z2008-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#175553Answer by Imran for Windows-based Text EditorsImran2008-08-20T08:05:22Z2008-08-20T08:05:22Z<p>Notepad2, apart from Notepad++</p>
http://stackoverflow.com/questions/14155/windows-based-text-editors/17564#175643Answer by Daud for Windows-based Text EditorsDaud2008-08-20T08:10:25Z2008-08-20T08:10:25Z<p>Visual Studio, notepad2, notepad++.</p>
http://stackoverflow.com/questions/14155/windows-based-text-editors/17570#175703Answer by Xetius for Windows-based Text EditorsXetius2008-08-20T08:13:10Z2008-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#2164110Answer by Chris for Windows-based Text EditorsChris2008-08-22T02:18:43Z2008-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 & 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#216460Answer by popopome for Windows-based Text Editorspopopome2008-08-22T02:20:31Z2008-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#216630Answer by cschol for Windows-based Text Editorscschol2008-08-22T02:56:21Z2008-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#216687Answer by Benjamin Pollack for Windows-based Text EditorsBenjamin Pollack2008-08-22T03:02:27Z2008-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#216731Answer by xanadont for Windows-based Text Editorsxanadont2008-08-22T03:05:33Z2008-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#236134Answer by Maudite for Windows-based Text EditorsMaudite2008-08-22T22:00:06Z2008-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#254139Answer by prashant2228 for Windows-based Text Editorsprashant22282008-08-24T22:45:09Z2008-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#441190Answer by Jeff Cuscutis for Windows-based Text EditorsJeff Cuscutis2008-09-04T16:25:24Z2008-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#793480Answer by jussij for Windows-based Text Editorsjussij2008-09-17T02:37:30Z2008-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#1157880Answer by JK for Windows-based Text EditorsJK2008-09-22T16:06:56Z2008-09-22T16:06:56Z<p>Column mode in UltraEdit is fantastic.</p>
http://stackoverflow.com/questions/14155/windows-based-text-editors/116244#1162440Answer by unknown (yahoo) for Windows-based Text Editorsunknown (yahoo)2008-09-22T17:26:57Z2008-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#1162564Answer by Jeremy Michael Cantrell for Windows-based Text EditorsJeremy Michael Cantrell2008-09-22T17:29:19Z2008-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#1162862Answer by Vasil for Windows-based Text EditorsVasil2008-09-22T17:34:29Z2008-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#1504253Answer by unknown (yahoo) for Windows-based Text Editorsunknown (yahoo)2008-09-29T20:09:42Z2008-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#1504430Answer by anjanb for Windows-based Text Editorsanjanb2008-09-29T20:14:33Z2009-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#1792192Answer by Odilon Redo for Windows-based Text EditorsOdilon Redo2008-10-07T16:09:08Z2008-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#1792734Answer by Robert S. for Windows-based Text EditorsRobert S.2008-10-07T16:20:08Z2008-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#2134951Answer by Don Dickinson for Windows-based Text EditorsDon Dickinson2008-10-17T19:15:45Z2009-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#4700233Answer by rlb.usa for Windows-based Text Editorsrlb.usa2009-01-22T17:16:59Z2009-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#4869810Answer by Abu Yaseen for Windows-based Text EditorsAbu Yaseen2009-01-28T09:14:43Z2009-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#4869892Answer by Ray Hidayat for Windows-based Text EditorsRay Hidayat2009-01-28T09:18:22Z2009-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#4869930Answer by Natrium for Windows-based Text EditorsNatrium2009-01-28T09:22:16Z2009-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#4869943Answer by Brian Rasmussen for Windows-based Text EditorsBrian Rasmussen2009-01-28T09:22:48Z2009-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#4870570Answer by Mike Hamer for Windows-based Text EditorsMike Hamer2009-01-28T09:56:11Z2009-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#4871060Answer by Chris S for Windows-based Text EditorsChris S2009-01-28T10:12:38Z2009-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#8898830Answer by for Windows-based Text Editors2009-05-20T19:48:52Z2009-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#10325002Answer by Burak Munevver for Windows-based Text EditorsBurak Munevver2009-06-23T13:13:27Z2009-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#10325320Answer by Charlie Somerville for Windows-based Text EditorsCharlie Somerville2009-06-23T13:18:25Z2009-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#10325641Answer by Jason Kester for Windows-based Text EditorsJason Kester2009-06-23T13:25:28Z2009-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#10326410Answer by joe for Windows-based Text Editorsjoe2009-06-23T13:39:34Z2009-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#10327900Answer by codefly for Windows-based Text Editorscodefly2009-06-23T14:09:50Z2009-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#10328671Answer by SideShowCoder for Windows-based Text EditorsSideShowCoder2009-06-23T14:21:35Z2009-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#11680350Answer by akway for Windows-based Text Editorsakway2009-07-22T20:25:47Z2009-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#11736520Answer by djangofan for Windows-based Text Editorsdjangofan2009-07-23T18:31:59Z2009-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#12330544Answer by samoz for Windows-based Text Editorssamoz2009-08-05T12:52:28Z2009-08-05T12:52:28Z<p><a href="http://www.sublimetext.com" rel="nofollow">Sublime Text</a> is amazing.</p>