Re: Can Ligatures in fonts be turned off in Windows

2020-04-05 Thread Alessandro
Hello Ken, Font ligatures in Java Swing are enabled with a text attribute: https://docs.oracle.com/javase/8/docs/api/java/awt/font/TextAttribute.html It should be certainly possible to selectively enable/disable it. Unfortunately I have searched NB source code for LIGATURES but found nothing relev

Re: NetBeans Run for Maven projects does not process pom file properly

2020-04-05 Thread Ernie Rael
On 4/5/2020 11:21 AM, Kenneth Fogel wrote: Before I rush off and file a report on JIRA for NB 12.0 Beta 2 I’d thought I’d run this by the group especially as it has been the behaviour of NB for as long as I have used it. If I use Run (green triangle) and have a pom.xml dependency that is no

Re: how to use jlink in nbactionx.xml

2020-04-05 Thread Ernie Rael
I later discovered that after "Add Custom" action for jlink. I got this in nbactions.xml |   |   CUSTOM-jlink |   jlink |   |   clean |   javafx:jlink |   |   -ernie On 4/5/2020 4:30 PM, Ernie Rael wrote: Hi Ken, I guess the

Re: Forced to download nb-javac even when not selected

2020-04-05 Thread Jan Lahoda
On Fri, Apr 3, 2020 at 2:48 PM Eirik Bakke wrote: > > over the past few years, the gap between NetBeans+nb-javac and > NetBeans+recent JDK javac got much smaller > > That's good to hear. In particular, is there a fundamental reason why > Compile on Save can not be supported from the JDK javac? >

Re: how to use jlink in nbactionx.xml

2020-04-05 Thread Ernie Rael
Hi Ken, I guess the entry in nbactions is wishful thinking by the openjfx and Gluon guys. They proposed a similar nbactions at StackOverflow It turns out you can run jlink from the IDE. Using a project created with NB-12beta2 (that probably doesn't matter), I'm using Simple JavaFX archetype

Re: Duplex Printing Support

2020-04-05 Thread Geertjan Wielenga
What does “anonymously add an issue” mean? https://issues.apache.org/jira/projects/NETBEANS/issues Above is the issue tracker, join up there to file issues. Gj On Sun, 5 Apr 2020 at 20:17, Sean Carrick wrote: > Hey, all! > > I just looked at the Issues and could not find a way to anonymously

Re: NetBeans Run for Maven projects does not process pom file properly

2020-04-05 Thread Geertjan Wielenga
After you create your OpenJFX Gluon applications in 12.0 Beta 2, just right-click the project and choose Run or Debug to run or debug them. Gj On Sun, 5 Apr 2020 at 20:21, Kenneth Fogel wrote: > Before I rush off and file a report on JIRA for NB 12.0 Beta 2 I’d thought > I’d run this by the gro

NetBeans Run for Maven projects does not process pom file properly

2020-04-05 Thread Kenneth Fogel
Before I rush off and file a report on JIRA for NB 12.0 Beta 2 I'd thought I'd run this by the group especially as it has been the behaviour of NB for as long as I have used it. If I use Run (green triangle) and have a pom.xml dependency that is not already in the local repository then the dep

Duplex Printing Support

2020-04-05 Thread Sean Carrick
Hey, all! I just looked at the Issues and could not find a way to anonymously add an issue, so I thought that I would just "submit" it here. Over the weekend, I needed to print a code file, which was quite lengthy (1100+ lines), so that I could look it over to make sure that I had all of my inten

Can Ligatures in fonts be turned off in Windows

2020-04-05 Thread Kenneth Fogel
Not long ago I wrote about the JetBrains Mono font. I liked it but it had ligatures I could not turn off in NB on Windows. To the rescue came Andrew Podkovyrin who forked a non-ligature version at https://github.com/podkovyrin/JetBrainsMono/tree/feature/no-ligatures-1-0-3/no-ligatures. When I

how to use jlink in nbactionx.xml

2020-04-05 Thread Kenneth Fogel
As suggested by Geertjan here is my question in the subject line "how to use jlink in nbactionx.xml" Jaraslav's suggestions 'It might appear in "Project popup/Run Maven/JLink", if not try "Project popup/Properties/Actions" category' does not reveal jlink either. I just thought it might be a