Re: Checkstyle configuration from NetBeans configuration

2019-01-08 Thread Philip Durbin
Enrico, I want the same thing. We encourage all contributors to use NetBeans to reformat code using the default settings before making a pull request and I would love to be able to point these contributors to a single Checkstyle file that confirms to the out of the box NetBeans formatting defaults.

RE: NB 10 Sluggish start up and multiple Low memory errors, possible issue with automatic -Xmx setting?

2019-01-08 Thread Lister Jonathan
Thanks Thomas, I have 18 projects in the project list, 4 of which are small, 2 large, the rest medium. Restricted -Original Message- From: Thomas Kellerer Sent: Tuesday, 08 January, 2019 12:48 To: users@netbeans.apache.org Subject: Re: NB 10 Sluggish start up and multiple Low memory e

RE: can't set break points in NB10 PHP

2019-01-08 Thread Jake Ochs
Sorry for the double email – I forwarded it to the wrong address and I’d like the users group to also have the thread to reply to… From: Jake Ochs Sent: Tuesday, January 8, 2019 9:05:59 AM To: d...@netbeans.incubator.apache.org; users@netbeans.apache.org Subject:

RE: can't set break points in NB10 PHP

2019-01-08 Thread Jake Ochs
I’m still seeing this behavior in the NB10 release. Anyone else out there using PHP that can validate my findings? PHP debugging only works when Netbeans is set to stop at first line. Cross posting in nbuser group. Will evaluate responses before opening a JIRA ticket… _

Re: NB 10 Sluggish start up and multiple Low memory errors, possible issue with automatic -Xmx setting?

2019-01-08 Thread Thomas Kellerer
Lister Jonathan schrieb am 08.01.2019 um 13:36: > Out-of-the box configuration is extremely slow and un-usable on first launch > whilst the 'Background scanning of projects' was running .. > Settings and open project list imported from NB 8.2 - which works like a > charm ;-) > Very High CPU usag

NB 10 Sluggish start up and multiple Low memory errors, possible issue with automatic -Xmx setting?

2019-01-08 Thread Lister Jonathan
Out-of-the box configuration is extremely slow and un-usable on first launch whilst the 'Background scanning of projects' was running .. Settings and open project list imported from NB 8.2 - which works like a charm ;-) Very High CPU usage for > 1 hour, CPU cooling fan on constantly. See enclose

Re: Checkstyle configuration from NetBeans configuration

2019-01-08 Thread Enrico Olivelli
Il giorno mar 8 gen 2019 alle ore 09:09 John McDonnell ha scritto: > > Are you using a maven project? > > I think OOTB the maven checkstyle support uses one of the 3 'checks' files in > here: > https://github.com/apache/incubator-netbeans/tree/master/java/maven.checkstyle/src/org/netbeans/module

Re: Checkstyle configuration from NetBeans configuration

2019-01-08 Thread John McDonnell
Are you using a maven project? I think OOTB the maven checkstyle support uses one of the 3 'checks' files in here: https://github.com/apache/incubator-netbeans/tree/master/java/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config After adding the plugin to the pom.xml file. R