• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Text Editor(s) — which one do you use?

Rip the Jacker

Diamond Member
What text editor do you use?

As for me, I use ConTEXT for PHP/JS/XHTML/CSS, etc. I like the syntax highlighting, simple interface.. but whenever I alt tab to it.. it feels a little "sluggish" (using 8 MB of ram though).

I'm looking to tryout some new editors. They must have a very minimalistic interface, have syntax highlighting (customizable), line numbers, current line highlighter, and not use too much memory.
 
Isn't textpad te defacto-standard, especially if you want syntax highlighting?

It supoprts pretty much everything and you can DL add-ons for just about any format you can imagine.
 
I played with SciTE after looking at this thread.. and I think this is going to be my favourite text editor. I was using Notepad2 as my replacement Notepad.exe 🙂
 
Originally posted by: screw3d
I played with SciTE after looking at this thread.. and I think this is going to be my favourite text editor. I was using Notepad2 as my replacement Notepad.exe 🙂
..but nobody mentioned scite.

anyways, if u like scite u should also try out notepad++.. it uses the same editor component (scintilla). only thing i don't like about either of them is the regex support, which is too weak for my likings.
 
Originally posted by: IHateMyJob2004
Isn't textpad te defacto-standard, especially if you want syntax highlighting?

It supoprts pretty much everything and you can DL add-ons for just about any format you can imagine.

Does it have built-in FTP? That's a dealbreaker for me. I just downloaded it and I don't see it. It's not looking as good as EditPlus to me.
 
Originally posted by: itachi
Originally posted by: screw3d
I played with SciTE after looking at this thread.. and I think this is going to be my favourite text editor. I was using Notepad2 as my replacement Notepad.exe 🙂
..but nobody mentioned scite.

anyways, if u like scite u should also try out notepad++.. it uses the same editor component (scintilla). only thing i don't like about either of them is the regex support, which is too weak for my likings.

OP was looking for recommendations so I gave a suggestion. 😕

edit: But yes, Notepad++ is sweet too.. it's basically SciTE with a GUI configuration
 
JEdit

Open-source, cross-platform, good features, and lots more (like FTP) can be added with plugins . It should do everything you need. Uses up to 15mb of memory that I've seen, but that's kinda expected being that it's written in Java (but certainly not slow or anything).
 
do any of these editors both act as notepad replacements AND have the ability to default saved files as .txt ?? Ive been looking for something that is more powerful than notepad, but will also save files as text as default as thats what I use the most.notepad++ is perfect except for the lack of that saving feature.
 
i use to use ultraedit a lot, great program

now i do all my work in zend studio, but code all day and zend sucks for quick open/edit/save/close tasks

i still use notepad to do quick text edits.
 
Originally posted by: mugs
Originally posted by: IHateMyJob2004
Isn't textpad te defacto-standard, especially if you want syntax highlighting?

It supoprts pretty much everything and you can DL add-ons for just about any format you can imagine.

Does it have built-in FTP? That's a dealbreaker for me. I just downloaded it and I don't see it. It's not looking as good as EditPlus to me.

No, it doesn't have FTP. Why is that important?

If peopel are doing software development work or web page stuff, why not just get Eclipse?

I'm not sure why ftp is important? Any development should be done with a CVS or similar repository in the background. Eclipse ties into those. Eclipse is also free.
 
I use EditPad Pro for quickie script editing and general default text editor. It has a lot of very handy features.
 
Back
Top