Other than Notepad++, what text editor do you use to program in Windows?
|
9
|
|
|
|
|
|
I don't code much on Windows, but e text editor is my choice. As far as free editors go nothing beats Emacs. |
|||
|
|
|
|
For free, for quick edits: Notepad2 But the shareware program Textpad is still my favourite. Some key features:
|
|||
|
|
|
|
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. |
|||
|
|
|
|
certainly sublimetext. it is the best text editor on windows i've ever seen. |
|||
|
|
|
|
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). Beyond that, I've used JCreator 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. |
|||
|
|
|
|
going for the easy answer. emacs |
|||
|
|
|
|
I strictly use jEdit. |
|||
|
|
|
|
I'm attempting to switch to the Code::Blocks IDE for all of my C/C++ editing, but have used Visual Studio 2003, and Programmer's Notepad 2 for C/C++ projects. For Python, I currently use IDLE, but have been looking for something else that has a horozontal scroll bar. |
|||
|
|
|
|
My personal favorite is EditPad Pro. Not because it is superior in any way, but because it was the one I started to use. |
|||
|
|
|
|
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. |
|||
|
|
|
|
@MrBrutal I love Notepad2 as well. The only problem is it's lame with large files. :( |
|||
|
|
|
|
Code is not text. It's Code 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? 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. 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. |
|||
|
|
|
|
|
|||
|
|
|
|
UltraEdit 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. -don |
|||
|
|
|
|
I mostly just use Notepad++, but I like BabelPad when I need to open a file in a unicode path or when I need to have more control over unicode stuff. 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. JEDIT would be my favorite, but it's just too slow when editing even slightly big files. I can't say I'm 100% happy with Notepad++, but it bugs me the least, so... |
|||
|
|
|
|
@_l0ser
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. |
|||
|
|
|
|
@Derek Park 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.) 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. |
|||
|
|
|
|
Notepad++ is probably the one I use the most, though I use GVIM whenever I need to do repetitive changes. 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. |
|||
|
|
|
|
How about developing your own text editor? You can own your own editor with priceless experience. |
|||
|
|
|
|
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. |
|||
|
|
|
|
|
|||
|
|
|
|
Column mode in UltraEdit is fantastic. |
|||
|
|
|
|
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. |
|||
|
|
|
|
The Zeus editor/IDE is full of programming features, yet it still feels snappy. It also does a good impersonation of the old Brief editor.
|
|||
|
|
|
|
I use Netbeans for my Ruby development and SciTE for quick edits. |
|||
|
|
|
|
Notepad++ and RJ TextEd
|
|||
|
|
|
|
I'm a fan of PS Pad Although there are really no text editors on windows that have everything that I want. |
|||
|
|
|
|
IntelliJ is the best Javascript one I've found Most of these on wikipedia do what the other one does. Ultraedit, Notepad++ are the best of that bunch in my view. For zero thrills notepad improvement metapad is good. |
|||
|
|
|
|
edit.com
|
|||
|
|
|
|
gVim is by far my favorite. Notepad++ is ok, but I'm half as productive without my vim keybindings. |
|||
|
|



