On Tue, Jan 10, 2006 at 06:57:58PM +1300, Olwen Williams wrote: > I was in an IRC session the other day and a person who spends a lot of time > developing PHP recommended Jedit as his favorite for PHP. I tried it and have > kept using it.
vim does a good enough job of syntax colouring many different file types, including PHP. Combined with foldmarkers, and the vim-project plugin (which handles directory browsing, and per-file external command scripting (i.e. make/build commands)), and you have a very good text-based IDE ... :-) -jim
