Re: Weird behavior since the nb-javac update

2018-09-07 Thread Laszlo Kishalmi
Upgraded to 1.4. The weird auto import issue has gone. The IDE works as it should. On 09/07/2018 04:37 AM, Reema Taneja wrote: Uploaded version 1.4 of nb-javac plugin. This is same as version 1.2. Please upgrade if you are seeing below issue in Release 9. Thanks, Reema On 9/7/2018 9:50 AM,

Public vs. Friend API Reloaded (Round 2)

2018-09-07 Thread Laszlo Kishalmi
Dear all, We had a quite active discussion on API Friendliness about 2 months ago. I've tried to formalize the options we have and collect opinions. https://cwiki.apache.org/confluence/display/NETBEANS/Public+vs+Friend+API It seems this debate is drying out. If anyone has additional think to

Building groovy cluster

2018-09-07 Thread Sven Reimers
Hi, I am trying to build the cluster and started with libs.groovy project in subdirectory groovy/libs.groovy and get the following error BUILD FAILED /Users/sven/oss/netbeans/apache-incubator-netbeans/nbbuild/templates/projectized.xml:99: java.lang.IllegalStateException: Cannot find myself as

Re: [DISCUSS] NetBeans brand and domain transition to Apache

2018-09-07 Thread Bertrand Delacretaz
Hi, On Fri, Sep 7, 2018 at 8:38 PM Will Hartung wrote: > ...So, what it's the definition of distribution? Hosted on Apache > infrastructure?... Yes that's my understanding. Apache artifacts are distributed via our mirroring system [1] and that's only for software that we produce. OTOH if the

Re: [GROOVY] Should we update to latest stable Groovy version?

2018-09-07 Thread Sven Reimers
This is the issue to track the progress https://issues.apache.org/jira/browse/NETBEANS-1228 -Sven On Wed, Sep 5, 2018 at 3:10 PM Geertjan Wielenga wrote: > Maybe Edward and his team can join in your work, Sven. See below, published > today, and Edward is on the dev mailing list too: > >

Re: [DISCUSS] NetBeans brand and domain transition to Apache

2018-09-07 Thread Will Hartung
On Tue, Sep 4, 2018 at 2:59 PM Geertjan Wielenga wrote: > No, it doesn't mean anything at all -- except that what we're trying to do > here is figure out the best way to solve this particular scenario. > > We're discussing here, you're welcome to join in. Where should the binaries > be hosted,

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Sven Reimers
If we can fix the grant problem so that ASF mentors etc. are ok I am +1 to have the code at Apache NetBeans -Sven Jose Ch schrieb am Fr., 7. Sep. 2018, 18:44: > +1 > > Regards > Jose Luis Contreras > > > El vie., 7 sept. 2018 a las 5:15, Eric Barboni () > escribió: > > > Hi all, > > > >

Re: Blurry font with NetBeans 9.0

2018-09-07 Thread Peter Steele
Here it is -J-Dsun.java2d.dpiaware=false -J-Dsun.java2d.uiScale=2 With these you don't need to set the -fontSize, icons and fonts work well. These work well for a theme that is not native (for me that is GTK) On Fri, Sep 7, 2018 at 7:21 PM Peter Steele wrote: > The theme you use will make a

Re: Blurry font with NetBeans 9.0

2018-09-07 Thread Peter Steele
The theme you use will make a difference too, if it's a native laf theme then it will use the os scaling properties. If not it won't and you will need to set the ui scaling property and also set hdip property. There is a manifest solution too but you don't need this. If you need these -J-D command

RE: Blurry font with NetBeans 9.0

2018-09-07 Thread Eirik Bakke
> Add --fontsize 24 (or whatever size works) to your netbeans.conf and turn off > zoom. That won't work for multi-monitor situations where one monitor is HiDPI and one is not--the window would appear twice as large (in physical inches) if you dragged it from the HiDPI screen to the regular

Re: Blurry font with NetBeans 9.0

2018-09-07 Thread Tim Boudreau
Add --fontsize 24 (or whatever size works) to your netbeans.conf and turn off zoom. Of course fonts will look fuzzy when zoomed - you are making the logical pixels take up more than one physical pixel. There are a couple of system properties that may be useful to tell AWT as well. I have been

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Jose Ch
+1 Regards Jose Luis Contreras El vie., 7 sept. 2018 a las 5:15, Eric Barboni () escribió: > Hi all, > > Several maven related utilities (see below) for NetBeans are located in > mojohaus. Milos Kleint one of the main contributor is willing to donate > contribution to the Apache Netbeans

Re: netbeans.org transition at Apache NetBeans Virtual Meetup

2018-09-07 Thread Neil C Smith
On Thu, 6 Sep 2018 at 22:54, Geertjan Wielenga wrote: > > https://blogs.apache.org/netbeans/entry/audio-of-virtual-apache-netbeans2 > Thanks! I'll try and figure out the mic levels on this new laptop before the next one - nothing like a distorted voice saying CAN YOU HEAR ME?! :-) In terms of

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread John Yeary
+1 John Yeary *NetBeans Dream Team* *Founder Greenville Java Users GroupJava Users Groups Community Leader*

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Matthias Bläsing
Hi, some might get a bit grumpy after I write this, but for me this is currently a: -1 The reasoning: Oracle is in a pretty good situation regarding the donation of the netbeans source base to the ASF. At least since I'm aware of netbeans, Sun and Oracle both required major contributions to be

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Bertrand Delacretaz
Hi, On Fri, Sep 7, 2018 at 12:15 PM Eric Barboni wrote: > ...Milos Kleint one of the main contributor is willing to donate > contribution to the Apache Netbeans project... Note that whoever owns the code has to sign an Apache Software Grant [1] - if Milos feels he can do that, all is good. If

RE: AW: (Git) Diff Window horizontal space rescue

2018-09-07 Thread Eirik Bakke
On the topic of saving space, I have implemented a patch for https://issues.apache.org/jira/browse/NETBEANS-731 , which hides the menu bar in full screen mode (while letting the user still access it by moving the mouse to the top of the screen). This is standard behavior on MacOS, but not on

RE: Blurry font with NetBeans 9.0

2018-09-07 Thread Eirik Bakke
I have added https://issues.apache.org/jira/browse/NETBEANS-1227 to indicate that the NetBeans launcher should eventually declare itself as DPI-aware, like JDKs javaw.exe already does. -- Eirik -Original Message- From: Eirik Bakke Sent: Friday, September 7, 2018 9:48 AM To:

RE: Blurry font with NetBeans 9.0

2018-09-07 Thread Eirik Bakke
Hi, Christian. I have NetBeans 9.0 running very well on a Windows 10 HiDPI screen at either 150% or 200% scaling. It's essential to use the latest Java--I use 10.0.2. You also need to right click the "bin\netbeans64.exe" file, or whichever shortcut you're using to open NetBeans, go to the

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Kai Uwe Pel
+1 On 9/7/2018 2:52 PM, Thilina Ranathunga wrote: +1 On Fri, Sep 7, 2018, 5:55 PM John McDonnell wrote: +1 On Fri 7 Sep 2018, 12:57 Carl Mosca, wrote: +1 On Fri, Sep 7, 2018 at 7:54 AM Geertjan Wielenga wrote: +1 Gj On Fri, Sep 7, 2018 at 1:00 PM, Javier Ortiz <

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Thilina Ranathunga
+1 On Fri, Sep 7, 2018, 5:55 PM John McDonnell wrote: > +1 > > On Fri 7 Sep 2018, 12:57 Carl Mosca, wrote: > > > +1 > > > > On Fri, Sep 7, 2018 at 7:54 AM Geertjan Wielenga > > wrote: > > > > > +1 > > > > > > Gj > > > > > > On Fri, Sep 7, 2018 at 1:00 PM, Javier Ortiz < >

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread John McDonnell
+1 On Fri 7 Sep 2018, 12:57 Carl Mosca, wrote: > +1 > > On Fri, Sep 7, 2018 at 7:54 AM Geertjan Wielenga > wrote: > > > +1 > > > > Gj > > > > On Fri, Sep 7, 2018 at 1:00 PM, Javier Ortiz > > wrote: > > > > > +1 > > > > > > On Fri, Sep 7, 2018, 5:30 AM Luff,Chris > > > > wrote: > > > > > > >

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Carl Mosca
+1 On Fri, Sep 7, 2018 at 7:54 AM Geertjan Wielenga wrote: > +1 > > Gj > > On Fri, Sep 7, 2018 at 1:00 PM, Javier Ortiz > wrote: > > > +1 > > > > On Fri, Sep 7, 2018, 5:30 AM Luff,Chris > > wrote: > > > > > +1 > > > > > > Associate Principal Software Engineer | IP Development - Care Insight >

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Geertjan Wielenga
+1 Gj On Fri, Sep 7, 2018 at 1:00 PM, Javier Ortiz wrote: > +1 > > On Fri, Sep 7, 2018, 5:30 AM Luff,Chris > wrote: > > > +1 > > > > Associate Principal Software Engineer | IP Development - Care Insight and > > Delivery Dev | chris.l...@cerner.com | > > Cerner

AW: Blurry font with NetBeans 9.0

2018-09-07 Thread Christian Lenz
Hey Javier, I tried 8.* but this is not possible because it has not the HiDPI functionality, so the Application is not usable anymore, because everything is to small. I will try JDK 9 smth and will let you know. But if there are still blurry Fonts, then this is another Problem. Yes Maybe

AW: AW: (Git) Diff Window horizontal space rescue

2018-09-07 Thread Christian Lenz
Hey Emilian, what is the Progress of this Task? I tried NB 9.0 and it is only that you moved the 2 drop downs (diff: Dropdown to: Dropdown) to the lines with the icons. But what About the other suggestions? Cheers Chris Von: Christian Lenz Gesendet: Sonntag, 13. Mai 2018 12:33 An:

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Javier Ortiz
+1 On Fri, Sep 7, 2018, 5:30 AM Luff,Chris wrote: > +1 > > Associate Principal Software Engineer | IP Development - Care Insight and > Delivery Dev | chris.l...@cerner.com | > Cerner Limited > > On Sep 7, 2018, at 11:15 AM, Eric Barboni

Re: Blurry font with NetBeans 9.0

2018-09-07 Thread Javier Ortiz
Have you tried on different JDK? I suspect the zoom is most likely the culprit. On Fri, Sep 7, 2018, 3:45 AM Christian Lenz wrote: > Hey All, > > I wanted to test out NetBeans 9.0 and I must say, that I have a blurry > font. Please see the attached screenshot of comparing NetBeans 8.2 and >

Re: [VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Luff,Chris
+1 Associate Principal Software Engineer | IP Development - Care Insight and Delivery Dev | chris.l...@cerner.com | Cerner Limited On Sep 7, 2018, at 11:15 AM, Eric Barboni mailto:sk...@apache.org>> wrote: Hi all, Several maven related

[VOTE] Accept donation Mojohaus NetBeans Maven Utilities

2018-09-07 Thread Eric Barboni
Hi all, Several maven related utilities (see below) for NetBeans are located in mojohaus. Milos Kleint one of the main contributor is willing to donate contribution to the Apache Netbeans project.   Maven NetBeans plugins and libraries: https://github.com/mojohaus/nbm-maven-plugin (plugin to

Blurry font with NetBeans 9.0

2018-09-07 Thread Christian Lenz
Hey All, I wanted to test out NetBeans 9.0 and I must say, that I have a blurry font. Please see the attached screenshot of comparing NetBeans 8.2 and NetBeans 9.0: https://netbeans.slack.com/files/U2BLJ28NA/FCJC0D1C5/image.png It doesn’t matter of the LaF so I have it w/ or w/o the dacrula