Questions tagged [netbeans-7.2]

NetBeans IDE 7.2 provides a significantly improved performance and coding experience, with new static code analysis capabilities in the Java Editor and smarter project scanning. The release also includes notable features such as integration with Scene Builder for visually creating JavaFX forms; support for multiple PHP frameworks; updated Groovy support; and many other enhancements in Java EE, Maven, C/C++ and the NetBeans Platform.

NetBeans IDE 7.2 provides a significantly improved performance and coding experience, with new static code analysis capabilities in the Java Editor and smarter project scanning. The release also includes notable features such as integration with Scene Builder for visually creating JavaFX forms; support for multiple PHP frameworks; updated Groovy support; and many other enhancements in Java EE, Maven, C/C++ and the NetBeans Platform.

New Feature Highlights:

Performance

  • Project scanning now on background, not blocking editor features and navigation
  • Improved project scanning speed
  • Improved performance on remote Filesystems

Java

  • FindBugs support
  • TestNG testing framework support
  • New refactorings and hints
  • Various Maven support enhancements
  • Various Debugger enhancements

Java EE

  • Amazon Elastic Beanstalk support
  • Code completion for Java Persistence named queries and JPQL statements
  • More editor hints for EJB and CDI
  • Improved and updated support for JSF component suites

JavaFX

  • Scene Builder interoperability
  • Improved FXML and FX CSS support
  • FX-in-Swing Projects
  • Default configurations for instant Run as WebStart and Run in Browser
  • Project auto-update and improved FX SDK/RT auto-detection

PHP

  • Support for PHP 5.4
  • PHP editing: Fix Uses action, annotations support, editing of Neon and Apache Config files and more
  • Support for , and frameworks
  • FTP remote synchronization
  • Support for running PHP projects on Hudson

Groovy and Grails

  • Dramatic improvement of scanning, code completion and Go to Type action speed
  • Updated to Groovy version 1.8.6
  • Enhancements of code completion and editor hints

C/C++

  • Support new C++11 standard
  • Pretty printing, watchpoints and catchpoints support for gdb
  • Partial and Incremental Find Usages
  • Improved parsing performance and reduced memory consumption

NetBeans Platform

  • Positioning of tabs in window system can be configured
  • Support for custom implementations of tab control
  • New @NavigatorPanel.Registration for registering navigator panels declaratively
  • New @Arg annotation for registering command line options declaratively
  • New @NbBundle.Messages available on fields

Miscelleanous

  • Subversion 1.7 built-in support
  • Improved Find in Projects functionality
  • New default locations for userdir and cachedir
  • 64-bit launcher for Windows

Official Website: http://netbeans.org/
Official Release informations: http://netbeans.org/community/releases/72/

Release Date: July 24, 2012, October 2, 2012 (NetBeans 7.2.1)

Tagging recommandation:

There are several version specific tags. It is recommended to use the tag together with the version specific tag, e.g. .

58 questions
4
votes
1 answer

Stop NetBeans from grouping comments together

Trying to find out how to change NetBeans (7.2) from deleting lines between comments. I Type // comment 1 // comment 2 NetBeans auto format changes to // comment 1 // comment 2 Is there a setting I am mising where I can stop the program from…
Adam
  • 723
  • 10
  • 22
3
votes
1 answer

Upgrading web.xml to 2.4 or above in NetBeans

I am using NetBeans IDE 7.2.1 version with APACHE tomcat 7.0.27.0 version server. I am trying to make a servlet file in my project but its showing the following message or error- "Web application version is unsupported . Upgrade web.xml to version…
Viks
  • 878
  • 4
  • 11
  • 18
3
votes
2 answers

How to read input from a file in a java project using netbeans 7.2 on fedora?

the file is aa.txt in the directory /home/user the code I wrote is input=new FileInputStream("//home//user//aa.txt"); but the program can not open the file. when I run it on windows, it works what is the format of the path in fedora to be read…
Mohamad Shawkey
  • 135
  • 1
  • 11
3
votes
2 answers

Step by step instructions for getting cppunit up and running with Netbeans 7.2 on OS X 10.8 Mountain Lion

Can someone please provide step by step instructions for getting cppunit working on OS X 10.8 Mountain Lion? This includes any downloads needed and any configuration of Netbeans. Currently, when I add a cppunit test, there is a warning on the Add…
Professor Tom
  • 352
  • 3
  • 16
3
votes
2 answers

Add JavaDocs Netbeans 7.2 Hibernate

A very stupid and common question . How to add javadocs of Hibernate(3.2.5) to Netbeans 7.2 . 1) Download Link of java doc for Hibernate . 2) Is this the correct step --- Project Properties >> Libraries >> Hibernate >> Edit >> Select ed hibernate…
Code_Life
  • 5,742
  • 4
  • 29
  • 49
3
votes
1 answer

Unable to start Netbeans 7.2 Profiler for Java ME projects

I'm trying to figure out why my Java ME app (a media player) is throwing Out of Memory Exceptions,however I have been unable to start the Netbeans profiler.The profiler works fine for other project types but is grayed out when I select any Java ME…
jgatcher
  • 175
  • 5
  • 12
2
votes
0 answers

Netbeans CRUD generator: customization and is it efficient for real applications?

I use netbeans 7.2.1. Is JSF CRUD Generated code efficient for real applications? I have created a test database and used netbeans CRUD generator. It uses DataModel and PaginationHelper instead of Lists for CRUD operations. There is an Entity…
2
votes
1 answer

Highlight opened file in netbeans 7.2

Is it possible to track opened file in files window in Netbeans? In Visual Studio there is an option "Track active item in solutions explorer" maybe there is something similar in Netbeans.
TOP KEK
  • 2,593
  • 5
  • 36
  • 62
2
votes
1 answer

Where does netbeans configurely store breakpoint information?

Where does netbeans configurely store breakpoint information? Had an issue of phantom breakpoints. Workaround was to right click in breakpoint list view and 'delete all' to get rid of it. I want to avoid this in future. Netbeans 7.2
Basit Anwer
  • 6,742
  • 7
  • 45
  • 88
2
votes
0 answers

Netbeans 7.2 hangs in loading modules after updates!! ubuntu 12.04+ 32bits system

I recently updated Netbeans 7.2 on Ubuntu 12.04. Downloading those updates took quite a long time and I had to download some packages manually, but this were probably some issues with my corporate network and proxy. When it finally finished…
子昂 陳
  • 111
  • 1
  • 2
  • 7
2
votes
5 answers

Netbeans 7.2 Ctrl + Click doesn't work

Fresh install of Netbeans 7.2 for PHP (literally 5 mins old) never installed on this system before. Ctrl+Click fails when clicking on the parent class Class Foo extends Bar also namespaced classes. Only local methods are found when ctrl +…
cloakedninjas
  • 4,007
  • 2
  • 31
  • 45
2
votes
0 answers

Netbeans 7.2 ID doesn't start

I've updated the Netbeans, and now I found this problem restarting the id. Warning - could not install some modules: CSS Visual Editor - The module CSS Editor was requested in version >= 1.30 but only 1.29 was found. 24 further modules could not be…
elcadro
  • 1,482
  • 3
  • 21
  • 45
2
votes
0 answers

Netbeans 7.2: disable the syntax error window?

Is there a way to disable the syntax error window (yellow pop-up) in 7.2? Searched for this everywhere, but didn't find a definitive answer. I don't think it is possible, but thought I'd ask. Thanks!
dave
  • 1,041
  • 2
  • 12
  • 18
2
votes
0 answers

Cannot use Go to file feature in NetBeans with files in Include Path

I'd like to use the Go to files feature in NetBeans for the files in Include Path, but I cannot. Is there anyway to turn it on or it's just not implemented? I'm using NetBeans 7.2 for PHP. Thanks,
ltvan
  • 308
  • 3
  • 7
2
votes
1 answer

How to solve the Hot Key conflict issue of NetBeans (under Ubuntu)?

I installed NetBeans 7.2 under my Ubuntu 12.04. And to invoke javadoc, I press the HOT KEY Alt+F1 when mouse is on the word, but it will only trigger Ubuntu's Applications menu on the top-left corner of my desktop (Gnome). How to solve the conflict…
Tom Xue
  • 3,169
  • 7
  • 40
  • 77