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
41
votes
2 answers

How do you turn on wrapped mode in the NetBeans output console?

How do you turn on wrapped mode in the console? I'm using NetBeans IDE 6.8 I keep getting the message: ...this line is too long, please switch to wrapped mode to see the whole line...
darkspine
  • 651
  • 1
  • 6
  • 17
36
votes
16 answers

NetBeans background scanning projects takes too long

NetBeans background scanning projects takes too long. Every time when I open netbeans it scanning for ages. I used NetBeans 7.2 and it works perfecly. Now I formatted pc and reinstalled windows, install the same version of NetBeans 7.2, and it works…
user3351236
  • 2,488
  • 10
  • 29
  • 52
25
votes
1 answer

How to display all compile errors in Netbeans as a task list?

Is there a way in Netbeans 7.2 to have all compile errors of all open projects display in some task list, just like the "Action Items" do? I just can't find any. The reason behind this is that I make some method signature change that for example…
MicSim
  • 26,265
  • 16
  • 90
  • 133
23
votes
6 answers

remove annoying highlighting Netbeans 7.2 C++

Anytime I write a variable's name I get this annoying IDK green or yellow highlight . What is it ? how to get rid of it? Image here:
Nash Vail
  • 848
  • 2
  • 11
  • 27
14
votes
3 answers

java.lang.NullPointer Exception when running C++ Programs in Netbeans 7.2

I wanted to try my hands on C++ and wanted to use the same netbeans IDE since I have being using it for sometime for Java development. I downloaded the Cygwin tools and set up the IDE accordingly. When I try to run the application it says that the…
LalakaJ
  • 531
  • 7
  • 16
12
votes
8 answers

Netbeans 7.2 not starting

I recently installed Netbeans 7.2 beta and it worked fine. Then I installed Netbeans 7.2 final release on top of beta and during the installation, Netbeans 7.1 and Netbeans 7.12 were there. Now when I launch Netbeans, it does not go beyond "loading…
Buddhika Ariyaratne
  • 2,339
  • 6
  • 51
  • 88
11
votes
5 answers

How to add radio buttons in button group?

After dragging and dropping button group in Netbeans 7.2, how to add radio button in that button group?
Pradip Kharbuja
  • 3,442
  • 6
  • 29
  • 50
9
votes
3 answers

Generating UML diagrams using NetBeans 7.2

I found this link: http://wiki.netbeans.org/NetbeansUML for generating UML diagrams from existing code; admitedly using NetBeans 5.5. I followed the outlined procedure but just get an empty -Model project. Does the "Reverse Engineer..." method not…
Graham Seed
  • 742
  • 3
  • 10
  • 24
7
votes
3 answers

Netbeans 7.2 + Less plugin

I read this topic about a Less plugin for Netbeans: Add syntax highlighting to .less-files in NetBeans Anyone know a solution to version 7.2 of Netbeans without bugs? Adding a new file type is not the best solution because it displays several…
Fred Wuerges
  • 1,965
  • 2
  • 21
  • 42
7
votes
1 answer

How to Integrate Zend framework 2 into Netbeans 7.2 IDE

when i download the Zend framework package, it does not contain the zf.bat or zf.php or zf.sh files. Netbeans requires a path to the zf.bat file of zend framework. Does anyone knows how to integrate the Zendframework 2 in to the Netbeans 7.2 PHP…
fon
  • 255
  • 2
  • 7
  • 16
6
votes
1 answer

RegEx Multiline result - Netbeans 7.2 find and replace feature

I'm using the "find" tool in Netbeans 7.2 and I'm looking to make regular expression that would allow me to gather results that have multiple lines. A sample Html code I would like to apply the regular expression on : …
Kraven
  • 233
  • 2
  • 11
6
votes
2 answers

Unrecognized command line option "-std=c++11" c++ in Netbeans 7.2

I am trying to use C++11. After sifting through the internet I found that all I have to do is right click on my project -> properties and under the "C++ standard" select c++ 11. When I run the program with C++ 11, I get this error "unrecognized…
Darren Hoehna
  • 269
  • 2
  • 8
  • 19
6
votes
2 answers

Netbeans 7.2 FTP is incredibly slow

I just created a new project that connects to a remote website to edit the files. It's been 10 minutes and it still hasn't finished downloading. The site is no bigger than 30mb and I have a decent internet connection. Anyone else experiencing this?
UserX
  • 1,228
  • 2
  • 15
  • 28
4
votes
1 answer

How to show up compiler errors/warnings list in NetBeans 7.2 for C/C++?

Where can I find the window where the compiler errors/warnings were listed in NetBeans 7.2 for C/C++? I saw that maybe the Action Items window would make the job, but it doesn't. (I use MinGW suite with MSYS.)
Hiddin
  • 41
  • 1
  • 1
  • 3
4
votes
2 answers

NetBeans IDE 7.2 does not start

Previous to installing the latest version of the NetBeans IDE 7.2 I uninstalled my previous version. The ide does not start. I see the hour glass for a few seconds in my Windows Vista and disappears and nothing happens. I am left with no IDE to run.…
user1874354
  • 53
  • 1
  • 1
  • 6
1
2 3 4