vote up 2 vote down star
4

I'm currently using E-TextEditor. This application is trying very hard to be TextMate for Windows, but unfortunately it isn't very stable. Also, it has some serious problems opening minified files (e.g. 70 kB JavaScript files), which is unacceptable IMHO.

Notepad2 has no problem at all opening these files, and seems to be very stable as well. Unfortunately, it doesn't allow multiple file instances through tabs, and it lacks a remote editing feature.

To me, the perfect text editor would be something as fast and lightweight as Notepad2, but with added features such as opening documents in tabs and remote editing through FTP.

So, any suggestions? Which editor do you use to directly edit files through FTP?

P.S.: I'm not looking for heavy applications like Zend Studio or Dreamweaver. A simple program with the abovementioned features that doesn't take 30 seconds to launch would be perfect, ithankyou.

P.P.S.: And yes, I read the Text Editors topic, but my question obviously is a little more specific.

flag

13 Answers

vote up 5 vote down

As a developer I am well used to coping with Notepad++, and I would just like to say that Tabs and FTP access features are available in N++. However, I don't know how it handles minified JS, as I have never tried, but There is probably some plugin for that as well. It's a very handy tool and very lightweight too :)

link|flag
vote up 2 vote down

Vim meets those classifications, though if you're a fan of heavily mouse-based environments, the learning curve might be steep.

link|flag
Yeah, I probably should've pointed that out... Vim isn't really what I'm looking for here. – Mathias Bynens Apr 29 at 16:26
vote up 0 vote down

I like VEdit. I don't know if it allows you to edit through FTP, but I wouldn't be surprised. It has multiple tabs and serveral out of the box macros, along with ones you can add too.

link|flag
vote up 4 vote down

Have you considered Notepad++? I don't quite understand what you mean about "minified files", but it does show support for editing via ftp through a plugin. It is also tabbed, can handle large files, and lets you switch between character encodings very easily. Check it out.

link|flag
Minified files are probably the minimized version of javascript files, with the minimal amount of extra characters and no comments. Like the production version on the frontpage of the jQuery site. – Morph May 1 at 7:26
I know that this isn't directly related to the question that you asked, but I'd question the need to edit minimised .jd files. These are usually generated, from a 'normal' .js file, for use in production - so that the download size for the client is reduced. Think of the 'normal' and 'minimised' files as 'source code' and 'object code', and you may decide that you shouldn't be editing the minimised file. – belugabob May 1 at 7:43
@belugabob, except I do. What if I minify a file's contents using an online tool? I'll have to copy & paste it into a new file. This is where E-TextEditor always let me down: either it hung, or it crashed completely. – Mathias Bynens May 2 at 8:35
vote up 1 vote down

I believe Notepadd++ has an FTP plugin and it has tabbing.

link|flag
vote up 0 vote down

Notepad++

link|flag
vote up 0 vote down

Ultraedit is pretty good, it's not as lightweight as it ought to be, but it's very versatile, very stable, has tabs and can edit via FTP.

link|flag
vote up 1 vote down

Textpad with the relevant add-ons will sort you out

link|flag
vote up 1 vote down

I suggest you try Intype and Komodo Edit.

The former is another "TextMate for Windows" and one I actually like. It's pretty barebones at the moment and sometimes unstable but for quick edits I much prefer it to Notepad.

The latter is an open-source editor based on Komodo IDE by ActiveState. Slightly more heavy weight but far more feature-rich. And if you end up getting into IDEs, Komodo itself is quite nice.

I'm a Mac user at home, so in both editors I personally appreciate the lack of overloaded toolbars and generally very clean GUIs. Komodo's also got a superb community behind, something you may or may not care much about.

link|flag
Thanks for your post. Intype looks very promising, but unfortunately it lacks a remote editing feature. Also, it appears to be impossible to use only 1 space character to display tabs. – Mathias Bynens Apr 29 at 16:52
It's still under heavy development but give it time. I'm generally used to the lack of remote editing (TextMate doesn't have it either) so I pair it up with an FTP client if I have to – Dmitry Kichenko May 1 at 19:04
vote up 1 vote down

jEdit with it's FTP plugin.

link|flag
vote up 1 vote down

I was gonna mention Notepad++. Seeing as you're moving away from E-TextEditor, you'll be glad to hear it's possible to skin it using the same (TextMate-based) themes. Simply run the files through the handy online TextMate theme to Notepad++ styler tool.

Also, the following topic appears to be related: What’s a Windows text editor that matches this criteria …

link|flag
vote up 0 vote down

Another 1+ for notepad++, works very well :). There is also HippoEdit. Tried it for a while, but I didn't like it much, maybe takes some time to get used to it. But you might want to try it out.

link|flag
vote up 2 vote down

I strongly suggest you check out Notepad++. It is perfectly capable of all the things you mentioned. The user interface could use some improvements IMO, but based on your specifications, this application should be the way to go.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.