📜 ⬆️ ⬇️

NetBeans 7.1 beta - new for PHP developer

NetBeans 7.1 beta is released - a complete list of changes and improvements .
I will focus on the most important changes, as it seems to me, related to PHP and related to web development.

CCS3 support

new syntax, new elements and pseudo-classes are supported, highlighted ...
image
and autocomplete
image
specific browser-specific properties are supported
image
there is a CSS code navigator
image

Php

Smart substitution of method and function parameters
image
Improved try / catch substitution
It was:
image
It became:
image
Improved debager
Settings in own tab for PHP Tools -> Options -> PHP image
Some XDEbug parameters can be configured directly in this tab.
image
Available to show requests in a separate window
image
FTP over TLS / SSL
Smarty support
image
')
Version control
Full Git support out of the box
Added tab History to standard file editor for quick access to local history
image

Download NetBeans 7.1 beta

Source: https://habr.com/ru/post/129665/


All Articles