Adobe CS5, Mac, ES 65059452 Manuale Utente

Codici prodotto
65059452
Pagina di 9
6
Adobe Dreamweaver CS5 
What’s New
Enhanced support for Subversion
With Dreamweaver CS5, you can manage files more effectively in collaborative, version-controlled 
environments with enhanced support for Subversion, an open-source version-control system. In 
Dreamweaver CS4, Subversion support was limited to the most basic functions of locking and 
unlocking files and generating status updates. Dreamweaver CS5 expands support for Subversion, 
allowing you to move, copy, and delete files locally, and then synchronize changes with your 
remote SVN repository. The new Revert command allows you to quickly correct tree conflicts or 
roll back to a previous version of a file. From the Repository View of the Files panel in 
Dreamweaver CS5, you can reduce clutter by directly performing svn:ignore commands to hide 
files you don’t need to access. To ensure future compatibility, the built-in Subversion libraries in 
Dreamweaver CS5 are designed to be updated by the Adobe Extension Manager. As newer 
versions of the Subversion libraries become available, they will be made available to the public as 
free extensions at Adobe Exchange awww.adobe.com/cfusion/exchange.
PHP custom class code hinting
Display proper syntax for PHP functions, objects, and constants to help you write code more 
accurately. Dreamweaver CS5 provides enhanced PHP code hinting on the fly by dynamically 
parsing PHP code and updating it as you type—even with code that hasn’t yet been saved to disk. 
The code hints for PHP core functions and objects include the function signature, the module that 
defines the function, a description tooltip that mentions the PHP versions in which it is available, 
the method and parameter descriptions, and a link to the PHP.net manual page. Code hinting also 
works with your own custom functions and classes, as well as with third-party frameworks such as 
the Zend Framework. Dreamweaver CS5 dynamically highlights errors and provides alerts in the 
Information bar to help you more efficiently find and fix errors in your PHP code. 
Dreamweaver CS5 enhances support for Subversion, the open-source version-control system, with new commands that can give you increased control and confidence.
Code hinting for core PHP functions includes descriptions and information from the PHP manual.