Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread John Neffenger
On 10/17/19 2:35 PM, Glenn Holmer wrote: It's much less subtle than that (see attachment: without on the left, with on the right). Interestingly, I checked my anti-aliasing settings in KDE, which were set to "Vendor Default". When I changed anti-aliasing to "Enabled", hinting style "Medium",

List of dark and light theme names

2019-10-17 Thread Tim Boudreau
I've got a weird query: I need to compile a list of all the popular light and dark editor themes for NetBeans - but, very specifically, the name of the folder in Editors/FontsColors in the system filesystem, not the localized display name. If you run a custom editor theme that's installed by a

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Laszlo Kishalmi
Then that's the expected result in your case. On 10/17/19 2:51 PM, Glenn Holmer wrote: On 10/17/19 4:45 PM, Laszlo Kishalmi wrote: And your JDK and Linux distro? openjdk version "13" 2019-09-17 OpenJDK Runtime Environment (build 13+33) OpenJDK 64-Bit Server VM (build 13+33, mixed mode,

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Glenn Holmer
On 10/17/19 4:45 PM, Laszlo Kishalmi wrote: > And your JDK and Linux distro? openjdk version "13" 2019-09-17 OpenJDK Runtime Environment (build 13+33) OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing) PRETTY_NAME="Debian GNU/Linux 10 (buster)" -- Glenn Holmer (Linux registered user

AW: Plugin doesn't work while using html4j/javafx wrappers

2019-10-17 Thread Christian Lenz
Hey Efrem, what do you mean exactly? Installed are JDK 1.8-131, 9.0.4, 10.0.1 & 10.0.2 and 11.0.2 The Instance of NetBeans, where my plugin will be installed runs on JDK 11.0.2. Highest version is 11.0.2, no JDK 12 or 13. And for building my plugin, I’m using JDK 9 and also tried 11. And here

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Laszlo Kishalmi
And your JDK and Linux distro? On 10/17/19 2:43 PM, Glenn Holmer wrote: On 10/17/19 4:35 PM, Glenn Holmer wrote: -J-Dawt.useSystemAAFontSettings=on It's much less subtle than that (see attachment: without on the left, with on the right). Oh, attachment went to bit bucket. See it here:

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Glenn Holmer
On 10/17/19 4:35 PM, Glenn Holmer wrote: >>> -J-Dawt.useSystemAAFontSettings=on > It's much less subtle than that (see attachment: without on the left, > with on the right). Oh, attachment went to bit bucket. See it here: https://www.lyonlabs.org/temp/without-with.png -- Glenn Holmer (Linux

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread John Neffenger
On 10/17/19 8:49 AM, Laszlo Kishalmi wrote: The stats says the majority of the Snap users are on Ubuntu 18.04 and though I do not have stats on the used JDK, but I guess they are still using either OpenJDK 1.8 or OpenJDK 11 LTS. So I feel for the majority of the users who do not really care

Plugin doesn't work while using html4j/javafx wrappers

2019-10-17 Thread Christian Lenz
Hey guys, regarding to this ticket here: https://issues.apache.org/jira/browse/NETBEANS-3185 I have the same problem with my own plugin which uses html4j stuff. Jaroslav Tulach already knows the plugin, he rewrote some code months (maybe 1 year) ago to fit better with html4j and no direct

Re: Setup development env for develop netbeans platform **itself**

2019-10-17 Thread Geertjan Wielenga
NetBeans IDE is a NetBeans Platform application, git clone from the repo, then do an ant build, open the module from the sources that you want to work on, and when you run it from NetBeans your changed module will be run on your cloned/built NetBeans Platform. Gj On Thu, 17 Oct 2019 at 18:16,

Setup development env for develop netbeans platform **itself**

2019-10-17 Thread ZhiHao Zhu
I'm seeking that the way to setup development env for develop netbeans platform **itself**. Could i use Eclipse or Intellij idea or netbeans IDE to import platform source code ??

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Laszlo Kishalmi
Well, The stats says the majority of the Snap users are on Ubuntu 18.04 and though I do not have stats on the used JDK, but I guess they are still using either OpenJDK 1.8 or OpenJDK 11 LTS. So I feel for the majority of the users who do not really care what is in the netbeans.conf Grayscale

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread John Neffenger
On 10/17/19 4:39 AM, Glenn Holmer wrote: However, I find that I still need to add -J-Dawt.useSystemAAFontSettings=on to make fonts look good in NetBeans (even under JDK 13). What would be the correct incantation to start the installer that way as well? Do you set that system property because

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Geertjan Wielenga
Really, you’ve had weeks and weeks now to report issues to be fixed for 11.2. Unless you have an issue that is about something that causes NetBeans itself not to start, your issue will be investigated, assuming you report the issue and have clear steps to reproduce, for 11.3, which is scheduled to

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Geertjan Wielenga
Where is that issue reported with steps to reproduce it? Gj On Thu, 17 Oct 2019 at 16:17, wrote: > Where can I get 11.2 for windows? > > I'm getting tired of 11.0 lagging when I make a change and the browser > refreshes, then it locks up, then if finally works... but I have to keep > going

RE: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread peter
Where can I get 11.2 for windows? I'm getting tired of 11.0 lagging when I make a change and the browser refreshes, then it locks up, then if finally works... but I have to keep going back to 8.2 Does 11.2 FIX this connection to the browser and stop the lagging problem? Thank you Peter

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Glenn Holmer
On 10/17/19 12:59 AM, reema.tan...@oracle.com wrote: > Latest build passed after correcting JDK config, > > Beta3 based Linux and Windows installers: > > https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-installers/ First time I've tried an installer in quite a while; it worked

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Josh Juneau
Been using for a day now without any issues on OS X. Product Version: Apache NetBeans IDE 11.2-beta3 Java: zulu8.40.0.25-ca-jdk8.0.222-macosx_x64 Runtime: zulu8.40.0.25-ca-jdk8.0.222-macosx_x64 System: Mac OS X Version 10.14.6 On Thu, Oct 17, 2019 at 3:15 AM Luff,Chris wrote: > Looking good,

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Luff,Chris
Looking good, no issues and starting up nice and fast. Product Version: Apache NetBeans IDE 11.2-beta3 Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11 Runtime: OpenJDK Runtime Environment 11.0.4+11 System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_GB (nb) Chris Luff | Associate

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread Geertjan Wielenga
Many thanks! Are you also planning a Mac installer? Gj On Thu, Oct 17, 2019 at 8:01 AM wrote: > Latest build passed after correcting JDK config, > > Beta3 based Linux and Windows installers: > > https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-installers/ > > Thanks, > > Reema > >

Re: Beta3 sneak preview

2019-10-17 Thread Geertjan Wielenga
On Thu, Oct 17, 2019 at 8:46 AM Dmitry Avtonomov < dmitriy.avtono...@gmail.com> wrote: > Start time is well over a minute for me. > If you're stating this as a problem, you'll need to provide a lot more info -- e.g., is this at first startup only? Or every startup? Gj > > *Product Version:*

Re: Beta3 sneak preview

2019-10-17 Thread Dmitry Avtonomov
Start time is well over a minute for me. *Product Version:* Apache NetBeans IDE 11.2-beta3 *Java:* 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11 *Runtime:* OpenJDK Runtime Environment 11.0.4+11 *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb) On Tue, Oct 15, 2019 at 12:26

Re: Apache NetBeans 11.2-beta3 is Available for Testing!

2019-10-17 Thread reema . taneja
Latest build passed after correcting JDK config, Beta3 based Linux and Windows installers: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-installers/ Thanks, Reema On 16/10/19 9:50 PM, Neil C Smith wrote: On Wed, 16 Oct 2019 at 15:34, Geertjan Wielenga wrote: No installers