This build brings you advancements in PHP editor, PHPUnit support and remote host access, plus some fixes in JavaScript and search functionality. Complete details available in Web IDE issue tracker.
PHP
- syntax checks for duplicate/forbidden class and interface method visibility/abstractness/static modifiers
- syntax checks for duplicate goto labels
- method/function separators
- next/previous method/function navigation
- formatting of HTML code within PHP files
PHPUnit
This EAP brings you an ability to execute PHPUnit tests right on your server. You just need to configure PHPUnit on server and set up deployment mappings to contain your tests location. When done, ‘PHPUnit on Server’ run configuration will upload the files, execute the tests and show the results in a few clicks! (Don’t forget to review your debug mappings if you’re going to debug the tests.)
Remote host access
One more feature is the remote permissions management. From now you may overwrite the default permissions assigned to the uploaded files and folders on server: just specify the overrides in ‘Settings | Remote Deployment | Options’ pane. Besides, you may change the permissions by hands: use ‘Change Permissions’ context menu action on a Remote Host view. When invoked for the folder, its contents is processed recursively.
Note: changing remote permissions may be not supported by your FTP/SFTP server.
And for the dessert: use Ctrl+Shift+C at Remote Host view to copy the selected path(s) to the clipboard.
Download Web IDE EAP build 94.149 for your platform from project EAP page.
-JetBrains Web IDE Team
For up-to-date information please follow to corresponding WebStorm blog or PhpStorm blog.
По ссылке
http://www.jetbrains.com/webide/download/index.html
Дата обновления стоит 20 января 2009. А нынче 2010
@Мitrich: Thanks! Fixed.
Is there any option to directly work on a ftp directory as a project? this could be nice for wordpress / joomla related development.
@Emonweb There will be “Open remote project” option that will make local copy & and setup auto-sync, so you can open and edit any remote folder seamlessly.
Can you please make some tutorial or video on how exactly should configuring be done both in cases of phpunit on local and on remote server? Would it need phpunit-gateway.php like in Netbeans? Same thing with debugging on remote server.