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 outside eclipse and I've given up 
trying to do that on the windows machines. But hopefully some of the missing 
functions will start to appear. Accessing the php source on svn works nicely :)


--
Lester Caine - G8HFL
-
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Cross-platform IDE

2011-01-26 Thread Andy McKenzie
On Wed, Jan 26, 2011 at 8:51 AM, Lester Caine  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.
>> Actually, I stopped looking three or four years ago, but at that point
>> there didn't seem to be anything.  If anyone has any advice, I'd love
>> to hear it!
>
> I'm not running mac, but my windows/linux eclipse setup is more than
> transparent enough, at times I have to remember which machine I am on ;)
> phpeclipse gives me a suitable php based editor to go with it, and the other
> integrated editors such as html, javascript and css fill all the gaps.
>
> --
> Lester Caine - G8HFL
> -
> Contact - http://lsces.co.uk/wiki/?page=contact
> L.S.Caine Electronic Services - http://lsces.co.uk
> EnquirySolve - http://enquirysolve.com/
> Model Engineers Digital Workshop - http://medw.co.uk//
> Firebird - http://www.firebirdsql.org/index.php
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

It sounds like Eclipse is the clear preference in this group... I'll
give it a try, and see how I like it!

Thanks,
  Alex

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 didn't seem to be anything.  If anyone has any advice, I'd love
to hear it!


I'm not running mac, but my windows/linux eclipse setup is more than transparent 
enough, at times I have to remember which machine I am on ;)
phpeclipse gives me a suitable php based editor to go with it, and the other 
integrated editors such as html, javascript and css fill all the gaps.


--
Lester Caine - G8HFL
-
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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  wrote:

> 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 working on something a lot more complex -- a web based
> front-end for a medium sized custom database -- and I'm finding that
> my code is getting more and more scattered because I don't have a good
> tool for looking at it.
> 
>   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 anything.  If anyone has any advice, I'd love
> to hear it!
> 
> Thanks,
>  Alex
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 anything.  If anyone has any advice, I'd love
> to hear it!
>

Hi,

I can suggest Eclipse with PDT
http://www.eclipse.org/pdt/

Best regards

-- 
Matteo Filippetto
http://op83.blogspot.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Cross-platform IDE

2011-01-26 Thread niks...@gmail.com
Eclipse, netbeans, I prefer eclipse more, but I don't really like large ides. 
Or if you want something light, vim

"Andy McKenzie"  wrote:

>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 working on something a lot more complex -- a web based
>front-end for a medium sized custom database -- and I'm finding that
>my code is getting more and more scattered because I don't have a good
>tool for looking at it.
>
>   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 anything.  If anyone has any advice, I'd love
>to hear it!
>
>Thanks,
>  Alex
>
>-- 
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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
> currently working on something a lot more complex -- a web based
> front-end for a medium sized custom database -- and I'm finding that
> my code is getting more and more scattered because I don't have a good
> tool for looking at it.
> 
>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 anything.  If anyone has any advice, I'd love
> to hear it!

Netbeans . Make sure you get the package
with the PHP plug-ins. There are a variety of different sets available.

Bob McConnell

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php