RE: [EXT] Re: Prevent NetBeans from trying to use "keyring"

2019-05-29 Thread Thomson, Duncan
Yes! That did the trick. Thank you very much. From: Laszlo Kishalmi Sent: Wednesday, May 29, 2019 1:27 AM To: Thomson, Duncan ; users@netbeans.apache.org Subject: Re: [EXT] Re: Prevent NetBeans from trying to use "keyring" I'm sorry. I was too superficial. You might try to

Prevent NetBeans from trying to use "keyring"

2019-05-28 Thread Thomson, Duncan
I'm getting a really annoying prompt from Netbeans when I try to use Git with a remote repository: "Enter password to unlock your login keyring" The problem is I'm not using a login keyring. For some reason (probably because I'm not using Gnome) the keyring is not working, and I don't really

RE: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-09 Thread Thomson, Duncan
I don’t know what it means for a project to have “external source roots”, but as others have noted, you have other (better) ways of making a backup of your code rather than using the Netbeans function to copy a project. Let me elaborate slightly. One way to do this is to use your operating

RE: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-09 Thread Thomson, Duncan
, 2019 1:27 PM To: Thomson, Duncan Cc: Luis tuti ; Geertjan Wielenga ; NetBeans Mailing Subject: Re: [EXT] Re: duplicate project netbeans error, how coud I do it? I think Luis figured out how to copy that folder but the question is why can't NetBeans figure that out? Our copy action could

RE: [EXT] RE: Json validation

2019-04-16 Thread Thomson, Duncan
Here is your JSON file pasted straight into Netbeans, with some garbage added to show you error checking: [cid:image002.png@01D4F461.A930F4F0] From: Thomson, Duncan Sent: Tuesday, April 16, 2019 2:32 PM To: Greenberg, Gary ; wadechand...@apache.org Cc: users@netbeans.apache.org Subject: RE

RE: [EXT] RE: Json validation

2019-04-16 Thread Thomson, Duncan
You need to be clear whether you are talking about checking whether some text is legal JSON syntax, versus checking whether that text conforms to a JSON schema. The Netbeans editor will already do the former on text in a .json file, but I think you are asking for the latter. It’s important to

RE: [EXT] RE: NB10 freezes while downloading javadoc

2019-03-25 Thread Thomson, Duncan
If you install NB on a different machine do you get the same problem? If so, then you have successfully duplicated the issue and you can post details on your environment and exactly how you did the install so that someone can try to debug. It’s quite possible it’s a bug, but the first step

RE: [EXT] Re: Trying out NB10

2019-03-06 Thread Thomson, Duncan
Actually newer versions of Windows handle spaces in file and directory names with no problem. That’s not really a thing any more. If the problem is being caused by space characters in a directory name, that’s a problem with a .bat script or something like that, not a problem with Windows.

RE: [EXT] Re: Are installers planned for Netbeans 10+

2019-03-05 Thread Thomson, Duncan
Sorry that was meant to say: IMHO it’s a good thing to have a policy to ensure only trusted software is installed. But deciding what to trust is not so easy. Sent with BlackBerry Work (www.blackberry.com) From: Thomson, Duncan mailto:dunc...@mitre.org>> Date: Tuesday, Mar 05, 2019, 9

RE: [EXT] Re: Are installers planned for Netbeans 10+

2019-03-05 Thread Thomson, Duncan
I would be very interested to hear why they insist on a windows installer. What security advantages do they cite Sent with BlackBerry Work (www.blackberry.com) From: Leo Donahue mailto:donahu...@gmail.com>> Date: Tuesday, Mar 05, 2019, 5:34 PM To: Greenberg, Gary mailto:ggree...@visa.com>>

RE: [EXT] Re: Are installers planned for Netbeans 10+

2019-03-05 Thread Thomson, Duncan
IMHO it’s a good thing to h Sent with BlackBerry Work (www.blackberry.com) From: Greenberg, Gary mailto:ggree...@visa.com>> Date: Tuesday, Mar 05, 2019, 5:04 PM To: Leo Donahue mailto:donahu...@gmail.com>> Cc: users@netbeans.apache.org mailto:users@netbeans.apache.org>> Subject: [EXT] Re: Are

[javadoc][maven]Code completion tools not finding javadocs for maven dependencies in Netbeans 8.2

2018-12-10 Thread Thomson, Duncan
I have created a Netbeans maven project, and added a dependency to an external library. This works very well, the external code is downloaded automagically. Yippee! I have also downloaded the sources of the external project, and they include javadocs. That also works really well; if I go to