Diego Cirujano Cuesta

Results 12 comments of Diego Cirujano Cuesta

@markusweimer, thank you very much. It also worked for me.

My college @streifi and I wanted to remove all IDE specific code and we found out that the IDEs(Netbeans, Eclipse and IntelliJ) couldn´t import the project from gradle. We had...

@DJViking Can you have a look to the pull request? I think if you want to try to import openjfx to eclipse, you need to use our pull request. Cheers!

If the pull request https://github.com/javafxports/openjdk-jfx/pull/401 is merged, IntelliJ and Netbeans will open openjfx without a problem. Eclipse seems to have a problem with Gradle 4.x and jigsaw. If we create...

With the pull request, NetBeans and IntelliJ do not have problems importing the project. Please, could anybody else test this? It would be great. The problem in Netbeans is not...

@kevinrushforth Does it make sense to ask about it in the mailing list?

I created the following tickets for Eclipse, Netbeans, and IntelliJ. I will create a PR to remove IntelliJ files. @nlisker, if Eclipse is able to load the projects from the...

@DJViking Gradle was updated to version 5, I think now should work better in Netbeans and Eclipse

@kevinrushforth I will try to have a look into it during the following days.

Of course instead of using: `((com.sun.javafx.geom.transform.Affine2D)ppg.getTransformNoClone()).scale(1.0001, 1.0001);` could be used: `ppg.scale(1.0001, 1.0001);` But the thing is how is the best way to flag it as "durty" during the printing rendering....