vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Zend.com's Studio 5 (https://vborg.vbsupport.ru/showthread.php?t=101123)

silly rabbit 11-19-2005 12:24 AM

Zend.com's Studio 5
 
Anybody have a chance to checkout 21 day professonal version yet??

Zend Studio 5 delivers a comprehensive set of editing, debugging, analysis,
optimization and database tools. Zend Studio 5 speeds development cycles and simplifies complex projects.

Alan @ CIT 11-24-2005 04:49 PM

I'm still using v4, but will be upgrading next week in the hope it's more stable.

Guest190829 11-24-2005 06:35 PM

Does Zend really help? I use a regular notepad, and it's fine...but this seems interesting...

filburt1 11-24-2005 07:40 PM

Quote:

Originally Posted by silly rabbit
Zend Studio 5 speeds development cycles and simplifies complex projects.

As of ZS4, that means in between crashes, bugs, and lack of features compared to other IDEs (at least other Java IDEs).

Alan @ CIT 11-24-2005 07:43 PM

Using Zend IDE to develop in PHP is a god-send. I've vastly cut down my development time since switching to Zend.

Some useful features that help when writing vB add-ons:

The project inspector shows you a list of all classes / functions within your project. In this case, the vb folder is added as a project folder, so it catalogs all of vB's classes and functions.

http://img.photobucket.com/albums/v7...ar_classes.jpg http://img.photobucket.com/albums/v7..._functions.jpg

Another useful feature is inline error checking - in this case, I've forgotten to put the semi-colon on the end of the previous line:

http://img.photobucket.com/albums/v7...ine_errors.jpg

It also saves time by trying to auto-complete variable, class and function names for you - eg, for functions:

http://img.photobucket.com/albums/v7...uggestions.jpg

It also lets you know what the arguments for a function are, and the order and defaults:

http://img.photobucket.com/albums/v7...ment_hints.jpg

It's got various other very handy functions as well. For example, I could right click on the "can_moderate" text above, and chose "Go To Declaration" and it would open up the file that can_moderate() is defined in, and take me to the correct line in that file.

Other features include a tool that Analyzes your code and spots things like un-used variables, variables that are only used once (probably typos), things like using a single = instead of == (eg, if (x = 1) instead of if (x == 1))

I've been using it for a little over 2 years now, and nowadays, I couldn't live without it :)


All times are GMT. The time now is 01:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01173 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete