Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread John Lavelle
When you get the message: *Error:* *Browser refused to debug this tab.* *Close Chrome Developer Tools (or any other browser debugger) and try again.* Press refresh on the browser and everything syncs correctly Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV

Re: IDE look and feel

2020-06-24 Thread Geertjan Wielenga
Yes, that applies only to the source editor. To change the appearance of the IDE as a whole, switch the look and feel in the Appearance tab. Gj On Thu, 25 Jun 2020 at 08:37, HRH wrote: > Hi, > > I am using the "Norway Today" look and feel for the IDE (Tools->Options-> > Font & Color-Profile->N

IDE look and feel

2020-06-24 Thread HRH
Hi, I am using the "Norway Today" look and feel for the IDE (Tools->Options-> Font & Color-Profile->Norway Today), however, that only applies to the "Source" pane and all other panes (i.e Project, Navigator, etc.) remain unchanged. Any idea? Thanks

Re: Installation Problem

2020-06-24 Thread Geertjan Wielenga
NetBeans 7? Who’s getting you to install that, it’s probably about 10 years old? Get the latest release at netbeans.apache.org. Gj On Thu, 25 Jun 2020 at 07:26, J A M wrote: > Dear's > > I am trying to install Netbeans on my computer but I am facing the problem > shown in the attached photo,C

Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread Andy Elster
I had that installed. I once again removed extra lines from my php.ini file, restarted Apache and now it mostly works. I now get the popup alert: Error: Browser refused to debug this tab. Close Chrome Developer Tools (or any other browser debugger) and try again. However, once I click OK, everyth

Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread Geertjan Wielenga
Well, you need to install the Chrome connector plugin, everything indeed should work, this part of NetBeans has been fixed in 12.0. If you describe a step by step scenario here for someone to follow, so we’re sure we’re doing the same thing, we can take a look. Gj On Thu, 25 Jun 2020 at 06:25, A

[PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread Andy Elster
I recently switched from Netbeans to Apache Netbeans and debugging is now broken. From Netbeans the IDE used to pop up a Chrome window, now I can't seem to get anything to work. I've gone to xdebug.org but that hasn't seemed to help. Anybody out there able to debug local PHP code using Apache Netb

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-24 Thread Geertjan Wielenga
Can you consider using Maven instead of Ant? Then everything works out of the box. Gj On Thu, 25 Jun 2020 at 01:59, slipbits wrote: > Win 10-64 > > I've installed the JavaFX plugins and now I'm trying to create an > application. When I do: > > File->New Projects->Java with Ant->JavaFX->JavaFX

Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-24 Thread slipbits
Win 10-64 I've installed the JavaFX plugins and now I'm trying to create an application.  When I do: File->New Projects->Java with Ant->JavaFX->JavaFX Application I get a message: "Failed to automatically set-up a JavaFX Platform. Please go to Platform Manager, create a non-default Java SE p

Re: How to use the new FlatLaf look & feel in a Netbeans application ?

2020-06-24 Thread Laszlo Kishalmi
Right now Flatlaf is part of the platform, so it is available for the platform based applications as well. If you would like to use it as default probably the best would be to add the call of: NbPreferences.root().node( "laf" ).put( "laf", "com.formdev.flatlaf.FlatDarkLaf" ); Somewhere reall

How to use the new FlatLaf look & feel in a Netbeans application ?

2020-06-24 Thread Jerome Lelasseux
Hi, I use NB 11.3 which includes the new FlatLaf dark look & feel. I can use it for the IDE, but how to use it in my Netbeans platform app ? Jerome