zend studio 8.0 Beta居然这么快就发布了,和以往一样,zend studio在发布了6.0,6.1之后突然将版本号提升到7.0,这次又是在发布zend studio 7.0,7.1,7.2之后,一下子上升到了8.0。
8.0新版具有以下几个亮点:
1、Zend Studio编辑器支持javascript以及常见js库,例如jquery,dojo,Extjs,prototype
2、更好的支持javascript,html,css等的编辑和调试
3、集成的新的ajax调试器,将javascript和php的调试工作趋于统一
4、PHP编辑器的编辑功能和导航功能的改进和增强。
Zend Studio 8.0 Beta helps code and debug rich Internet applications based on PHP and Ajax quickly and reliably with support for common JavaScript libraries, including jQuery, Prototype and Dojo, and an integrated browser that provides Web page debugging and profiling. It also features various source code editing and navigation enhancements to make coding easier and faster.
Zend Studio Editor Support for JavaScript
If you use JavaScript as the front-end of your PHP application, Zend Studio 8.0 Beta enables you to code faster and with fewer mistakes by providing built-in Content Assist support for a large set of JavaScript based libraries:
- jQuery
- Dojo
- ExtJs
- Prototype
|
|
Unified Debugging of PHP and JavaScript-based applications
|
Zend Studio 8.0 Beta allows you to debug both the JavaScript front-end and the PHP back-end in one combined session through a new set of integrated Ajax tools, making the debug process smooth and simple.The application you are debugging is running in an embedded browser, which supports HTML 5. A new integrated Request Monitor profiles Web page execution, allowing you to easily find issues that slow your application down. You can analyze your application’s web pages using various views for CSS, DOM source, DOM event view and JavaScript, including expression evaluation and a JSDoc view. You can also examine a DOM inspection view that provides a pre-defined hierarchical tree of HEAD and BODY elements, and events.
|
General PHP Source Code Editing and Navigation Enhancements
Zend Studio 8.0, which is based on the Eclipse Helios release, provides various enhancements to help you code, debug and navigate your PHP code more efficiently:
- “Inspect” action in debug time enables you to see evaluated expressions when reaching a breakpoint.
- New templated ‘Content Assist‘ – applying Content Assist proposals creates a templated expression that provides argument completion according to the declaration of the method.
- New advanced editor syntax coloring scheme conforming to Eclipse standards and new advanced syntax coloring rules are available.
- New ’show inherited members’ in quick outline view lists all methods inherited by super types.
- New decorated hover information box is now provided in the Hover Information tool-tip for methods, types and other elements.
- Drag and Drop in PHP/JavaScript editors enables you to select a block of code and move it across lines.
- A new PHP search dialog offers sophisticated search options such as Type and Scope.
|
|
|