Slashdot Mirror


Recommended Text Editors for Win32?

Dave asks: "I must us a Windows machine at work where I do web development and system administration. I have been looking for a "decent" editor to use on Windows, but thus far have come up short. GVim doesn't do it for me, on linux it's fine, but on Windows it isn't the most stable thing around. I've also tried Windows versions of MicroEmacs and Vile. What do other Slashdot users develop in when they must use a Windows machine?"

109 of 277 comments (clear)

  1. what's wrong with gvim? by bromba · · Score: 3, Informative

    This Ask Slashdot sounds to me like trolling against gvim. I use it extensively (didn't even bother with trying any emacs-life stuff for Win) under both WinMe and WinXP and it has never crashed on me and I even like it more than the Linux version. I use it for xml and java and html and a few other things. Never had any problem.

    1. Re:what's wrong with gvim? by dimator · · Score: 3, Informative

      I'll second that. I have never seen the stability problems the poster mentions.

      --
      python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
    2. Re:what's wrong with gvim? by stevew · · Score: 2

      I use gvim on Win2000 and Win98 all day
      long and don't have any significant problems
      with it? Me thinks the poster was smoking somehting?

      --
      Have you compiled your kernel today??
  2. TextPad 32 by km790816 · · Score: 5, Interesting

    I love this editor.

    Adds itself to the context menu in explorer so you can open anything in it.
    Supports huge files.
    Color codes C++, Java, etc.
    Handles indenting and word-wrap well.
    Has an 'always on top' feature.
    Easy to asign file associations from the UI.

    http://www.textpad.com

    1. Re:TextPad 32 by CharlieG · · Score: 2

      I've been a registered user of TextPad32 since version 2.x

      It's the FIRST program I install on a new box!

      WELL worth the $27 US

      --
      -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
    2. Re:TextPad 32 by CharlieG · · Score: 2

      Sounds like you have an old version - they are up to 4.5. I never have these problems, and open stuff from shares ALL the time

      --
      -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
    3. Re:TextPad 32 by Telastyn · · Score: 2

      *bump* and the such.

      Good program. Behaves correctly, reads and saves unix style newlines, good enough to register.

  3. screw that *nix crap by self+assembled+struc · · Score: 3, Interesting

    honestly this is not a troll

    but on windows use something that is designed for windows and not ported as an afterthought.

    when i have to use a pc to edit (i mainly use bbedit on os x, which is by far and large the best editor i have EVER used) i use textedit

    yeah, it's shareware, but it's not disabled in anyway and the only shareware part is that once in a thousand saves you get a dialogue that says "register or not" and the not button isn't time delayed or any of that crap, you click "not now" and it shuts up like a good piece of software.

    1. Re:screw that *nix crap by SpatchMonkey · · Score: 3, Insightful

      Maybe if you think it's that good you should put your money where your mouth is and buy it?

    2. Re:screw that *nix crap by DeadSea · · Score: 3, Informative
      Open directory project:
      Freeware text editors, mostly for Windows.

      Know of any more? Submit the URL and I'll take care of them.
      Find any on that list that are are no longer free? Email me or update the URL and I'll take care of it.

    3. Re:screw that *nix crap by 1010011010 · · Score: 3, Interesting


      UltraEdit32 is great.

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    4. Re:screw that *nix crap by Zathrus · · Score: 2

      but on windows use something that is designed for windows and not ported as an afterthought

      Why? This is text for godssake. This isn't a word processor.

      I admit, I'm a vi head. I've spent the time and effort involved in learning vi's nuances and find it to be extremely powerful. Whenever I have to use a Windows editor for anything more than the basics it's extremely annoying.

      Before I started using Unix and vi my favored editor was qedit in DOS. Nice editor for the time, albeit seriously memory limited. And I still have the install disks around somewhere... I think.

      The real question is, why should I use one editor on one OS, one editor on another, and a third editor on yet another? All this leads to is below optimal efficiency and experience on all three platforms. Hell of a lot better to decide on one editor that's available nearly universally and stick with it. Which is why I use vim. And install vim on any computer I own. Sure, if I wind up on someone else's Windows box I'll be stuck with Notepad, but I doubt I'll be doing extensive editing there, so it's doable. And on any Unix box I login to I'll have vi available, which is just a subset of vim.

      It may not have been a troll, but it was even less thought out than a lot of trolls I've seen here.

    5. Re:screw that *nix crap by 0x0d0a · · Score: 2

      BBEdit is nice, but if you've learned emacs well and have a beautiful environment built up, nothing can compete with the Win32 version of Xemacs. Nothing is nearly as powerful.

  4. Jedit by JumpSuit+Boy · · Score: 4, Informative

    At work we have standardized on Jedit http://www.jedit.org . Good syntax coloring. Lots of plugins: cvs , regex testing , and ton of others. A good macro language.

    --
    Oh really?
    1. Re:Jedit by MaggieL · · Score: 2

      Add my vote for jEdit too. Platform independant, feature rich, works like a champ, and it's free.

      Download, use, be happy.

      --
      -=Maggie Leber=-
    2. Re:Jedit by Wonko42 · · Score: 2
      I love JEdit, but one major, major thing keeps me from using it: horrible memory management. Like every other Java application, JEdit suffers from obscene memory bloat. It chews upwards of 20 megs right off the line, and eats more and more the longer it stays open. For someone like me, who often leaves an editor open for 20 hours straight while working on absolutely disgusting amounts of code, this is unbearable. After a typical day of coding with JEdit, it often ends up having consumed over 100 megabytes of precious, precious RAM.

      Sigh.

    3. Re:Jedit by danpbrowning · · Score: 2

      Yes, that is true, and sad. But I never really notice, what with 512mb ram and all. :-)

      --
      Daniel
    4. Re:Jedit by Wonko42 · · Score: 2

      My problem is that even though I've got 512 megs of RAM and have never, to my knowledge, managed to use all of it, the perfectionist developer in me screams at seeing a single application consuming more than 20 megabytes of it. I guess I figure that if it's using that much memory, it had better be solving world hunger or making contact with aliens or, at the very least, letting me use Counter-Strike voice chat to tell my teammates to "set us up the bomb."

    5. Re:Jedit by danpbrowning · · Score: 2

      ROTFL :-)

      --
      Daniel
  5. Development tools under Windows by eyepeepackets · · Score: 5, Funny

    "...What do other Slashdot users develop in when they must use a Windows machine?"

    First I develop a migrane, then I use lots of tequila. Works every time.

    *comf*

    --
    Everything in the Universe sucks: It's the law!
  6. ultraedit by repoleved · · Score: 5, Informative

    WWW.ULTRAEDIT.COM

    1. Re:UltraEdit by Godeke · · Score: 2

      I cast my vote for Ultra Edit as well... small program with a lot of power in the right places. Color syntax highlighting for the esoteric languages I use (user definable) and hex edit for those annoying files.

      --
      Sig under construction since 1998.
    2. Re:ultraedit by drDugan · · Score: 2

      was reading the comments -- hoped somone had mentioned uedit. I can give it a third endorsement

      I use ultraedit all the time (and Linux). In fact old versions of ultraedit work perfectly under wine... but they didn't tear me away from emacs.

      I can't stand vi[m]

    3. Re:ultraedit by erasmus_ · · Score: 5, Informative

      In addition to joining the other posts in praising this awesome text editor, I'm surprised no one has pointed out the helpful ability it has to replace the system Notepad program. Although other programs may have it, this is the only I've seen that gives you an executable to launch itself when someone specifically invokes Notepad instead of honoring your .txt or whatever file association. Easy instructions are in notepad.zip on their downloads page.

      --
      Please subscribe to see the more insightful version of th
    4. Re:ultraedit by selan · · Score: 3, Informative
      Another ultraedit fan here. I think this is the only shareware app that I've ever paid for. When I used Windows I absolutely depended on it. Off the top of my head, here are some things that I liked about it:

      • tabbed editing windows
      • color coded syntax highlighting
      • regexp in search and replace
      • toggled hex editing
      • handles huge files easily (I once used it on a file (I think it was >1M) that was so big that it crashed Interdev--not that's it's so hard to crash Interdev, but ultraedit handled it beautifully)
      • etc, etc.
    5. Re:ultraedit by tommck · · Score: 2
      Tom's Intstructions:

      C:\WINNT>rename notepad.exe oldnotepad.exe
      C:\WINNT>rename ultraedit.exe notepad.exe
      You'd think this would work... but NOOOOO...
      Microsoft somehow automagically restores the notepad.exe file!!!!

      Here's a log
      (I put the time in the prompt so you can see that it took about 5 seconds for it to replace the file):
      C:\WINNT> set prompt=$t$p$g

      12:48:19.33C:\WINNT>rename notepad.exe bak.exe

      12:48:24.09C:\WINNT>dir notepad.exe
      Volume in drive C is CRAPTOP
      Volume Serial Number is E07E-7200

      Directory of C:\WINNT

      File Not Found

      12:48:26.37C:\WINNT>dir notepad.exe
      Volume in drive C is CRAPTOP
      Volume Serial Number is E07E-7200

      Directory of C:\WINNT

      File Not Found

      12:48:27.33C:\WINNT>dir notepad.exe
      Volume in drive C is CRAPTOP
      Volume Serial Number is E07E-7200

      Directory of C:\WINNT

      File Not Found

      12:48:28.29C:\WINNT>dir notepad.exe
      Volume in drive C is CRAPTOP
      Volume Serial Number is E07E-7200

      Directory of C:\WINNT

      12/07/1999 03:00a 50,960 notepad.exe
      1 File(s) 50,960 bytes
      0 Dir(s) 16,169,014,784 bytes free

      12:48:29.54C:\WINNT>

      How messed up is that?

      T

      --
      ---- It puts the lotion on its skin or else it gets the hose again. It does this whenever it's told.
    6. Re:ultraedit by erasmus_ · · Score: 2

      As I said, the zip comes with an instruction file, which you should probably read before ranting about it not working in this forum. Notepad.exe, and most other Windows system files, are subject to Windows File Protection. If you do not replace the file as indicated in the steps, Windows will try to restore the file because it assumes it has been maliciously deleted or infected. Try again, good luck.

      --
      Please subscribe to see the more insightful version of th
    7. Re:ultraedit by KnightStalker · · Score: 2

      Same here. I've registered it twice, once to renew it for version 7. And I've used it to successfully edit binary files that were more than 500M, on an NT machine with only about 32 megs of ram.

      Now if Ian would just release a Unix version, I could get rid of this byzantine Emacs thing. Unfortunately nothing but Emacs can replace UE under Unix. Using Wine almost works, but then I'm out of luck on the Solaris boxen. :-)

      --
      * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
    8. Re:ultraedit by Qrlx · · Score: 3, Funny

      I'm not saying it's a good thing, but Windows File Protection can be overriden in the registry, and the whole concept is to prevent people, by which I mean users, from trying to see the Secret Message from Bill Gates that only shows up if you del *.dll in C:\Windows.

      Why is notepad a protected file? Hell, why is calc.exe a protected file? That's what I'd like to know.

    9. Re:ultraedit by haplo21112 · · Score: 2

      I am pretty sure that Ultraedit is about the only shareware I have ever paid for as well...and its definately been well worth the money I paid for it...I am getting at least double the amount done that I used too..and the automatic .bak functionality has saved my ass more than once...the only feature I would love is being able to keep multiple revisions vms style....

      --
      Power Corrupts,Absolute Power Corrupts Absolutely, leaving one person(group)in charge is absolutely corrupt.
  7. EditPlus by elendel · · Score: 4, Informative

    Check out http://www.editplus.com/
    By far the best text editor I have ever used. All of my development is done in this editor, since I have yet to find anything comparable in either BeOS or *BSD. It has syntax highlighting for virtually everything, and if it doesn't have what you want, you can add it very easily. And you can run arbitrary commands straight from the editor, such as compiling.
    You want it, this thing has it.
    The only drawback for all those free software nuts, it's shareware - free until you pay for it. But well worth the money, if you believe in that kind of thing.

    --

    If I was worried about Karma, I'd eat tofu.
  8. Multiedit for win32 by schmaltz · · Score: 3, Informative

    very powerful, c-style macros, record keystrokes, language-specific settings/formattings, all the power of emacs but with a friendly (yet not dumbed-down) interface.

    will interface with command-line compilers, also integrates with many IDEs to be the source editor, and respond to the IDE commands etc.

    --
    Big Daddy, Johnny, Burp, Aunt Zelda, Scott, Slurp, Big Momma ... where's Siggy?
  9. Text editors... by pb · · Score: 4, Interesting

    My absolute favorite programming IDE ever was Borland Turbo Pascal 7.0; therefore, I'm a sucker for any editor written in TurboVision, like RHIDE or SetEdit.

    DOS Edit is still pretty decent in the console; on the GUI side, NoteTab is a notepad replacement on steroids (the "Light" version is free).

    If you download Cygwin, you can compile almost any UNIX-y text editor you want, including my favorite--nano.

    And if all else fails, Ask Google!

    --
    pb Reply or e-mail; don't vaguely moderate.
    1. Re:Text editors... by JabberWokky · · Score: 2
      Heh. I used the Turbo C 2.0 IDE as a general purpose editor for years. It was nice, and the keystrokes were hard coded into my fingers. Eventually, QEdit replaced it as my textmode editor. I also used Sidekick's editor. All three were of the venerable and glorious WordStar lineage (Control K, command). I used WordStar on a Z80 enhanced Apple ][ running CP/M. I also used (5 Karma points to the person who can remember *this* editor) Magic Window to write a novella and many short stories.

      For Windows, I keep a copy of TextPad32 (textpad.com) around in my /pub/system/wbin directory (also burned on a CD), along with a copy of WinZip, ACDSee, and a baker's dozen of other good tools. It's great, and the version I use runs right from the .exe without installation. Not sure if that applies to the current versions.

      For *nix, I just started using Kate as a preferred editor, the first good GUI editor I've found for the platform. I lie slightly on the vi side, but also use emacs (and Joe and even pico) to edit stuff. Call me a polythestic editor user in the *nix editor jihad. I really have yet to find anything that *really* feels good, a la WordStar/Turbo C 2.0/QEdit for modern systems.

      I also used the built in editor in {COMMO} for awhile - thus showing that I will use whatever is handy... including cat > or COPY CON. :)

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    2. Re:Text editors... by Tumbleweed · · Score: 2

      Have you not tried NEdit? It sounds like what you'd want in a UNIX GUI text editor...

    3. Re:Text editors... by Electrum · · Score: 2

      If you like WordStar and QEdit editors, then you'll probably love JOE.

    4. Re:Text editors... by pb · · Score: 2

      Then definitely check out RHIDE and SetEdit; all should know about the glory of Borland-style IDEs!

      I used the Control-K commands up through Turbo Pascal 5.5 or so; I'm sure that lives on, or something like it...
      And originally I was stuck with "edlin" and whatever built-in editors were in my programming tools (Turbo BASIC, Turbo Pascal, and later QBASIC and DOS Edit), and used "Leading Edge Word Processing" to write papers. I don't think I really had a stand-alone editor on my C64, but I did have a cheesy publishing program...
      And yeah I used COPY CON for batch files; didn't everyone?

      --
      pb Reply or e-mail; don't vaguely moderate.
    5. Re:Text editors... by JabberWokky · · Score: 2
      I tried an early version of RHIDE quite awhile ago - I'll give it another shot. I haven't tried SetEdit (never even heard about it until this article).

      I used Leading Edge WP as well... remember Twin, the Lotus 123 clone? This article is like memory lane.

      As to the other two people who responded to me, I tried NEdit and didn't like it, and I do use Joe (in fact, I mentioned it in the original post).

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    6. Re:Text editors... by JabberWokky · · Score: 2
      I just downloaded and took a look at RHIDE. I can't help but feel *extremely* uncomfortable with a text editor that advises you to suid it as root. I understand that it came from a DOS world, and needs access to the video hardware, but that just... rubs me wrong.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    7. Re:Text editors... by pb · · Score: 2

      I should probably warn you that RHIDE works *much* better under DOS; I didn't like the Linux port very much, although I think there are some patches out there to make it more stable.

      I haven't really tried SetEdit, but it looks good--I can only hope it's more stable...

      --
      pb Reply or e-mail; don't vaguely moderate.
  10. PFE by 'The+'.$L3mm1ng · · Score: 2, Insightful

    I use PFE, the Programmer's File Editor. It doesn't even have syntax highlighting, but it's light, fast, very configurable and the macro function rocks (Shift + F7, Do some stuff with Ctrl+Cursor or whatever you want, Ctrl + F7, repeat with F7).

    Regrettably it's out of development, though there still is a bug that sometimes occures: when editing, lines disappear and you should not save the file if that happens. But it does not happen very often.

    The Mode feature is not very intuitive, but once you figured out how it works, it allows you to switch things like line-indenting, wrapping, etc. based on the file type you are editing.

    http://www.lancs.ac.uk/people/cpaap/pfe/

    I don't use other editors because of the time to get used to them... and because of basic stuff like Ctrl+Cursor, where PFE stopps at far more characters than whitespace only. I need this a lot and most other editors don't do this.

    1. Re:PFE by MountainLogic · · Score: 2

      This is my old stand-by edit I place on every box. I tend tto use an IDE, such as Jbuilder6 on Win boxes, but it I have to open a source file for a language that I don't have my IDE open I use PFE.

    2. Re:PFE by Helmholtz+Coil · · Score: 2

      Don't know the timeline here, but PFE is the basis of Microchip's MPLab IDE for their PIC microcontrollers. Do we know if he just switched to commercial development for PFE? I still have PFE, started using it from my Win3.1 days. Very good.

      Question for the Ask Slashdot original poster: which MicroEmacs are you using? I've had nothing but success with JASSPA MicroEmacs and nothing but grief from the original UEmacs and its brethren. Also in the JASSPA family is nanoEmacs (Emacs on a floppy!), haven't tried that one yet.
  11. HomeSite and C++Builder by Electrum · · Score: 3, Interesting

    For anything web related (HTML, CSS, PHP) I use HomeSite. It works. Great editor, nice syntax highlighting, lots of nice features. I haven't found anything even remotely comparable for Linux, unfortunately. For C/C++, C++Builder is excellent. The syntax highlighting works well and the editor is amazingly fast. Works on files of literally any size with no slowdowns.

    1. Re:HomeSite and C++Builder by Electrum · · Score: 2

      Have you tried Quanta? It rocks. On topic, I also use and endorse HomeSite for Win32, it's pretty slick.

      I tried Quanta about nine months ago, but the fonts sucked and made it unusable. I set the colors exactly the same as on Windows, and used the same TTF fonts from Windows (which for Courier New, is free from Microsoft). In KDE, there is way too much spacing between lines, and you can't make the fonts bold in the color coding settings like you can in HomeSite (at least, it doesn't work). Also, the editor is missing a lot of important features that HomeSite includes, like the visible margin and gutter with line numbers.

      Unfortunately, it's just not a replacement for HomeSite yet. I took screenshots of the editors in Windows and KDE to illustrate the difference. If anyone can explain how to make the fonts look exactly the same in KDE, then I might try KDE again. For me, this a huge usability problem that keeps me in Windows for my workstation desktop.
  12. XEmacs by muon1183 · · Score: 5, Informative

    As an emacs user, I feel obliged to point out that xemacs is available for windows, and works quite well. It runs natively under windows, so you don't need to deal with cygwin or any of that (unless you want to, they do have a cygwin version available). And if you're a vi person, you can always run emacs in vi mode.

    --

    There's no sig like SIGSEG
    1. Re:XEmacs by 0x0d0a · · Score: 2

      Indeed, I find emacs to be a better editor than many language specific IDE's

      You can come out and say it -- Visual Studio's IDE sucks.

  13. UltraEdit by EvlG · · Score: 2

    I love UltraEdit.

    The hex editing mode is really nice, as is integration into the shell (right click on any file to edit it, text or binary!)

    UltraEdit Does a good job of syntax highlighting, and it has lots of options. It supports large files, is very fast, and not too heavy when it comes to resources.

  14. my personal favourte by Higman · · Score: 2, Informative

    I prefer ContTEXT.

    It's a great editor for my needs. I do php, perl, html, c/c++, and Java in it. It has a modular syntax hilighter so you can create your own hilighting schemes and/or download existing ones. I also has syntax hilighting for my apache conf files.

    It also has auto indenting, soft/hard tabs, programmable buttons/shorcuts based on file type. I set up one button for compiling, one for running, one for formatting, etc..

    It supports CRLF, LF, and CR based text files so it works with every platform, and you can switch modes whenever you want.

    I also enjoy the tabbed MDI setup, it works really well for me.

    At least give this one a try, the worst that could happen is you don't like it ;-)


    ~higman
    --
    -- [insert sig here]
  15. Code-Genie by ceejayoz · · Score: 3, Informative

    I'm a big fan of Code-Genie... customizable syntax highlighting and whatnot, quite nice.

    1. Re:Code-Genie by DeadSea · · Score: 2

      That does appear to be a nice freeware text editor. Another freeware text editor for windows that I like to use is Context - Programmer's Editor.

  16. Emacs forever! by vsync64 · · Score: 5, Insightful
    I use Emacs on *nix, Mac, and Windows. It works fine everywhere, which means 1 set of keybindings to remember, 1 macro language to learn, and 1 configuration to share between machines.

    One editor to rule them all, one editor to find them...

    --
    TO BUY A NEW CAR WOULD MAKE YOU SEXUALLY ATTRACTIVE.
    1. Re:Emacs forever! by Sheridan · · Score: 2
      Thirded!

      Then again, the first thing I do with any win32 machine that I have to use is install GNU Emacs, plus all of the Cygwin tools, including XFree86 (Exceed? ReflectionX? Pah!).

      That way I get my X sessions tunneled right to my desktop over ssh, I have Emacs for all text editing (and the rest). I only wish I could persuade Gnus to talk to our Openmail servers (which are set up for MS Lookout and ccmail clients - perversely I think I might have more joy in this once we're moved off b0rkenmail and onto M Sexchange!).

      Cheers, Mark

  17. Gvim. by BenTheDewpendent · · Score: 3, Informative

    unstable? never had it crash on me and i do most of my web develop ment with it. if im not telneted into my box from a remote site working on it..
    ive never had a problem with Gvim on windows 2k. perhaps its the OS. or need a newer version of Gvim.

    1. Re:Gvim. by Lumpish+Scholar · · Score: 2

      Absolutely gVim. I've used Vim 5.8, 6.0, and 6.1 (the gVim executable, not the console versions) regularly on Windows 98SE, NT, and 2K (and Solaris, HP-UX, and Linux, too, both console and GUI versions). It's never so much as dropped a character.

      I have plenty of RAM on all the relevant systems (no less than 96M). If you've got less, try downloading SiSoft Sandra Standard, and check "Windows Memory Information" to see if you're running low.

      I also reboot my Windows 98SE system about once a day.-|

      --
      Stupid job ads, weird spam, occasional insight at
  18. EditPlus by jafuser · · Score: 4, Informative
    I use EditPlus for everything that involves text.

    It comes with syntax highlighting for HTML, CSS, PHP, ASP, Perl, C/C++, Java, JavaScript and VBScript, plus you can get user-created "STX" files for many other languages, or write your own. Each token color can be easily configured from a pallete selection dialog.

    My favorite feature though is the built in FTP (File Open/Save/Save As) system, which makes opening a file on a remote FTP server as seamless as opening a file on your local machine.

    Here's a few other features which I felt seemed noteworthy:

    • Regular-expression like search and replace (across one or all open documents)
    • Group files into "projects", which are saved in the config and easily accessible by a "Project" menu at any time.
    • Keyboard macro recording/playback/save ability
    • ASCII chart reference
    • Document templates
    • User-configurable tools
    • On-screen document selector tabs (for quicking jumping between open documents)
    • Can make whitespace chars visible
    • Fullscreen mode
    • Spellchecker
    • IE integration for quick previews
    • Box select/insert/overwrite
    • Reformat paragraphs
    • Monitor clipboard
    • HTML entity conversion
    • Cliptext palette
    • Function list generation
    • Line sort with options for de-dupe, case sensistivity, ascending/descending, start at column, ascii order
    • Split views
    • PC,Unix,Mac EOL modes
    • On-screen line numbers with each line
    • Print Preview (option to include line numbers)
    • All program functions can be reassigned to different keyboard combinations
    • User-configurable toolbar

    Sorry, I guess I got carried away :) I really like this program though, and I've been using it for about three or four years now. It's probably the only program I've ever registered within 15 minutes of downloading :)

    I don't like the default colors and font that come with it. I prefer dark backgrounds, so I always set the background to black, then let the lumance level of all the default syntax highlighting colors to "200". I also don't like the default variable-width font, as I prefer mono-spaced fonts, but I don't like Courier, so I set it to the windows "FixedSys" font. Once I've made these adjustments, EditPlus looks more like a UNIX terminal than a Visual* editor.

    On the occasions I've considered switching to Linux, EditPlus is probably one of the few things holding me back from doing so.

    --
    Please consider making an automatic monthly recurring donation to the EFF
  19. TextPad by Tumbleweed · · Score: 2

    http://www.textpad.com. Cheap, powerful, fast, & very stable.

  20. xemacs by ultrabot · · Score: 2, Informative

    xemacs. Version 21.4.6. Available as windows InstallShield. Editor of the gods.

    Bow

    Bow

    --
    Save your wrists today - switch to Dvorak
  21. Xemacs... by kuhneng · · Score: 3, Informative

    Easy to use (menus and buttons until you learn the keystrokes).

    The Installshield installer the folks at www.xemacs.org provide gives you a very capable editor without any painful configuration. Default editing modes are pre-bound to most common file formats.

  22. Visual Slickedit by ebbe11 · · Score: 5, Informative
    Pros:
    • Superb source code browser. The main reason why I bought Slickedit.
    • Runs on most OS'es including Linux and OS/390(!).
    • C-like macro-language
    • The people at Slickedit are very responsive if you're having trouble. This includes support as well as sales.
    Cons:
    • It costs money. A single user license is $299 in USA and Canada, $329 everywhere else.
    • No Mac version.
    See more at www.slickedit.com.
    Disclaimer: I use Slickedit eight hours a day but am in no other way affiliated with the company.
    --

    My opinion? See above.
    1. Re:Visual Slickedit by mlc · · Score: 3, Interesting
      I also like this software, even enough that it's possibly the only piece of commercial software I own and use (they have a Linux port, as well as port to many other Unices). Definitely worth the $99 student price.

      It's the only editor I could find that properly supports HTML/PHP as nicely as MSVC++ supports C++ (pop-up function help and other goodies). I also use it for Java, occasionally for C. When I had the misfortune of having to use Cold Fusion for a class once, it supported that too.

    2. Re:Visual Slickedit by LordNimon · · Score: 2

      I also vote for Slickedit. It is by far the best text editor I've seen. It's worth every penny.

      --
      And the men who hold high places must be the ones who start
      To mold a new reality... closer to the heart
    3. Re:Visual Slickedit by ebbe11 · · Score: 2
      I use SlickEdit on Windows 2000 almost daily, but it's very unstable.

      So do I, and yes, I have had it crash on me. But there are months of daily use between those crashes. I've used SlickEdit for Windows since version 4 and I have just upgraded to version 7. During that time I have found Slickedit to be a very stable piece of software.

      It crashes at least once a week.

      Hmm, you have applied the latest patches, haven't you?

      --

      My opinion? See above.
  23. jEdit by rjh · · Score: 3, Insightful

    jEdit (available here) is available anywhere there's a reasonably recent Java2 runtime. On Windows with J2SDK1.4, I've noticed that it takes a fair bit of time to load up, but once loaded it's acceptably snappy--it's never going to win points for speed, but it manages to not be noticeably and/or annoyingly slow, which is good.

    It has bindings for something like 50 different languages, from Ada to SQL and every-other-thing in between. I have been exceptionally pleased with jEdit so far, at least on Win32. On UNIX, jEdit is a little slower, to the point where it enters noticeably and annoyingly slow, but it's still a defensible choice.

    If you do a lot of crossplatform work (I do) and want to keep your basic work environment the same in both environments, you can do an awful lot worse than jEdit.

  24. SlickEdit by AdamBa · · Score: 2
    I use SlickEdit. There is a Visual SlickEdit product, which is a Windows app, but I actually prefer the version that runs in the Command Prompt (because when you exit it, you are right back in the command window so you can compile right then). Unfortunately I don't know if that version is still included with Visual SlickEdit (it used to be a separate product, then it was bundled for a while).

    As an added bonus you can tell yourself you are using a descendent of the very editor that was used by the actual developers of the early versions of NT!

    - adam

    1. Re:SlickEdit by ebbe11 · · Score: 2
      Unfortunately I don't know if that version is still included with Visual SlickEdit (it used to be a separate product, then it was bundled for a while).

      It isn't but since Slickedit has excellent facilities for building from within the editor, it isn't necessary to drop to a command window. Slickedit can grab the compiler output and show it in window where you can double-click on the error and have the code line in question shown in the editor.

      Basically Slickedit contains all the good features found in IDEs without being tied to specific language/compiler.

      --

      My opinion? See above.
  25. UltraEdit32 by Naikrovek · · Score: 3, Informative

    UltraEdit32 does it for me.

    Support for HUGE files, thousands of files open simultaneously, regex search & replace, interactive function listing, syntax highlighting, split window with synchronized scrolling, search & replace in multiple files (with regexes), find in multiple files (like grep), htmltidy built-in, column editing mode, converts to and from dos, mac and unix line endings, hex editing mode, and lots and lots of other stuff.

    definately worth a look.
    jeremiah

  26. Textpad by CySurflex · · Score: 3, Informative
    Textpad from http://www.textpad.com

    Mentioned twice before but I figured I'd add my bit:

    1. Regular expression "replace" - very useful

    2. opens (very) large files quickly

    3. I actually paid the shareware fee - for those that know me that should say something...

    4. Hex mode

    Also, not a text editor but a very usefull addition to your toolset is "EasyDiff" and "EasyDiff Pro", which is a powerhouse of text and file system comparisons.

    CySurflex

  27. (g)VIM still best by Domini · · Score: 3, Informative

    (G)VIM is still the best generic editor by far in my opinion. It can edit huge files (I've corrected codec tags in 700Mb AVIs), it's fast, and it integrates quite well in the windows environment. And it's (totally) free.

    Well, that depends on the type of editing you do. If it's coding, then VIM is the best - if not, then it's a toss-up.

    Its syntax hilighting, code-folding and command-based editing modes make it ideal... and once you press 'i' and have the backspace=2 option set, it's basically the same as textpad32/notepad/ultraedit.

    PS: VIM is NOT vi! vi was written for a different era. I prefer Emacs over vi, but not over VIM.

    Also, I do prefer the native IDEs when I code in Delphi, Visual C++, Python (here I use Boa-constructor instead of (g)VIM)

  28. Textpad is worth the 27 $ it costs... by software_non_olet · · Score: 2, Insightful

    ... it's the best programming editor which ever came under my fingers in 35 years.

  29. Emacs (and JEdit) by ianezz · · Score: 2
    Being a long time Emacs user, Emacs is the obvious choice for me. Btw, EShell (now part of GNU Emacs 21) makes a good work to bring a nice Un*x shell on the hosts not having one (i.e. useful if you don't have Cygwin at hand).

    I find also extremely useful the ability of Emacs (thanks to Ange-FTP) to edit files remotely: is is just as simple as opening ``/username@host:/remote/file/name'', and everything (dired and completion included) just works as if it was on a local filesystem, so I don't even have to move from my workstation...

    OTOH, for those who like having everyting and the sink but don't feel comfortable with Emacs, I'd say that JEdit is surely the best choice for them: it is completely scriptable using BeanShell, a Java-like scripting language, and has lots and lots of plugins for additional functionalities.

  30. gvim rocks by smoon · · Score: 3, Informative

    I've been using gvim for at least 5 years on windows (NT, 2k, XP) and never had _one_ crash.

    If you don't like the *vi type editors, Xemacs or Gnu emacs work flawlessly on win32 as well. Xemacs is a lot easier to set up (e.g.: getting the Java development environment JDE working), but perhaps you want to use Gnu emacs for political reasons...

    If you want something more windows-centric NOTEPAD.EXE has always been pretty reliable, if a bit slow on large files.

    --
    "But actually trying to use m4 as a general-purpose langage would be deeply perverse" --ESR
  31. Win32 GVim does it for me by Fweeky · · Score: 2

    It's a good port; it has a proper installer, a native Win32 GUI, and it's fast.

    If it's unstable for you, try submitting a bug report; it's been rock solid for me since the early 6.0 beta's.

    What build did you get? I've stuck with a perfectly good 6.1 beta, but I've heard of some specific builds being dodgy. ATM it's at about patchlevel 90 past release, and I'm sure Bram and co will be very happy to look into any problems you have. Seriously; it should be solid as a rock even in Windows.

  32. joe by mirabilos · · Score: 2

    Joe's Own Editor:
    http://mitglied.lycos.de/tygs/bsd/editor.php

    Either in a PuTTY ssh session to my OpenBSD server,
    or natively compiled - for example, with the free
    Borland C++ 5.5 Command Line compilers.

    --
    My Karma isn't excellent, damn it! (And /. still does not get UTF-8 right in 2012. Wow.)
  33. Cold Fusion Studio by Anml4ixoye · · Score: 2

    When I first came on board, I had to learn Cold Fusion. The tools that we use for it are Dreamweaver(evil, evil) and Cold Fusion studio. CF Studio is just incredible, allowing coding and syntax highlighting in not just CF, but ASP, Perl, PHP and others. It can be extended using custom tags, and I love the keyboard shortcuts and custom shortcuts (click a button and it will surround whatever you have highlighted with whatever you want). While you can download a 30-day trial from Macromedia for free, the application itself costs money. But after trying homesite, GoLive, TextPad, Notepad and all the others, I love it.

  34. Re:Notepad by Telecommando · · Score: 3, Funny

    BAH! You kids and your fancy editors.

    In my day we used edlin AND WE LIKED IT!

    --
    Beta sux! Join the Slashcott! http://hardware.slashdot.org/comments.pl?sid=4760465&cid=46173047
  35. Notepad - Here's why. by FreeLinux · · Score: 3, Interesting

    I use notepad. Lots of people do. But, the reason may not be what you think it is.

    So many people use Notepad for the same reason that so many people use Vi. The simple reason is that you can find it on *every* system. If you work in a Windows shop you will likely be working on other machines than your own. These other machines will not have your favorite "SlickEditor" but, they will have Notepad. Regardless of whether the machine is 95/98/NT/2000/XP notepad will be there. The same holds true with Vi. If you work in a *nix environment, you can be assured that whatever machine you use will have Vi. They may or may not have GEdit or Kwrite or even Emacs but, Vi wil be there.

    Of course, if you use only Notepad and then go to a *nix system, you'll have a hell of a time with Vi.

    1. Re:Notepad - Here's why. by JMZero · · Score: 2

      Yeah, but notepad is unusable on NT4.

      Ctrl-F find? Doesn't work.
      Ctrl-S save? Doesn't work.
      Ctrl-B bold? Just joking.

      Seriously, though, it's not like there's a lot of "notepad skillz" to be transferring around. That said, I end up using notepad a fair bit.

      --
      Let's not stir that bag of worms...
  36. You wuss. by FreeLinux · · Score: 3, Funny

    Real men only use Edlin.

  37. jEdit by Hard_Code · · Score: 2

    If you can stand the resource usage (and really, if you are used to Emacs, you have absolutely no excuse :p), try jEdit (www.jedit.org). It is an editor written in Java, and it is excellent. It is extensible with plugins, and is scriptable (but you don't have to use/see any of this if you don't want). It has powerful syntax highlighting, abbreviation/auto expansion, built in file browser, integration with Ant, etc.

    --

    It's 10 PM. Do you know if you're un-American?
  38. Notepad, Word97, Delphi 5, Program by ka9dgx · · Score: 2
    If it's a quick and dirty text manipulation, web page, whatever, I'll use Notepad. (Which on NT4 and W2k Server handles BIG files)

    If its honest to goodness Word processing, I'll use Microsoft Word 97. (No, I'll NEVER upgrade)

    If it's a program, that's why Delphi 5.0 exists.

    If I need really tricky manipulation, I'll write a program to do it.

    --Mike--

  39. GNU Emacs for Windows by Kiaser+Zohsay · · Score: 2

    In addition to XEmacs as others have mentioned, you can also get an Emacs for Window straight from the Gnu's mouth.

    http://www.gnu.org/software/emacs/windows/ntemac s. html

    The binary install is a zip file, which you unzip and then add the bin directory to your path.

    Also, I highly recommend adding your favorite text editor to Windows Explorer's "Send To" menu, by creating a shortcut in the Send To directory in your Profile directory. This way you can edit files that are associated with other apps without needed to break the file associations.

    --
    I am not your blowing wind, I am the lightning.
  40. Re:Notepad by mmaddox · · Score: 3, Funny

    Pussy. I always used copy con and got it right the first time. :)

    --

    What'dya mean there's no BLINK tag!?

  41. metapad by nocent · · Score: 3, Informative

    metapad is my notepad replacement. Small, fast, keyboard shortcuts for save, search, etc, unlimited file sizes. Free as in beer. Excellent.

  42. OmlettePad EX by Lord+Omlette · · Score: 2

    I use and recommend OmlettePad EX, because I wrote it myself.

    Think of all the things your current editor does that are really cool, and chances are, OmlettePad EX doesn't have them.

    --
    [o]_O
  43. NT Emacs is stable, mature, and featureful by Tom7 · · Score: 4, Informative

    NT Emacs is awesome. I use it on my windows boxes, and aside from some unix-ish features like command-prompt interaction, it is quite stable and mature. It even has decent integration with the shell, letting you (for instance) drag files into the emacs window to be opened.

    I don't know what killer features gvim has that you use, but I assure you they're all there.

    1. Re:NT Emacs is stable, mature, and featureful by 0x0d0a · · Score: 2

      Ability to edit a file without loading the whole damn thing into memory?

  44. what options do you want? by josepha48 · · Score: 2
    I use textpad, or tknotepad, depending on what you want to do. Textpad is at http://textpad.com/. It has an ascii table, can edit multiple files with tabs, copy, paste, etc, also with indenting, syntax highlightening, macros, diff, and lots more. I use it mainly for the syntax highlightening. It is not 'free', but you can download it and it just give you an annoying message when it starts and sometimes when you save. I like it a lot.

    TkNotePad is something I wrote and it is just a basic text editor like notpad, but it has unlimited undo / redo and a better find / replace.

    --

    Only 'flamers' flame!

  45. Underware by Wolfier · · Score: 2

    http://www.emsps.com/oldtools/borland.htm

    Ware your brief!

  46. Re:Notepad by Pierre · · Score: 2

    *shudder*

    now i remember why i thought vi was so easy to learn.

  47. WinVi Rocks! by RhetoricalQuestion · · Score: 2

    WinVi is awesome. I use it for all my Windoze platform programming needs.

    Having both Windows and Vi commands is a terrific feature, especially you switch platforms frequently. It always takes me a little while to re-adjust, and having both options available simultaneously is fantastic.

    And it's free, in many important senses of the word.

    --

    I can spell. I just can't type.

  48. VIM by Etyenne · · Score: 2

    www.vim.org

    I can't believe peoples recommend emacs ! (humor impaired -> this is a joke)

    --
    :wq
  49. Depends on the task by cornice · · Score: 2
    For the quick edit (eg notepad stuff) nothing beats Metapad

    For the bigger project stuff it's either JEdit or XEmacs. Both are stable, cross platform and loaded with features. I'm still trying to decide which one I like best. ;-)

  50. Here's a list by hether · · Score: 3, Informative

    Well there's a great list of editors on PHP.net at http://213.155.159.67/phpeditors/index.php that you might find helpful. The list gives the webpage, platform, license, and reader comments for each one.

    As a web developer who is almost always using Windows, lately I've used Homesite (costs a bunch), 1st Page 2000 (just like Homesite but free) and Crimson Editor. They all work fine for anything I've needed to do.

    --

    Most people would die sooner than think; in fact, they do.
  51. jEdit is GPL'd by z84976 · · Score: 2

    ...and it's written in Java, so you can get used to one nice graphical editor for all your java-capable os's.

    http://www.jedit.org/

  52. Re:Notepad by unitron · · Score: 2

    I don't mind copy con once in a while, but most always I much prefer browse to type. You cna probably find a copy on an old mouse driver disk.

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  53. Get standalone Homesite while you still can by Foaf · · Score: 2

    macromedia are still offering a standalone version of Homesite (version 5) but they probably won't for long.

    The official upgrade to Homesite 5 is Dreamweaver which has an editor bundled with it that is very similar to Homesite. Of course Dreamweaver is a lot more expensive than Homesite alone.

  54. Windows editor with Borland editing commands? by Futurepower(R) · · Score: 2


    JOE does not have a Windows version. Anyone know of a Windows editor that uses Borland/Wordstar/Control-Key editing commands?

    1. Re:Windows editor with Borland editing commands? by Electrum · · Score: 2

      It works just fine when compiled against Cygwin.

  55. Mod parent up by theolein · · Score: 2

    I use Jedit as well and it is really good.

  56. Windows editor with Borland/Control-key editing? by Futurepower(R) · · Score: 2


    Anyone know of a Windows editor that uses Borland/Wordstar/Control-Key editing commands?

    That shortcut key layout saves about 15% in editing time, because you do not need to remove your hands from the home row of keys.

    That shortcut system is intuitive, also, because it uses a "cursor diamond". Control-E is line up (top of the diamond). Control-X is line down (bottom of the diamond), Control-S is character forward, and so on. (The arrow keys also work.)

    Programs that use the control key in this way are meant to be used with a utility that makes the caps lock key a control key. Sysinternals provides Ctrl2cap, for example. The utility is run once only.

    The Borland/Wordstar editing commands allow almost all operations without removing your hands from the home row. Many commands are two keystrokes. Control-Q Control-R goes to the top of the document, for example.

    SetEdit is an example of a DOS editor with these commands. I would like to find a Windows editor.

  57. SEMware's TSE-Pro is the best... by mfarah · · Score: 2

    in my opinion.

    It's FAST, VERY light (my executable is 150K), full with features, configurable pretty much for everything, contains a macro language that lets you create new commands, and has EVERYTHING without becoming bloated.

    The only downside is that it's a commercial non-free program. But it's worth every single penny, I say.

    Go to Semware, and download the trial version. I can't speak for others, but I love it a lot. When using Windows*, TSE-Pro and 4DOS/4NT are the two programs I use most.

    By the way: Notepad is HIDEOUS. It might be standard, yes, but it's so primitive it becomes heavily restrictive. I carry around with me a diskette with my personal vital tools, text editor included, so I can skip the pain of using notepad on other people's computers.

    --
    "Trust me - I know what I'm doing."
    - Sledge Hammer
  58. Windows native editors? by Futurepower(R) · · Score: 2

    Yes, thanks, but Cygwin is maybe 300 Megabytes. Yes, I need it anyway, but my customers don't, and I'm wondering if there are Windows native editors.

    1. Re:Windows native editors? by pb · · Score: 2

      So compile it with Cygwin, and then just distribute the binary along with CYGWIN1.DLL; this generally works...

      --
      pb Reply or e-mail; don't vaguely moderate.
  59. Lugaru Epsilon is a very good Emacs-like editor by nedron · · Score: 2
    Lugaru has been making Epsilon for a long time, though their supported platforms have changed from time to time. Currently, they sell it for Windows, Linux, FreeBSD, DOS, and OS/2.

    It's very Emacs-like and highly configurable. On Windows, it has some nice integration features and I've used it since about '92 when writing code on Windows.

    One of the features is that it supports Brief-style keyboard bindings, in addition to the default Emacs bindings.

    You get binaries for Windows, Linux, FreeBSD, OS/2 & DOS for one price.

    You can get more info and a demo at Lugaru's website.

    --


    * As is generally the case, my opinions do not reflect those of my employer.
  60. PDP-11/20s?? New-fangled transistorized equipment! by Futurepower(R) · · Score: 2


    PDP-11/20s??? That's one of them new-fangled transistorized computers.

    We had vacuum tubes and punch cards. With enough punch cards, you don't NEED memory.

  61. Re:PDP-11/20s?? New-fangled transistorized equipme by CharlieG · · Score: 2

    Punchcards are nothing more than line replaceable PROM!

    Believe it or not, I bought 2 cases of punchcards last year - makes great geeky notepaper and bookmarks

    --
    -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
  62. the lil spider by oldstrat · · Score: 2

    Arachnophilia 4.0 is my first choice.
    www.arachnoid.com/arachnophilia/
    The older version 4.0, the newer version 5.+ is java based and doesn't seem to work as well.
    I understand the Author's reason for going to java, but the new version can flake out at the worst times.

    Arachnophilia isn't open source, but a modified version of freeware called careware.

  63. whe I "must" use a windows machine by shd99004 · · Score: 2

    More like the other way around, but ok.
    You're working with web development... I like to use HomeSite or the free HTML-Kit.

    --
    Will work for bandwidth