Alternatives for Notepad ++ Programmers

I use Eclipse, but sometimes for quick fix php / js I use notepad ++. I am looking for alternatives. Can anyone recommend something? I am using Windows 7.

+3
source share
3 answers

If you have heard / are interested in Textmate then e provides a reasonable window editor. Ultraedit is also popular.

I personally use gvim on windows and highly recommend learning the basics of gvim or emacs, as this is really useful knowledge when you need to log in to the linux server and do everything through the terminal.

You can also check the answers to the following questions:

Good text editor for Windows?

+5

- Notepad ++, , .

+3

I have the same problem at the moment. Komodo edit, dreamweaver, aptana (set or plugin for eclipse), netbeans, bluefish, etc.

I choose eclipse and integrate with the aptana and sdk android plugin.

All in one, it's my choice.

Anyway, you have commercial alternatives like zend or phpdesigner

+2
source

All Articles