Groovy

2018-10-22 Thread Peter Steele
Hi I am trying to install the latest version of gradle from here http://plugins.netbeans.org/plugin/44510/gradle-support I have the 8.2 version but I want a later version as the 8.2 gradle plugin doesn't seem to work with the lastest version of ubuntu. I have an issue though, I get this message

[API] How to remove space around JFXPanel in editor position?

2018-10-22 Thread Jared Pkgsrc
Hi all, I am trying to port a JavaFX desktop app I've been working on to the NetBeans platform. The interface is simple. I intend to keep all the JavaFX components in a single JFXPanel, which I have in the editor position filling the NetBeans main window. I have also figured out how to hide the

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
Thanks i think with this i can open the link with an external browser. I now only have to figure out how to open it in the external browser. I also saw this thread http://netbeans-org.1045718.n5.nabble.com/External-HTML-Browsers-td3025927.html but that also did not solve my problem. On 2018/10/22

Re: AW: SQL profiling

2018-10-22 Thread Glenn Holmer
On 10/22/2018 03:09 AM, Christian Lenz wrote: > A bit off Topic, I like the feature too, but this is only working for > Java Projects, Right? It would be good, if we can have a Little profiler > for plain SQL too, I mean in the DB section of NetBeans. There is a > MySQL profiler in the MySQL DB. I

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Martin Barnáš
We had requirement from our customer that browser mustn't be available to users of our application. I dont' think it is possible to remove internal browser completely but I forbid to use it by creating my own implementation of service org.openide.awt.HtmlBrowser.Factory and org.openide.awt.Html

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
I'm talking about netbeans platform. Not the IDE. If i packag my netbeans platform application i dont want the internal browser get packaged with my application. My use case is this i have an about dialog with an html reference to the homepage of the aplication. But when i click the link in the abo

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Neil C Smith
On Mon, 22 Oct 2018 at 12:53, Sven Marquardt wrote: > > I wonder if there is an option to disable the internal webbrowser of the > netbeansplatform. Right now everytime i or a user of the application > clicked on a link, the inernal browser will open. Is there a way to > disable this? You might w

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Lutz Horn
On Mon, Oct 22, 2018 at 01:53:26PM +0200, Sven Marquardt wrote: > I wonder if there is an option to disable the internal webbrowser of > the netbeansplatform. Tools > General > Web Browser > "" should do what you want. Lutz -

[RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
I wonder if there is an option to disable the internal webbrowser of the netbeansplatform. Right now everytime i or a user of the application clicked on a link, the inernal browser will open. Is there a way to disable this? - To

AW: SQL profiling

2018-10-22 Thread Christian Lenz
A bit off Topic, I like the feature too, but this is only working for Java Projects, Right? It would be good, if we can have a Little profiler for plain SQL too, I mean in the DB section of NetBeans. There is a MySQL profiler in the MySQL DB. I will create a ticket for that. Back to Topic, my Q