NewAndNoteworthyNB801
Contents |
Editor
Java
Profiler
Java Enterprise Edition
- Support for WebLogic Server 12.1.3
- Support for WildFly Server
- Installer bundled Tomcat upgraded to 8.0.9
JavaScript
Editor
Platform development
C/C++
PHP
Editor
- Support for PHP 5.6
- Support for Member Code Completion in PHPDoc
- Possibility to Use Public Modifier for Generated Methods
atoum
- Support for code coverage
Projects
Debuggers
Unit Testing
Karma
- Support for debugging JS files has been added.
- Support for code coverage has been added.
Versioning
Git
General
- Update to JGit 3.4.1 Issue 245452
- Provide an "Open configuration" action at "Git -> Repository -> Open Configuration" which opens the .git/config file in the NetBeans editor Issue 245254
"Incoming/outgoing" view
- A new view for displaying incoming and outgoing commits. Adds two new actions "Show In/Outgoing" displaying unpulled (unpushed) commits into (from) a specific branch. Issue 245076
Git Repository Browser
- Add "Search History" context menu action for branch and tag nodes Issue 245135
- Add "Sync with tracked branch" context menu action for branch node. This action moves the branch's head to the new commit if it is a ff merge. Issue 245078
- Add option to automatically pull branches Issue 244707
How to set it up:
a) in the repository browser open the popup menu on a local branch
b) select/unselect the option "[x] Automatically Synchronize with "origin/XXX"
c) when selected then the local branch will be synced after a fetch/pull automatically. - Sync status of branches like "behind/ahead/merge needed" are displayed right next to the branch's name Issue 245134
- Usability: press DEL for deleting branches/tags Issue 245093
- Usability: double click to checkout branch/revision/tag Issue 243226
History view
- Add "Cherry pick" action Issue 235267
"Show changes" view
- view can now be opened without changing the context - assign a shortcut for the action name "Open Status Window" in the keymap options Issue 243931
- changes can now also be shown in tree (similar to the normal diff view) Issue 244537
Merge dialog
- allow to specify fast-forward behavior Issue 245236
Commit dialog
- Open diff of files in one tab instead of n-tabs. Git displays the diff in one single tab with all the files selectable in a table at the top of the tab - similar to the normal diff view. Issue 237636
Bugtracking
Platform
Mouse wheel scrolling of inner tabs in Output, Search Results and Usages windows. Issue 243529
Closing of minimized windows with mouse middle-click. Issue 244584
Search
HTML Project
New support for package.json and bower.json. Node.JS and Bower modules can be installed directly within the IDE.
Improved support for grunt. Grunt tasks are now available on project level for HTML5 Project, PHP, Maven and Web Projects. Grunt tasks can be mapped to Project's actions (Build, Clean, Clean and Build)