On Sun, 2011-01-02 at 21:10 -0500, David McGlone wrote: > On Sunday, January 02, 2011 08:43:51 pm Larry Garfield wrote: > > On Sunday, January 02, 2011 4:56:28 pm Adolfo Olivera wrote: > > > Thanks for the replies. I'll just put a php on all my html containing > > > php. A little of topic. Wich IDE are you guys using. I'm sort of in a > > > catch twenty two here. I been alternating vim and dreamweaver. I'm > > > trying to go 100% open source, but I really find dreamweaver easier to > > > use so far. > > > > I bounce between NetBeans and Eclipse, depending on which currently sucks > > less. I have yet to find a PHP IDE that doesn't suck; it's just degrees of > > suckage. :-) > > I use Kate. It doesn't suck at all because it doesn't try to do the coding for > you :-) > > -- > Blessings > David M. > Kate is good for basic editing, but I use NetBeans for my main development, as I like the code hinting it gives you for your own class and function definitions. Incidentally, you can get Kate working on Windows if you install KDE on it, which I do at work. It gives me a setup similar to what I'm most used to at home with my Linux box. I'd avoid DreamWeaver whatever you do. Unless it's been severely improved recently, it's not a serious developers tool, more of an expensive hobbyists. It tries to hint and help too much, which really gets in the way when you're trying to write code and you know what you're doing! Thanks, Ash http://www.ashleysheridan.co.uk