Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Ashley Sheridan
On Wed, 2010-10-13 at 14:31 -0400, Floyd Resler wrote:

> On Oct 13, 2010, at 2:20 PM, Ashley Sheridan wrote:
> 
> > On Wed, 2010-10-13 at 14:09 -0400, Floyd Resler wrote:
> > 
> >> On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:
> >> 
> >>> I'm about to do a lot of work on an existing code base and I think I'd 
> >>> like to try an IDE. I currently use VIM for most editing.
> >>> 
> >>> What IDE are you using? 
> >>> 
> >>> What do you like about the one you are using? 
> >>> 
> >>> Which ones have you tried?
> >>> 
> >>> Mike
> >>> 
> >> 
> >> Good question.  I've tried Zend Studio Beta 8, Eclipse, Komodo, and 
> >> Netbeans on my MacBook Pro.  Netbeans is probably the only one that I 
> >> haven't gotten very frustrated with.  They are all very good but 
> >> eventually all but Netbeans starts to grind to a halt.  I love the layout 
> >> of the Eclipsed-based ones and would love to use Zend Studio or Eclipse.  
> >> But, when I spend more time waiting for the busy cursor to go away than 
> >> coding, those nice tools don't do me any good!
> >> 
> >> That being said, does anyone else use a Mac and have similar problems?
> >> 
> >> Take care,
> >> Floyd
> >> 
> >> 
> > 
> > Netbeans is the only IDE I've used, but I have to say, it does what I
> > need with a minimal of fuss. It has great integration with SVN (via a
> > downloadable plugin if you're unfortunate enough to still be using
> > Windows to develop) and the only slowdowns I've seen were where the SVN
> > server was difficult to reach.
> > 
> > I like the fact that it has good front-end integration too, and not only
> > recognises and code hints for those, but it also recognises things like
> > jQuery.
> > 
> > Also, it can automatically insert phpDoc comments with a prompt, which
> > makes it easy to produce standard project documentation.
> > 
> > Aside from Netbeans, Kate as a text editor is very good. It's part of
> > the KDE package, and you can get it on Windows as well (although not
> > sure about MacOS)
> > 
> > Thanks,
> > Ash
> > http://www.ashleysheridan.co.uk
> > 
> > 
> 
> Another cool thing about Netbeans is that it can connect to a bugzilla 
> service and you can view bug reports right within the IDE.  Where's the 
> phpDoc comments ability?  I haven't run across that yet.
> 
> Thanks!
> Floyd
> 
> 
> 


Above a class method for example, just type /** and hit enter, and it
auto fills based on the arguments for that method. It even has a good
pop at getting the correct type for a return object when it returns a
non scaler or array type.


Thanks,
Ash
http://www.ashleysheridan.co.uk




Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread musicdev
I currently use Netbeans and definitely has been the tool I've adopted.  I 
like the features and plugins which make the work less stressful.  I like 
the integration of several tools as well, which make Netbeans a 1-stop shop, 
so to speak.  I use x-debug for debbugging and mercurial for versioning and 
I love working with Netbeans with these tools integrated.  I do, however, 
notice that after I've been working on a project for at least 4/5 days, 
Netbeans begins to get a bit "slow".  But I attribute it to the number of 
files in the project, mercurial and my box which has only 1GB of ram.


I've also used Zend and Komodo.  Komodo I liked allot, but Netbeans stole me 
away from it.  Zend is excellent but the price-tag forced me to go with 
Netbeans.


--
From: "Floyd Resler" 
Sent: Wednesday, October 13, 2010 2:09 PM
To: "PHP" 
Subject: Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?



On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:

I'm about to do a lot of work on an existing code base and I think I'd 
like to try an IDE. I currently use VIM for most editing.


What IDE are you using?

What do you like about the one you are using?

Which ones have you tried?

Mike



Good question.  I've tried Zend Studio Beta 8, Eclipse, Komodo, and 
Netbeans on my MacBook Pro.  Netbeans is probably the only one that I 
haven't gotten very frustrated with.  They are all very good but 
eventually all but Netbeans starts to grind to a halt.  I love the layout 
of the Eclipsed-based ones and would love to use Zend Studio or Eclipse. 
But, when I spend more time waiting for the busy cursor to go away than 
coding, those nice tools don't do me any good!


That being said, does anyone else use a Mac and have similar problems?

Take care,
Floyd


--
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] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Floyd Resler

On Oct 13, 2010, at 2:20 PM, Ashley Sheridan wrote:

> On Wed, 2010-10-13 at 14:09 -0400, Floyd Resler wrote:
> 
>> On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:
>> 
>>> I'm about to do a lot of work on an existing code base and I think I'd like 
>>> to try an IDE. I currently use VIM for most editing.
>>> 
>>> What IDE are you using? 
>>> 
>>> What do you like about the one you are using? 
>>> 
>>> Which ones have you tried?
>>> 
>>> Mike
>>> 
>> 
>> Good question.  I've tried Zend Studio Beta 8, Eclipse, Komodo, and Netbeans 
>> on my MacBook Pro.  Netbeans is probably the only one that I haven't gotten 
>> very frustrated with.  They are all very good but eventually all but 
>> Netbeans starts to grind to a halt.  I love the layout of the Eclipsed-based 
>> ones and would love to use Zend Studio or Eclipse.  But, when I spend more 
>> time waiting for the busy cursor to go away than coding, those nice tools 
>> don't do me any good!
>> 
>> That being said, does anyone else use a Mac and have similar problems?
>> 
>> Take care,
>> Floyd
>> 
>> 
> 
> Netbeans is the only IDE I've used, but I have to say, it does what I
> need with a minimal of fuss. It has great integration with SVN (via a
> downloadable plugin if you're unfortunate enough to still be using
> Windows to develop) and the only slowdowns I've seen were where the SVN
> server was difficult to reach.
> 
> I like the fact that it has good front-end integration too, and not only
> recognises and code hints for those, but it also recognises things like
> jQuery.
> 
> Also, it can automatically insert phpDoc comments with a prompt, which
> makes it easy to produce standard project documentation.
> 
> Aside from Netbeans, Kate as a text editor is very good. It's part of
> the KDE package, and you can get it on Windows as well (although not
> sure about MacOS)
> 
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk
> 
> 

Another cool thing about Netbeans is that it can connect to a bugzilla service 
and you can view bug reports right within the IDE.  Where's the phpDoc comments 
ability?  I haven't run across that yet.

Thanks!
Floyd



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



Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Ashley Sheridan
On Wed, 2010-10-13 at 14:09 -0400, Floyd Resler wrote:

> On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:
> 
> > I'm about to do a lot of work on an existing code base and I think I'd like 
> > to try an IDE. I currently use VIM for most editing.
> > 
> > What IDE are you using? 
> > 
> > What do you like about the one you are using? 
> > 
> > Which ones have you tried?
> > 
> > Mike
> > 
> 
> Good question.  I've tried Zend Studio Beta 8, Eclipse, Komodo, and Netbeans 
> on my MacBook Pro.  Netbeans is probably the only one that I haven't gotten 
> very frustrated with.  They are all very good but eventually all but Netbeans 
> starts to grind to a halt.  I love the layout of the Eclipsed-based ones and 
> would love to use Zend Studio or Eclipse.  But, when I spend more time 
> waiting for the busy cursor to go away than coding, those nice tools don't do 
> me any good!
> 
> That being said, does anyone else use a Mac and have similar problems?
> 
> Take care,
> Floyd
> 
> 

Netbeans is the only IDE I've used, but I have to say, it does what I
need with a minimal of fuss. It has great integration with SVN (via a
downloadable plugin if you're unfortunate enough to still be using
Windows to develop) and the only slowdowns I've seen were where the SVN
server was difficult to reach.

I like the fact that it has good front-end integration too, and not only
recognises and code hints for those, but it also recognises things like
jQuery.

Also, it can automatically insert phpDoc comments with a prompt, which
makes it easy to produce standard project documentation.

Aside from Netbeans, Kate as a text editor is very good. It's part of
the KDE package, and you can get it on Windows as well (although not
sure about MacOS)

Thanks,
Ash
http://www.ashleysheridan.co.uk




Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Matt Giddings
I've tried Eclipse and Netbeans and have found Netbeans to fit my needs
well.

On Wed, Oct 13, 2010 at 1:40 PM, James Diamond  wrote:

> Hey Mike,
>
> I use zend eclipse, love it.
>
> What I love about it is what I love about any IDE, code complete, project
> configurations, customizable preferences of the editor, etc.
>
> I have used Eclipse (Pre-Zend), Zend Eclipse, Zend Studio, Komodo, and
> Easyclipse.
>
> James
>
>
> On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:
>
> > I'm about to do a lot of work on an existing code base and I think I'd
> like to try an IDE. I currently use VIM for most editing.
> >
> > What IDE are you using?
> >
> > What do you like about the one you are using?
> >
> > Which ones have you tried?
> >
> > Mike
> >
> >
> >
> > --
> > 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] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Bastien Koert
On Wed, Oct 13, 2010 at 1:40 PM, James Diamond  wrote:
> Hey Mike,
>
> I use zend eclipse, love it.
>
> What I love about it is what I love about any IDE, code complete, project 
> configurations, customizable preferences of the editor, etc.
>
> I have used Eclipse (Pre-Zend), Zend Eclipse, Zend Studio, Komodo, and 
> Easyclipse.
>
> James
>
>
> On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:
>
>> I'm about to do a lot of work on an existing code base and I think I'd like 
>> to try an IDE. I currently use VIM for most editing.
>>
>> What IDE are you using?
>>
>> What do you like about the one you are using?
>>
>> Which ones have you tried?
>>
>> Mike
>>
>>
>>
>> --
>> 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
>
>


Netbeans and Notepad++
-- 

Bastien

Cat, the other other white meat

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



Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Floyd Resler

On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:

> I'm about to do a lot of work on an existing code base and I think I'd like 
> to try an IDE. I currently use VIM for most editing.
> 
> What IDE are you using? 
> 
> What do you like about the one you are using? 
> 
> Which ones have you tried?
> 
> Mike
> 

Good question.  I've tried Zend Studio Beta 8, Eclipse, Komodo, and Netbeans on 
my MacBook Pro.  Netbeans is probably the only one that I haven't gotten very 
frustrated with.  They are all very good but eventually all but Netbeans starts 
to grind to a halt.  I love the layout of the Eclipsed-based ones and would 
love to use Zend Studio or Eclipse.  But, when I spend more time waiting for 
the busy cursor to go away than coding, those nice tools don't do me any good!

That being said, does anyone else use a Mac and have similar problems?

Take care,
Floyd


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



Re: [PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread James Diamond
Hey Mike,

I use zend eclipse, love it.

What I love about it is what I love about any IDE, code complete, project 
configurations, customizable preferences of the editor, etc.

I have used Eclipse (Pre-Zend), Zend Eclipse, Zend Studio, Komodo, and 
Easyclipse.

James


On Oct 13, 2010, at 12:58 PM, Hansen, Mike wrote:

> I'm about to do a lot of work on an existing code base and I think I'd like 
> to try an IDE. I currently use VIM for most editing.
> 
> What IDE are you using? 
> 
> What do you like about the one you are using? 
> 
> Which ones have you tried?
> 
> Mike
> 
> 
> 
> --
> 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] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Shreyas Agasthya
Eclipse Ganymede or Galileo.

The support for plug-ins is what I like.

I have tried NetBeans and found it to be OK.

--Shreyas

On Wed, Oct 13, 2010 at 10:28 PM, Hansen, Mike wrote:

> I'm about to do a lot of work on an existing code base and I think I'd like
> to try an IDE. I currently use VIM for most editing.
>
> What IDE are you using?
>
> What do you like about the one you are using?
>
> Which ones have you tried?
>
> Mike
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Regards,
Shreyas Agasthya


[PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Hansen, Mike
I'm about to do a lot of work on an existing code base and I think I'd like to 
try an IDE. I currently use VIM for most editing.

What IDE are you using? 

What do you like about the one you are using? 

Which ones have you tried?

Mike



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