Fwd: Executing SQL file in NB

2018-10-16 Thread John Lavelle
Gary, If you set up security in MySQL so that it can't be accessed externally, NetBeans has a problem. The fix for that is in this video: https://youtu.be/qD2PwMokQiE I trust that's what you're looking for. Best regards, John j...@jql.co.uk On Tue, 16 Oct 2018 at 20:42, Greenberg, Gary

Chrome with NetBeans Connector Error

2018-10-26 Thread John Lavelle
Hi, I've started to get an error when using Chrome with the NetBeans Connector. The error is: *Browser refused to debug this tab.* *Close Chrome Developer Tools (or any other browser debugger) and try again.* To replicate: Create an HTML page and use Chrome with NetBeans Connector in the

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread John Lavelle
s scheduled yet, will take a look. > > Gj > > On Fri, Oct 26, 2018 at 7:00 AM John Lavelle wrote: > >> Hi, >> >> I've started to get an error when using Chrome with the NetBeans >> Connector. The error is: >> >> *Browser refused to debug this tab

Re: Chrome with NetBeans Connector Error

2018-10-26 Thread John Lavelle
; >> That seems to be right. I recently got an update to Chrome on Linux Mint >> and started getting the same error. It didn't bother me though so I just >> ignored it. I'm sure the same will happen on Ubuntu. >> >> >> On 10/26/18 9:16 AM, John Lavelle wrote: >

Re: Netbeans 9 lack of project types

2018-10-27 Thread John Lavelle
Have a look at this Gist: https://gist.github.com/JQL/2a3c91ab4996483f7f4ca1ad0ead8dd2 and/or this video: https://youtu.be/DgMt7PItILM They show you how to add C/C++, PHP etc. plugins to the IDE Best regards, John j...@jql.co.uk On Sat, 27 Oct 2018 at 13:35, Matt IT wrote: > Hi Netbeans

Re: Netbeans 9 lack of project types

2018-10-27 Thread John Lavelle
Have a look at this Gist: https://gist.github.com/JQL/2a3c91ab4996483f7f4ca1ad0ead8dd2 and/or this video: https://youtu.be/DgMt7PItILM They show you how to add C/C++, PHP etc. plugins to the IDE Best regards, John j...@jql.co.uk On Sat, 27 Oct 2018 at 13:35, Matt IT wrote: > Hi Netbeans

Re: Where is JSON in NB9.0

2018-10-02 Thread John Lavelle
Try adding http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz to Plugins>Settings. This gave me JSON for PHP and HTML (I haven't checked for Java yet but will do later today when on that computer). Best regards, John On Wed, 3 Oct 2018 at 03:34, Greenberg,

Re: Using Embarcadero free c++ compiler

2018-12-29 Thread John Lavelle
Why not use GCC? It integrates very well with NetBeans https://gcc.gnu.org/install/specific.html#windows Best regards, John On Sat, 29 Dec 2018 at 11:37, Milkoni wrote: > Hi all, > > I’m new in Netbeans. I’ve decided to try this IDE. I liked it. I’ve > decided to use it for my c++ ptojects.

Re: Nashorn?

2018-12-27 Thread John Lavelle
installed. Completely clean NetBeans 10 install Best regards, John On Thu, 27 Dec 2018 at 19:48, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > I’d recommend we all take a look at this before you promote this via > YouTube. > > Gj > > On Thursday, December 27, 2

Re: Nashorn?

2018-12-27 Thread John Lavelle
OK, I think I've sussed it on Linux. When you get the Warning Message, ignore it and continue the installation (*don't click Exit*). Once Installed, go to "Tools>Plugins>Available Plugins" and you should see the "Oracle Javascript Parser implementation." available there. Select it and click

Re: Nashorn?

2018-12-27 Thread John Lavelle
y... I hope that helps. Best regards, John On Thu, 27 Dec 2018 at 19:48, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > I’d recommend we all take a look at this before you promote this via > YouTube. > > Gj > > On Thursday, December 27, 2018, John Lavelle w

Re: undo "Disable HTML error checking for all files of the text/html mimetype"

2019-01-14 Thread John Lavelle
Go To Tools|Options|Editor, select "Hints" and language set to HTML. There you can choose what to use and what to not Best regards, John On Mon, 14 Jan 2019 at 10:44, Basin Ilya wrote: > Hi. > I have custom html tags processed by a JS framework in my html pages and > in the hind list next to

NetBeans 10

2018-12-13 Thread John Lavelle
Hi, What's the status of NetBeans 10 release? Best regards, John

Re: can't set break points in NB10 PHP

2019-01-09 Thread John Lavelle
Yes, I can now reproduce it (PHP code I used attached). - If you double-click in the gutter nothing happens. - If you right click in the gutter and select Toggle Breakpoint nothing happens regardless of whether a Breakpoint is set or not. - If you use the Debug Menu only New

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread John Lavelle
*On Fri, Mar 29, 2019 at 1:54 PM Geertjan Wielenga > wrote:* > *And, please, in all these things, do not go to the Plugin Manager, do not > either activate or enable anything there.* > > *Thanks,* > > *Gj* > Why? Best regards, John On Fri, 29 Mar 2019 at 14:09, Geertjan Wielenga wrote: >

Re: About project error on Netbeans

2019-03-13 Thread John Lavelle
You can drill down (follow the folders) down to the file or files which are causing the problem. Open the file there'll be a red line on the sldier bar on the right giving you an indication of where the error is and you can scroll down until you see the red error mark in the "gutter" on the left.

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread John Lavelle
I know I'm a bit late to this party but, if it's of any help, I have some suggestions: Double check that the folders and/or executables haven't been "locked down" by Windows as coming from a different computer.: - Right click on the folder/executables - Click on *Properties*. - At the

Re: News: Apache NetBeans has graduated from the Apache Incubator

2019-04-18 Thread John Lavelle
Well done! An enormous achievement. Now the real work starts... Best regards, John On Thu, 18 Apr 2019 at 08:17, John McDonnell wrote: > Congrats - This is Great news > > On Thu, 18 Apr 2019 at 07:07, Michal Konrad Owsiak > wrote: > >> Good news! >> >> Geertjan Wielenga wrote on 4/18/19

Re: NB11 PHP & Gradle clashing?

2019-04-09 Thread John Lavelle
PHP isn't activated by default so needs to be activated before you can use it. There are 3 ways to do this. The easiest is to follow Geertjan's suggestion but you can also activate it in Plugins>Installed or in Options by opening the PHP "tab" Best regards, John On Tue, 9 Apr 2019 at 13:15,

Re: Best Netbeans book

2019-09-04 Thread John Lavelle
Heres a list of NetBeans books available on Amazon: https://amzn.to/2ZOtkwl Best regards, John j...@jql.co.uk On Wed, 4 Sep 2019 at 16:12, Geertjan Wielenga wrote: > http://leanpub.com/nbp4beginners > > https://www.apress.com/gp/book/9781484212585 > > >

Re: I cannot find the MySQL Plugin

2020-04-19 Thread John Lavelle
Have a look at this video about fixing NetBeans MySQL connection Errors: https://youtu.be/qD2PwMokQiE Also this video for Time Zone connection problems: https://youtu.be/yUEA0kQfoEo Best regards, John j...@jql.co.uk On Sun, 19 Apr 2020 at 14:45, Richard Grin wrote: > Hi Francis, > > It's

Re: Python in Netbeans 11.x

2020-05-13 Thread John Lavelle
Try: http://www.nbpython.org/ Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Wed, May 13, 2020 at 4:03 PM Rik Scarborough wrote: > Is Python supported, or will it be supported, as a

Re: Netbeans long pauses

2020-05-11 Thread John Lavelle
I use Mint and don't have the lockup problem. Therefore, it may be another application you are using on the system. I have noticed that, when checking for external changes, NetBeans 11.3 can slow down considerably especially if you have multiple large projects open. The more projects open and the

Re:

2020-05-19 Thread John Lavelle
Hi, This video, although for an earlier version of NetBeans, walks you through installing JDK 8 when you don't have root access: https://www.youtube.com/watch?v=O7z6JQ-NT2k Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk

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

2020-06-25 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:

Re: [PHP] NetBeans not recognizing virtual server on WAMP

2021-06-15 Thread John Lavelle
Bruce, Have you done the following?: 1. added the url (mphp) to your HOSTS file (127.0.0.1 mphp) 2. uncommented the line: # Include etc/extra/https-vhosts.conf in http.conf 3. created a document root in httpd-vhosts.conf 4. Restarted Apache2 If so *and* they are correct then, in

HTML Disable Auto Completion 12.4

2021-07-05 Thread John Lavelle
Hi, You used to be able to disable the Auto Completion pop-up for HTML by deleting (must be deleted not just disabled) the items in "Tools>Palette>Code Clips" (why?) then in "Tools>Options>Editor>Code Completion>HTML" deselecting "Auto Popup Completion Window". In 12.4 it seems the only way to

Fwd: HTML Disable Auto Completion 12.4

2021-07-08 Thread John Lavelle
BUMP! BUMP! I assume that no one uses HTML in NetBeans so has no experience of this? Any answers or suggestions? Regards John BUMP! Can anyone shed any light on this? Thanks John Hi, You used to be able to disable the Auto Completion pop-up for HTML by deleting (must be deleted not just

Re: HTML Disable Auto Completion 12.4

2021-07-08 Thread John Lavelle
w, the questions just is how was that property called? > > You can probably learn it by just tweaking the property in an older > NetBeand then diff-ing the files. I'd guess just copying the XML to > the 12.4 user dir would do the trick. > > --emi > > On Thu, Jul 8, 2021

Re: HTML Disable Auto Completion 12.4

2021-07-12 Thread John Lavelle
strange and not something I've ever seen. >> >> Has that always been the case? >> >> Gj >> >> On Mon, Jul 12, 2021 at 7:19 AM John Lavelle wrote: >> >>> Geertjan, >>> >>> The only way to disable it is to turn it off for *all* langua

Re: HTML Disable Auto Completion 12.4

2021-07-11 Thread John Lavelle
, if you're changing between languages, you forget to press escape and have to delete the "suggestions" Best regards, John Lavelle j...@jql.co.uk Sent via awful Android On Sun, 11 Jul 2021, 22:35 Geertjan Wielenga, < geertjan.wiele...@googlemail.com> wrote:

Re: Fwd: HTML Disable Auto Completion 12.4

2021-07-12 Thread John Lavelle
; > > I see nothing wrong with this sequence. Is your experience different? > > Brad. > > On 12/7/21 3:27 pm, John Lavelle wrote: > > > Hi, > > I'm in meetings all morning. I will video my IDE this afternoon so you can > see what happens > > Best regards,

Fwd: HTML Disable Auto Completion 12.4

2021-07-06 Thread John Lavelle
BUMP! Can anyone shed any light on this? Thanks John Hi, You used to be able to disable the Auto Completion pop-up for HTML by deleting (must be deleted not just disabled) the items in "Tools>Palette>Code Clips" (why?) then in "Tools>Options>Editor>Code Completion>HTML" deselecting "Auto Popup

Re: Auto Popup Completion Window

2021-08-06 Thread John Lavelle
I've tried all sorts of things but none of them worked 100%. it's even worse ewhen writing php and html in the same document. I've started to look at other IDEs as I have to constantly keep going back and deleting the "auto-filled suggestions" Best regards, John Lavelle j...@jql.co.uk

Re: Auto Popup Completion Window

2021-08-06 Thread John Lavelle
> Or we identify the cause and fix the problem? > > Gj > > On Fri, 6 Aug 2021 at 09:29, John Lavelle wrote: > >> I've tried all sorts of things but none of them worked 100%. it's even >> worse ewhen writing php and html in the same document. >> >> I've

Re: [plugins] [wordpress] [php] PHP WordPress Blog/CMS plugin

2021-08-26 Thread John Lavelle
Some of the dependencies were changed in Netbeans 12.2. You will either need to contact the creator and see if they've updated the plugin, or, if the plugin is essential to your project, install NetBeans 12.1. Best regards, John j...@jql.co.uk Bike Farkles:

HTML Autocomplete

2021-07-19 Thread John Lavelle
Here's the video of the screen showing autocomplete popping up as soon as you press enter even though it is switched off in Options. This a PHP file but it does exactly the same in an HTML file as well. https://youtu.be/npzGbVEiDVc Best regards, John j...@jql.co.uk Bike Farkles:

Re: Rainbow Braces - ???

2023-01-24 Thread John Lavelle
I use Rainbow Braces on both version 15 and 16 of Netbeans without a problem. Best regards, John On Tue, Jan 24, 2023 at 8:51 PM Philippe FICHET wrote: > The plugin (https://plugins.netbeans.apache.org/catalogue/?id=25) is > validated only for Netbeans versions between 12 and 15. > > The

java.lang.NullPointerException

2023-03-08 Thread John Lavelle
Hi, I'm getting a *java.lang.NullPointerException* when opening a .json file in NetBeans. Note the file opens correctly just this Silent Error is thrown. The error is: Cannot invoke "org.openide.filesystems.FileObject.getMIMEType()" because "this.internalFo" is null I believe it is because

Re: Git branch display

2023-03-25 Thread John Lavelle
Hi, There used to be a Plug-in called Show_Branch_In Statusbar. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Sat, Mar 25, 2023 at 6:34 PM Thomas Wolf wrote: > I don’t have NB in

Re: PHP - connection to localhost

2023-02-26 Thread John Lavelle
Hi, In the "Project>Properties>Run Configuration" check that the following: - Run As = Local Web Site (running on local web server) - Project URL = http://{YOUR site name}/ - Index File = index.php // Use the Browse button to find it if necessary - - Advanced should

Re: Namespace for a php project?

2023-03-06 Thread John Lavelle
Create a Template (Tools>Templates) and put it in there. Best regards, John On Mon, Mar 6, 2023 at 10:40 AM Admin @ Goodun wrote: > Can I set default namespace(s) for a php project? > > A search suggests that it should be on the project properties "sources" > page, but it isn't (NB 17). Has

Re: Predefined Variables for File Templates

2023-02-06 Thread John Lavelle
https://netbeans.apache.org/tutorials/60/nbm-filetemplates.html Best regards, John On Tue, Feb 7, 2023 at 2:42 AM Tom Rushworth wrote: > When creating a file template, I know that there are predefined > variables. For example, ${date}, and ${time}. Will someone point me to > a list of all

Re: Predefined Variables for File Templates

2023-02-07 Thread John Lavelle
redefined variables. > > Tom > On 2/7/2023 2:16 AM, John Lavelle wrote: > > https://netbeans.apache.org/tutorials/60/nbm-filetemplates.html > > Best regards, > John > > > On Tue, Feb 7, 2023 at 2:42 AM Tom Rushworth wrote: > >> When creating a file temp

Re: Newbie help

2023-05-12 Thread John Lavelle
Peter, Maybe this will help: https://netbeans.apache.org/help/index.html Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Fri, May 12, 2023 at 1:44 PM Peter Toye wrote: > Hello > > > I'm

Re: Netbeans 20 Exception

2024-01-10 Thread John Lavelle
gt; > > from they start of the stacktrace you may infer that the problem can be in > a properties file or the Path thereof. there could be a wrongly interpreted > Unicode character. > > met vriendelijke groet > Pieter van den Hombergh > > Op wo 10 jan 2024 10:38 schreef Jo

Netbeans 20 Exception

2024-01-10 Thread John Lavelle
Hi, On starting Netbeans 20, just after the background scanning external files ends, I am getting the exception shown below. Netbeans seems to be functioning correctly. Steps to recreate the problem: Start Netbeans 20 with two open projects OS: Linux Mint 19.3 Cinnamon (5.4.0-150-generic)

Re: Netbeans/Chrome Error

2024-04-25 Thread John Lavelle
I haven't managed to get this to work reliably since about version 9 of NetBeans. Sometimes it works, sometimes not. What you need to do is, remove the NetBeans plugin from Chrome and in NetBeans don't use "Chrome with Netbeans Connector". Steps if you need them: 1. right click on the

Re: Netbeans and Emmet

2024-04-24 Thread John Lavelle
Yes, I am using Emmet in NetBeans 21. I used the version off GitHub, mentioned below. Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Wed, Apr 24, 2024 at 4:14 AM Michael Bien wrote: >