NetBeans 74 NewAndNoteworthy
m |
m (→Reintegrate Branch) |
||
Line 77: | Line 77: | ||
== Subversion == | == Subversion == | ||
=== Reintegrate Branch === | === Reintegrate Branch === | ||
- | The Subversion | + | The Subversion merge dialog now allows you to easily merge a feature branch back into trunk. |
- | [[File: | + | [[File:Reintegrate_branch.png]] |
+ | === Diff between branches === | ||
+ | The Subversion diff view now allows to compare any two trees, thus letting you diff local changes against another revision, branch or tag or any two revisions from the repository. | ||
+ | [[File:SvnDiffTrees.png]] | ||
=Platform= | =Platform= | ||
TBD | TBD |
Revision as of 11:24, 3 April 2013
Contents |
Editing
CSS Preprocessors
Basic editing support for Sassy CSS and LESS CSS preprocessor files has been added to Netbeans dev build. The work is still in progress, but the main part is ready to use:
- syntactic and semantic (parser based) coloring for the language constructs,
- indentation, simple reformat of code,
- code folds,
- file templates
For variables and mixins we provide:
- go to declaration,
- mark occurrences,
- instant rename,
- code completion (also shows items from imported files),
- vars, mixins and imported files shown in the navigator,
- find usages and refactor rename among files.
HTML5 Project
Network Monitor
Network monitor helps to analyze REST related communication, WebSocket communication and any network requests which failed. It is available for Chrome with NetBeans Integration and Embedded WebKit Browser.
For each request it displays request and response headers:
and response received from the server:
and call stack which triggered this network request:
For WebSocket communication all text frames are displayed:
The network monitor tries to provide help in certain common situations:
Projects
License Header template selection in project UI, template itself can be placed in project space locations.
Run Project toolbar button history
Open files are stored as part of Project Group now, when switching you will get the right set of files as they were when you left the group. see issue 168578
Ant
Bundled Ant upgraded to version 1.9.0.
Maven
Bundled Maven upgraded to version 3.0.5.
Compile on save now execution maven, not ant builds, CoS on by default. see FaqCompileOnSave
maven apisupport run platform speedup improvement issue 216929
maven/ant apisupport - mark non-public packages use and use of transient dependencies in editor and Todo list -
Debugger
TBD
Versioning
Subversion
Reintegrate Branch
The Subversion merge dialog now allows you to easily merge a feature branch back into trunk.
Diff between branches
The Subversion diff view now allows to compare any two trees, thus letting you diff local changes against another revision, branch or tag or any two revisions from the repository.
Platform
TBD