Page 13 of 20
Re: What editor do you use? 2008
Posted: Tue Aug 11, 2009 12:07 pm
by ct_lee
I use notepad++ and dreamweaver, I find that notepad++ is great for its simplicity and how it tells you which bracket closes what open bracket by highlighting it, those simple things make it great. Dreamweaver is great for quickly coding simple webpages or for making quick mock ups.
Re: What editor do you use? 2008
Posted: Thu Oct 15, 2009 4:05 pm
by JNettles
Eclipse PHP/Zend & VS.PHP.
Re: What editor do you use? 2008
Posted: Tue Oct 20, 2009 1:07 am
by Mirge
Eclipse PDT is where it's at for serious developers

Re: What editor do you use? 2008
Posted: Wed Oct 21, 2009 10:41 am
by JNettles
I'm reserving judgment on "Best IDE" until I see Visual Studio 2010's implementation.

Re: What editor do you use? 2008
Posted: Wed Oct 21, 2009 11:39 am
by Mirge
lol... everybody will always have their own favorite IDE. Nobody can sway me from Eclipse PDT

Re: What editor do you use? 2008
Posted: Wed Oct 21, 2009 12:25 pm
by markusn00b
Mirge wrote:Eclipse PDT is where it's at for serious developers

I disagree! Aptana Studio is where it's at ;D
Re: What editor do you use? 2008
Posted: Wed Nov 04, 2009 11:38 am
by Gadgetmo
Only one other person has said Smultron. It's really good!

Re: What editor do you use? 2008
Posted: Wed Nov 04, 2009 12:59 pm
by superdezign
I recently made the switch to Notepad++. I love the control. I kind of miss having hints for function/method parameters, but the simplicity and flexibility is great. I also just started actually liking split screen editing.
And the fact that changing language highlighting is simple is a huge plus. I do a lot of different programming for classes and such.
Re: What editor do you use? 2008
Posted: Thu Nov 05, 2009 3:27 am
by jackpf
N1

Re: What editor do you use? 2008
Posted: Fri Nov 06, 2009 9:14 am
by JNettles
I just started giving Netbeans another shot - I tried it when they first came out with the PHP package back when but it was so buggy that I quickly gave up on it. Netbeans 6.7.1 is pretty slick. I'm still not sure that I prefer its project management over Eclipse's but the intellisense is much more responsive than Eclipse and recognizes things like nested class declarations that VS.PHP has zero support for. IMHO, Netbeans also debugs more smoothly than Eclipse.
Netbeans will probably become my primary prototyping tool here soon.
Re: What editor do you use? 2008
Posted: Fri Nov 06, 2009 12:59 pm
by RobertGonzalez
NetBeans will become my editor of choice as soon as they work out the issues of not being able to see into parent classes that live outside of the current project (like extending page controller abstract classes in a framework, for example). There are a couple of other little things that really annoy the hell out of me with it (like requiring an index.php file in order to make a project, empty line whitespace getting removed so you new lines don't line up, etc). Still, it is fast, light and very clean. I just need it to grow up a little more.
Re: What editor do you use? 2008
Posted: Fri Nov 06, 2009 1:11 pm
by alex.barylski
BetBeans is pretty slick but feels an awful lot like Eclipse with a few more features for PHP.
Re: What editor do you use? 2008
Posted: Fri Nov 20, 2009 11:42 am
by kaisellgren
Zend Studio has no line-wrapping.

Re: What editor do you use? 2008
Posted: Fri Nov 27, 2009 5:49 am
by daedalus__
i used to use eclipse and zend but im stuck on notepad++
it's really hard for me to justify using an ide for web development in the work i do
Re: What editor do you use? 2008
Posted: Sun Dec 06, 2009 6:58 pm
by Payton
Notepad++ for just about everything except for things like little bits of information I need to temporarily keep; for that I just use Notepad.