[PHP] Cross-platform IDE

2011-01-26 Thread Andy McKenzie
Hey folks, Hopefully this is enough on-topic not to annoy anyone. Up until now I've mostly written small one-off scripts -- a web page that needs a few things dynamically generated, a shell script to do a small job, things like that -- and vim has been more than adequate. I'm currently

RE: [PHP] Cross-platform IDE

2011-01-26 Thread Bob McConnell
From: Andy McKenzie Hopefully this is enough on-topic not to annoy anyone. Up until now I've mostly written small one-off scripts -- a web page that needs a few things dynamically generated, a shell script to do a small job, things like that -- and vim has been more than adequate. I'm

Re: [PHP] Cross-platform IDE

2011-01-26 Thread matteo filippetto
  So:  does anyone have a recommendation for an IDE that works in Windows, Mac, and Linux?  I spend roughly equal time in all three, and I haven't found a tool I like yet that works in all of them. Actually, I stopped looking three or four years ago, but at that point there didn't seem to be

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Camilo Sperberg
I like eclipse as well, you can combine it with svn which will be a great plus if you develop on several machines. Sent from my iPhone On 26-01-2011, at 10:06, Andy McKenzie amckenz...@gmail.com wrote: Hey folks, Hopefully this is enough on-topic not to annoy anyone. Up until now I've

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Lester Caine
Andy McKenzie wrote: So: does anyone have a recommendation for an IDE that works in Windows, Mac, and Linux? I spend roughly equal time in all three, and I haven't found a tool I like yet that works in all of them. Actually, I stopped looking three or four years ago, but at that point there

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Andy McKenzie
On Wed, Jan 26, 2011 at 8:51 AM, Lester Caine les...@lsces.co.uk wrote: Andy McKenzie wrote: So:  does anyone have a recommendation for an IDE that works in Windows, Mac, and Linux?  I spend roughly equal time in all three, and I haven't found a tool I like yet that works in all of them.

Re: [PHP] Cross-platform IDE

2011-01-26 Thread Lester Caine
Camilo Sperberg wrote: I like eclipse as well, you can combine it with svn which will be a great plus if you develop on several machines. cvs/svn works beautifully in eclipse. It is just a pity that none of the DVCS systems work properly yet :( I'm having to do the hg/git version control

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Greg Donald
On Tue, 14 Dec 2004 22:17:57 +0100, Daniel Schierbeck [EMAIL PROTECTED] wrote: And hey, Eclipse is free! So is vim. PHP explodes right on the screen for me, an IDE is so not required. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Rory Browne
I use kdevelop. I'm not sure how cross-platform it is, since I've never tried to get it working on a non-linux machine, but it should run anywhere KDE will run. I'm not sure what you'd need to do to get it running on Windows. Vim is a text editor, albeit a very good one, but Not an IDE, even

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Daniel Schierbeck
Craig Slusher wrote: ... Another alternative is to use Eclipse IDE with the PHPEclipse.de plugin. I've messed around with it a little bit and it's not too bad. Yeah, I'd go with Eclipse. It also integrates with CVS WebDAV (and FTP!), and have some cool features. I've tried off Zend Studio, but I

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Chris Boget
A bit off topic, what are people out there using for PHP IDE's? Thought not specifically a PHP IDE, I use Visual Slick Edit (which is cross platform). It's probably the best IDE I've come across to date. thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PHP cross platform IDE

2004-12-14 Thread Bryan Dina
I have done a little checking and I think I already know the answer, but I wanted to toss this one out there anyway. Are there any cross platform IDE's available for PHP v.5 development, specifically I am looking for Linux/Mac. A bit off topic, what are people out there using for PHP IDE's?

Re: [PHP] PHP cross platform IDE

2004-12-14 Thread Richard Lynch
Bryan Dina wrote: A bit off topic, what are people out there using for PHP IDE's? vi :-) Zend Studio and Komodo have been recommended to me in the past by people I trust. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP cross platform IDE

2004-12-13 Thread Craig Slusher
I don't think that there is a _great_ PHP IDE out there. For the most part I will use Gvim, JEdit, or some other programmer's editor like these. However, when I'm at work, we use Zend Studio to do all development. It's nice because it integrates with CVS, has code completion, debugging, etc., but