Re: Access to GitHub with a password is deprecated

2021-07-16 Thread Alonso Del Arte
I wrote a Medium article (not Medium Premium) about this: https://alonso-delarte.medium.com/reminder-github-will-require-tokens-after-august-13-2021-12697f45893b to try to explain the situation as I understand it. You might or might not find my explanation clearer than the one given by GitHub. As

Re: Access to GitHub with a password is deprecated

2021-07-16 Thread Richard Grin
Thanks Neil. I have generated a token with the help of https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token. I have used the generated token as the password and I can now push my code to GitHub using the token. Richard

Re: Font for Projects Panel

2021-07-16 Thread Anthony DeCarlo
Tom, Yes you can. "C:\Program Files\NetBeans-12.4\netbeans\bin\netbeans64.exe" --fontsize 16 Tony On 7/16/2021 3:11 AM, Tom Rushworth wrote: When you open a project all your files are listed in a panel on the left side of the screen. Can you change the font used for the file list?? Tom

RE: Netbeans in coorporate env

2021-07-16 Thread Ajmera, Hemang C
Hi Just to add more information I and testing connectivity from Tools --> Option --> General --> Proxy Settings there is "Test Connection" button. The test is failing but I am not getting any logs in var folder related to it. I am using netbeans 12.2 with Adopt JDK 11 on windows. Ev

Error with JavaCC Tutorial

2021-07-16 Thread Tim Mullé
Hi, I’m trying to complete this tutorial with 12.4 and ran into an issue..actually 2 but this I can’t seem to figure out. https://netbeans.apache.org/tutorials/nbm-javacc-lexer.html and https://netbeans.apache.org/tutorials/nbm-jav

Re: Access to GitHub with a password is deprecated

2021-07-16 Thread Neil C Smith
On Fri, 16 Jul 2021 at 14:13, Richard Grin wrote: > Beginning August 13, 2021, GitHub will no longer accept account passwords > when authenticating Git operations and will require the use of token-based > authentication, such as a personal access token (for developers) or an OAuth > or GitHub A

Access to GitHub with a password is deprecated

2021-07-16 Thread Richard Grin
Hello, Beginning August 13, 2021, GitHub will no longer accept account passwords when authenticating Git operations and will require the use of token-based authentication,such as a personal access token(for developers) or an OAuth or GitHub App installation token (for integrators) for all aut

Netbeans in coorporate env

2021-07-16 Thread Ajmera, Hemang C
Hi I am not able to connect to internet from netbeans. The "Test Connection" fails. I am behind corporate proxy server which uses its own CA Certificate. Can someone please guide me how to update the cacerts which is used by netbeans. I have already added certificate to `lib/security/cacerts`

Re: JFROG XRAY plugin

2021-07-16 Thread Emilian Bold
I think it would be good feedback to JFrog that paying customers use NetBeans. Maybe that will convince them they need to invest into a plug-in. --emi vin., 16 iul. 2021, 03:44 Greenberg, Gary a scris: > Our cyber security dept. requested developers to install JFrog XRAY plugin > for every IDE

Font for Projects Panel

2021-07-16 Thread Tom Rushworth
When you open a project all your files are listed in a panel on the left side of the screen.  Can you change the font used for the file list?? Tom