Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Anti-aliasing: http://thomashunter.name/blog/enabling-anti-aliasing-in-the-netbeans-editor/

Parsing C++11 Foo<Bar<Baz>> is broken in 7.2. Apparently this is fixed in the dailies: http://netbeans.org/bugzilla/show_bug.cgi?id=179939#c15

Under project build options, make sure you set your C++ standard to C++11. There are some other preprocessor macros you probably want to define so that NetBeans' parser will follow the #ifdefs properly.

  • __GXX_EXPERIMENTAL_CXX0X__
  • _GLIBCXX_USE_C99_STDINT_TR1

To delay project parsing until compile-time install Scan On Demand plug-in; http://wiki.netbeans.org/ScanOnDemand

  • No labels