How to make a TopComponent undocked (from editor mode) be "always on top" ?

2023-12-29 Thread Jerome Lelasseux
If I undock a TopComponent from navigator or properties mode, the floating window will be "always on top". If I do the same for a TopCompoent in editor mode, it's not always on top. How can I get this editor window be "always on top" as wel ?  I searched for a property in the .wsmode files, but

Re: 'Run single' not working outside of IDE 18

2023-12-29 Thread Andreas Reichel
On Fri, 2023-12-29 at 11:09 +0100, Ulrich Mayring wrote: > If this is not a gradlew command-line, but some proprietary syntax, > then > how do I need to translate that into Gradle syntax? And how would my > task "runSingle" then have to look? @Laszlo, please is this Netbeans specific Gradle Bui

Re: 'Run single' not working outside of IDE 18

2023-12-29 Thread Ulrich Mayring
It's not about deprecating an API. It's about to encourage people to take care of their build scripts, in order not to rely on our heuristics. Also the way IDE actions mapped to build system calls can be configured in project properties Build > Build Actions My brain is probably scrambled here