Michael Bien

Results 608 comments of Michael Bien

this should probably run the core.windows tests at least?

@eirikbakke right. The tool tips on the labels describe a bit what the label toggles. `core.windows` is part of the platform job, and if you look on the CI checks...

> Thanks! Is ci:dev-build something I should add for the benefit of reviewiers, or something I should only add if I need it myself? For both cases. You can use...

@eirikbakke pushing something to the PR will trigger a fresh workflow run or using the lock/unlock trick will do the same like you just did. Restarting an existing workflow run...

> > Happy to open a PR against netbeans-tools instead if you think that's the best place for these files. > > It think it might be, but let's see...

btw I could open the `.ai` file with inkscape and everything seemed to show up, "New Vector" and "Old Bitpmaps" layers etc

The download page links to community installers which package an up to date runtime JDK and latest NB in one installer. The bundle installers are probably one of the easier...

`GDK_SCALE` might be a workaround from JDK 8 times, before JEP 263. Although the JDK does check the value too: https://github.com/openjdk/jdk/blob/ab06a878f888827026424530781f0af414a8a611/src/java.desktop/unix/native/common/awt/systemscale/systemScale.c#L41-L52 If scaling is now detected correctly on JDK 17+...

@sijskes if you don't set `J2D_UISCALE` via your profile, will NB scale correctly with 2x? > When i'm developing a desktop application, that 'exec's another GUI application, like via xdg-open,...

>> if you don't set J2D_UISCALE via your profile, will NB scale correctly with 2x? >yes in that case it sounds like it could be handled by the same mechanism...