Re: Installing c++ module on 9 offline

2018-08-11 Thread Dani Lanaya
Hi, Yes, you would want to download the relevant .nbm file for the plugin from the plugin portal http://plugins.netbeans.org/PluginPortal/ and copy it to your dev box. Then you can install it from the "Downloaded" tab of the Plugins dialog. http://wiki.netbeans.org/InstallingAPlugin Best dani

Re: Annotation Processing support

2018-07-12 Thread Dani Lanaya
Sorry, I don't mean to be vague, I'm just a little confused - what I mean is that though the imported Lombok annotations are resolved with no errors, the accessor methods/constructors/etc that should be generated by the annotations are not. Netbeans is underlining those in red and a Maven build

Annotation Processing support

2018-07-12 Thread Dani Lanaya
Hi, One of the projects I'm trying out Netbeans 9 for uses Lombok. But I don't see the "Enable Annotation Processing" option on build that was apparently available in 8.2 and is mentioned in the Lombok docs. So I'm getting a lot of errors in my project. Is this planned for support in 9, or,