Page 4 of 20
Re: What editor do you use? 2008
Posted: Fri May 02, 2008 5:48 pm
by JellyFish
Aptana Studio. Should I pole for "Other"?
Re: What editor do you use? 2008
Posted: Fri May 02, 2008 6:02 pm
by RobertGonzalez
Yes, other.
Re: What editor do you use? 2008
Posted: Sat May 03, 2008 5:31 am
by matthewl
I started using php designer a few years ago, and when you have a lot of people working on a project through subversion it really shows its weight. The great thing is that it doesnt take ages to open up and allows us to get on with work quickly.
Re: What editor do you use? 2008
Posted: Tue May 13, 2008 12:33 pm
by JacobT
I use SubEthaEdit, it's a collaborative editor that has great syntax highlighting, block editing etc. It's only really missing code folding. I use that in conjunction with TextExpander for auto-completing code (which allows you to place the cursor inside a block as opposed to just rendering the text and leaving it up to you to go back and edit).
Re: What editor do you use? 2008
Posted: Wed May 14, 2008 6:17 pm
by Kieran Huggins
A neat article on SMASHING with a roundup, gEdit was missing
http://www.smashingmagazine.com/2008/05 ... -reviewed/
Re: What editor do you use? 2008
Posted: Sun May 18, 2008 9:28 pm
by volomike
I use Bluefish because I want something extremely reliable on Linux, works and loads fast, has tabs for multiple pages at the same time, color coding, and mostly because I'm not a fan of Intellisense-like systems with automatic popdown listboxes as I type. After awhile, the Intellisense becomes annoying where I already know what I want and don't need help. Plus, every intellisense-like editor I've used had frequent crashes. I used to like Screem until I started writing very large PHP pages and it kept crashing on me. It's a rare day when Bluefish can't take it and crashes.
Re: What editor do you use? 2008
Posted: Mon May 26, 2008 2:26 pm
by alpha
i have dreamweaver...but use NVU. Its so simple!
Re: What editor do you use? 2008
Posted: Fri May 30, 2008 9:15 am
by Volland
Hi ppl! Zend Studio allows to work on files on the remote server when you FTP to it. Do you know any other editors that will allow to do so, but not as heavy and big as Zend. Thanks!
Re: What editor do you use? 2008
Posted: Fri May 30, 2008 10:00 am
by JacobT
@Volland, I use a combination of YummyFTP and SubEthaEdit (mac) and if I edit a server file, it uploads my changes whenever I save the document (which can be changed to manual, on close, etc). I know most all FTP programs allow you to choose an "editor". If you're looking for an editor AND an FTP in one, they will always be "heavy". I have yet to find an editor with built in FTP that's small and light.
Good Luck
Re: What editor do you use? 2008
Posted: Fri May 30, 2008 11:02 am
by RobertGonzalez
Not to be a Killjoy here, but why would anyone edit a file on the server directly?
PS I am soooooo loving VIM as of late. Yesterday I coded almost an entire project and never once touched a mouse. I was able to code, svn, browse my file system.... everything I would normally do with another fatter editor but I never really had to take my hands off the keyboard.
Re: What editor do you use? 2008
Posted: Tue Jun 03, 2008 3:43 am
by m3mn0n
I use Aptana. It's a great little program.
It's mainly geared towards the Ajax crowd but with the PHP plugin, it's a perfect PHP editor with a lot of features and not much system resource overhead.
I use it on both Windows & Mac with no problems.
Re: What editor do you use? 2008
Posted: Tue Jun 03, 2008 1:14 pm
by vargadanis
I used Eclipse PDT and PHPEclipse for a long time but now I use NetBeans IDE. I love it!

Re: What editor do you use? 2008
Posted: Tue Jun 03, 2008 1:23 pm
by RobertGonzalez
Yeah, netbeans is looking really hot right now.
Re: What editor do you use? 2008
Posted: Tue Jun 03, 2008 1:45 pm
by vargadanis
Tell me about it... It has lots of fancy features which make dev lot faster. And debugging is really very efficient.
Re: What editor do you use? 2008
Posted: Tue Jun 03, 2008 4:18 pm
by Weirdan
Everah wrote:PS I am soooooo loving VIM as of late.
Everah using vim? Somehow I would never think of that... don't know why, actually.