Other than Notepad++, what text editor do you use to program in Windows?
|
9
|
|
|
|
|
|
Sublime Text is amazing. |
|||
|
|
As long as Notepad++ exists I don't really want to use anything else. On linux I just use vi. |
|||
|
|
|
|
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. |
|||
|
|
|
|
|
|||
|
|
|
|
gVim is by far my favorite. Notepad++ is ok, but I'm half as productive without my vim keybindings. |
|||
|
|
|
|
Editpad is useful in Windows |
|||
|
|
|
|
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. |
|||
|
|
|
|
edit.com
|
|||
|
|
|
|
certainly sublimetext. it is the best text editor on windows i've ever seen. |
|||
|
|
|
|
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. |
|||
|
|
|
|
I'm a fan of PS Pad Although there are really no text editors on windows that have everything that I want. |
|||
|
|
|
|
Vim is the default for me and when I'm in Visual Studio, I use ViEmu and Resharper. 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. |
|||
|
|
|
|
Notepad++ and RJ TextEd
|
|||
|
|
|
|
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. |
|||
|
|
|
|
I use Netbeans for my Ruby development and SciTE for quick edits. |
|||
|
|
|
|
VIM on CYGWIN, Textpad, Notepad, and various IDEs ( Eclipse, MS VS C++, MS VS VB6, etc) |
|||
|
|
|
|
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 use EDIT.COM for a lot of things, believe it or not. Old habits die hard. |
|||
|
|
|
|
For free, for quick edits: Notepad2 But the shareware program Textpad is still my favourite. Some key features:
|
|||
|
|
|
|
Xemacs -- works with any language on a lot of platforms incuding Windows. has good support for windows conventions. Let you access sqlplus and other command line SQL environments for POSTGRESQL, MYSQL |
|||
|
|
|
|
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. |
|||
|
|
|
|
I don't code much on Windows, but e text editor is my choice. As far as free editors go nothing beats Emacs. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Column mode in UltraEdit is fantastic. |
|||
|
|
|
|
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.
|
|||
|
|
|
|
|
|||
|
|
|
|
Notepad2
Downside: No tabbed windows. |
|||
|
|
|
|
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. |
|||
|
|



