Just downloaded Zend Studio eval version...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
voltrader
Forum Contributor
Posts: 223
Joined: Wed Jul 07, 2004 12:44 pm
Location: SF Bay Area

Just downloaded Zend Studio eval version...

Post by voltrader »

At first glance it's certainly more feature-packed than phpEdit, which has served quite well.

What are most useful features that set it apart from other editors?

Is there a way to auto-indent HTML or highlight matching tags?
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

look at features section in zend.com ;)

it automatically indents php tags..
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I really like the debugging aspect
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Yeah, that is what sets apart simple source highlighting editors and advanced IDEs.

Live script debugging/php source parsing is great.
Post Reply