Re: Should we set org.netbeans.editor.aa.text=true?

2018-01-07 Thread Antonio
Not sure this antialiasing behaviour is worth improving. Top (org.netbeans.editor.aa.text=true) vs bottom on JDK 9. Maybe this is just my box, though. On 07/01/18 16:04, Matthias Bläsing wrote: Hi, Am Donnerstag, den 21.12.2017, 08:08 +0100 schrieb Antonio: Default text antialiasing in a m

Re: Should we set org.netbeans.editor.aa.text=true?

2018-01-07 Thread Antonio
Which JDK are you using on Linux? OpenJDK8 is very bad in my laptop, but Oracle'd JDK 9 is a great improvement: I can use IBM Plex Mono out of the box [1] (i.e. without any additional settings). Thanks, Antonio [1] https://github.com/ibm/type On 07/01/18 16:04, Matthias Bläsing wrote: Hi,

Re: Should we set org.netbeans.editor.aa.text=true?

2018-01-07 Thread Matthias Bläsing
Hi, Am Donnerstag, den 21.12.2017, 08:08 +0100 schrieb Antonio: > Default text antialiasing in a modern Linux box (high DPI) is not > very good. > > After reading http://wiki.netbeans.org/EditorAntialiasing and > experimenting with different values I found the setting > "org.netbeans.editor.aa.

Re: [NB Git] NetBeans does not compile with OpenJDK 8

2018-01-07 Thread Peter Nabbefeld
Hm, "ant all" creates some zip files and initiates the validation step. While this is probably an unnecessary step, when I use "ant all" and disable validation, it says that validation is a needed before committing any changes, so IMHO it should work. Kind regards Peter Am 07.01.2018 um 11:

Re: [NB Git] NetBeans does not compile with OpenJDK 8

2018-01-07 Thread Geertjan Wielenga
I’ve never used ‘ant all’. Probably best to take another look at the README and just use ‘ant’, as stated there. Not sure if that’s the same as ‘ant all’ but based on your result it probably isn’t. Gj On Sunday, January 7, 2018, Peter Nabbefeld wrote: > "ant all" works at the command line, when

[NB Git] Why are there two JDK definitions?

2018-01-07 Thread Peter Nabbefeld
Hello, when I try to debug the build of incubator-netbeans, I get the following output: ant -f /home/peter/incubator-netbeans/nbbuild/nbproject/nbjdk.xml tryme-debug tryme-debug: Duplicated project name in import. Project jdk defined first in /home/peter/incubator-netbeans/nbbuild/nbproject

Re: [NB Git] NetBeans does not compile with OpenJDK 8

2018-01-07 Thread Peter Nabbefeld
"ant all" works at the command line, when validation is disabled ("nb.run.validation=false"). Validation fails in "org.netbeans.core.validation". Building does not work inside NetBeans, as in some cases obviously the default Java platform (JDK 9) is used. Regards P. Am 07.01.2018 um 08:54