Re: [External] : LSP Language Server Protocol

2021-09-08 Thread Jack W.
Thanks, Martin ... I had not previously noticed the evolution of this cross-platform language server model. On Wed, Sep 8, 2021 at 9:51 AM Martin Balin wrote: > https://github.com/apache/netbeans/tree/master/java/java.lsp.server > heavily used in VSCode NetBeans Language Server. > Martin > --

Re: LSP Language Server Protocol

2021-09-08 Thread Jack W.
Thanks for the pointer, John, very helpful. On Wed, Sep 8, 2021 at 10:52 AM John Kostaras wrote: > There is this > . > --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administ

Re: LSP Language Server Protocol

2021-09-08 Thread Jack W.
Thanks, Neil ... we're looking at an OpenQASM language server <https://github.com/Qiskit/openqasm/issues/272> ... On Wed, Sep 8, 2021 at 9:58 AM Neil C Smith wrote: > On Wed, 8 Sept 2021 at 16:40, Jack W. wrote: > > > > Can an "LSP" language server >

LSP Language Server Protocol

2021-09-08 Thread Jack W.
Can an "LSP" language server be integrated with NetBeans? -- --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com

Re: GitHub Action for Apache NetBeans for JDK Versions and Distros

2021-08-31 Thread Jack W.
One project I work on does this, and it's great for keeping up the quality of the code. As you say, it's a finite resource. Contributors have to restrain the urge to push constantly or it bogs down. On Tue, Aug 31, 2021 at 7:01 AM Neil C Smith wrote: > On Tue, 31 Aug 2021 at 13:17, Eric Bresie

Re: Values of os.arch for mac OS (x86-64 and aarch64) and windows aarch64

2021-08-10 Thread Jack W.
~$ uname -a Darwin MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64 ~$ java -version openjdk version "9.0.4" OpenJDK Runtime Environment (build 9.0.4+11) OpenJDK 64-Bit Server VM (build 9.0.4+11, mixed mode) ~$ java -Xs

Re: NetBeans and Mac OS X Big Sur

2021-03-12 Thread Jack W.
I have not used NetBeans on Mac for a while but I have just downloaded and installed on my Big Sur 11.2.3 box and will try to reproduce the bug and test James Gosling's suggested workaround. The first thing I notice is that NetBeans 12.3 will not access my Github repos using ssh key, although that

Re: Work on Python

2020-12-28 Thread Jack W.
On Mon, Dec 28, 2020 at 7:30 PM Eric Bresie wrote: > Also in the python.editor module, > BTW, Eric, thanks for tackling Python, IMHO the biggest single lacuna in NetBeans coverage at present. --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402

Re: NB 12.2-rc2 Fedora 33 upload on run via SSH key stops working

2020-11-22 Thread Jack W.
On Sun, Nov 22, 2020 at 9:28 PM Tim Boudreau wrote: > Is there a way to get NetBeans, if it shells out and calls an ssh binary, > to pass, say, -vv to ssh > Will explore that, thanks Did the keys on the host you’re connecting to change? Is the error message > bogus and what’s really happening

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-16 Thread Jack W.
Re: Big Sur I assume this has been said but there doesn't seem to be any problem with just unpacking the zip on MacOS Big Sur and running it from one's directory tree. On Mon, Nov 16, 2020 at 3:02 PM Scott Palmer wrote: > Wouldn’t matter, java_home doesn’t work at all, at least not in any > re

Re: Need another Eye for Apache NetBeans 12.2 Sources

2020-11-15 Thread Jack W.
Yes, builds and runs here as well. On Sun, Nov 15, 2020 at 10:45 PM Jaroslav Tulach wrote: > Good morning. I've just tried: > ``` > $ wget > > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/18/artifact/dist/netbeans/12.2/vc1/netbeans-12.2-source.zip > $ ne

Re: Need another Eye for Apache NetBeans 12.2 Sources

2020-11-15 Thread Jack W.
Building now, albeit on slow machine ... On Sun, Nov 15, 2020 at 9:33 PM Laszlo Kishalmi wrote: > > > Would you download, build and check if NetBeans runs from this source > bundle: > > > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/18/artifact/dist/netb

NB 12.2-rc2 Fedora 33 upload on run via SSH key stops working

2020-11-14 Thread Jack W.
I'm pretty sure this is not a NB problem but you're such smart folks maybe you can help! - Running NB 12.2-rc2 on Ubuntu 20.04.1 - Remote server *was* Fedora 32 server - SSH login from terminal via key worked - SSH upload on run in NB via key worked - *Last night upgraded remote ser

Re: Apache NetBeans 12.2-beta3 is Available for Testing!

2020-10-31 Thread Jack W.
On Sat, Oct 31, 2020 at 4:02 PM Javier Ortiz Bultron < javier.ortiz...@gmail.com> wrote: > Same behavior on a fresh install without importing settings from a > previous install. Is there something I need to clear besides the cache and > the user dir for the IDE install? > This ain't too scientif

Re: Apache NetBeans 12.2-beta3 is Available for Testing!

2020-10-30 Thread Jack W.
Javier, have you tried re-installing and *not* importing your settings? This sorta sounds like a classic problem. Excuse me if my comment is irrelevant, I am entering conversation late. On Fri, Oct 30, 2020 at 1:52 PM Geertjan Wielenga wrote: > Maybe steps to reproduce? > > Gj > > On Fri, 30 Oct

Re: vue.js node modules flagged as error (12.1-beta3)

2020-09-19 Thread Jack W.
This works, thanks, Christian. On Fri, Sep 18, 2020 at 9:56 AM Christian Oyarzun wrote: > It is probably pulling Java9+ from your env path. > > In addition to setting nbjdk.home, try > > export PATH=/usr/lib/jvm/java-1.8.0-openjdk-amd64/bin:$PATH > > > -- --- Jack Woehr # Woehr's

Re: vue.js node modules flagged as error (12.1-beta3)

2020-09-17 Thread Jack W.
Weird. I created nbbuild/user.build.properties with one line: nbjdk.home=/usr/lib/jvm/java-1.8.0-openjdk-amd64 but the build still failed saying it was trying to use JDK 9 code. With -Dpermit.jdk9.builds=true it succeeded. I must be losing my mind along with my hair. On Thu, Sep 17, 2020 at 11

Re: vue.js node modules flagged as error (12.1-beta3)

2020-09-17 Thread Jack W.
Just built from source (for the first time in a couple of years :) ) I'm assuming master is intended to leverage Java 9 and above going forward? Would not build without -Dpermit.jdk9.builds=true On Thu, Sep 17, 2020 at 8:06 AM Jack W. wrote: > Thanks, will take a look. Just started usin

Re: vue.js node modules flagged as error (12.1-beta3)

2020-09-17 Thread Jack W.
Thanks, will take a look. Just started using vue.js so will have to familiarize myself with the problem domain as well before I start hacking the NB code :) But that is indeed my interest. Long live NetBeans, which is one of the last bulwarks against VSCode ;) On Thu, Sep 17, 2020 at 5:04 AM Chris

Re: vue.js node modules flagged as error (12.1-beta3)

2020-09-16 Thread Jack W.
Christian -- What would be involved in adding VueJS support and where would I start looking in the code? On Tue, Sep 15, 2020 at 2:00 PM Christian Lenz wrote: > Hey Jack, > > unfortunately NetBeans doesn’t support VueJS. As a Workaround you can set > text/html as the mimetype to vue files but i

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
installed. So, uninstall it. > > Gj > > On Wed, Sep 16, 2020 at 9:23 PM Jack W. wrote: > > > I DON'T KNOW Netbeans installer suggested it. I had to browse to find my > > Java 8 installation. > > > > I don't "want" Java 9. I think Jav

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
nt, an LTS should be used, i.e., 8 or 11, or a recent non-LTS, > i.e., 14 or the most recently released which is 15, to be supported by > NetBeans in 12.2. > > Gj > > On Wed, Sep 16, 2020 at 9:17 PM Jack W. wrote: > > > On Wed, Sep 16, 2020 at 9:59 AM Akshay Gupta > &

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
On Wed, Sep 16, 2020 at 9:59 AM Akshay Gupta wrote: > I just tried installing netbeans12.1 and then nb-javac in ubuntu18 and > it worked fine for me. Also successfully tested for the jdk-14 features > (record). > Akshay -- Did you try it on Java 9? Anyway, I dropped back to Java 8 ("The World

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
> > > On Wed, 16 Sep 2020 at 15:30, Jack W. wrote: > > > Hmm, I chose JDK 9 ... > > > > Why?! It looks like it's somewhat broken too - links work, but JDK > > doesn't seem to have required certificates for the https connection? > > This IIRC -

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
ox 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said software eventually approximates 1. On Wed, Sep 16, 2020 at 8:39 AM Neil C Smith wrote: > On Wed, 16 Sep 2020 at 15:30, Jack W. wrote: > > Hmm, I chose JDK 9 ... >

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Trying external URL: https://netbeans.osuosl.org/binaries/BABD4BF10C42EE321AED7393BED72C579A486CD3-nb-javac-14-impl.jar WARNING [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Cannot connect to https://netbeans.osuos

Re: 12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
On Wed, Sep 16, 2020 at 8:27 AM Geertjan Wielenga wrote: > If you're not on JDK 8, you mostly don't need nb-javac. > Hmm, I chose JDK 9 ... Define "mostly"? In any case, that's a heck of a UX hit, worse than the prompt to install CVS support followed immediately by the dialog that it's not ava

12.1 downloaded installed can't install nb-javac

2020-09-16 Thread Jack W.
Fresh install of 12.1 on Ubuntu 18.04.5 NB prompts to install nb-javac Accept license, then errors out: *There were some problems while storing Establishing a connection ... (sic)* *Cause: Cannot resolve external reference to* *[https://netbeans.osuosl.org/binaries/blahblah-nb-javac-14-impl.jar

Re: [ANNOUNCE] Apache NetBeans 12.1 released

2020-09-16 Thread Jack W.
hy. > > AND change the subject to something more useful, [ANNOUNCE] should be > reserved for announcements, not general discussion. > > Thank you > > Matthias > > Am Mittwoch, den 16.09.2020, 06:54 -0600 schrieb Jack W.: > > Just installed 12.1 off the mirror and started

Re: [ANNOUNCE] Apache NetBeans 12.1 released

2020-09-16 Thread Jack W.
Just installed 12.1 off the mirror and started opening projects and this: [image: image.png] --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said software

Re: vue.js node modules flagged as error (12.1-beta3)

2020-09-15 Thread Jack W.
, Sep 15, 2020 at 2:00 PM Christian Lenz wrote: > Hey Jack, > > unfortunately NetBeans doesn’t support VueJS. As a Workaround you can set > text/html as the mimetype to vue files but it is not that helpful at all. > > > Cheers > > Chris > > > > Von: Jack W. &g

vue.js node modules flagged as error (12.1-beta3)

2020-09-15 Thread Jack W.
I npm installed vue.js in node_modules in the project root and everything in the vue.js package is flagged with the red error badge. How do I restore beauty and serenity to the Project tab, please? --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 8040

Re: PHP flags error but doesn't show error

2020-08-14 Thread Jack W.
I spoke too soon .. problem is back. Weird. Will try to diagnose. --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said software eventually approximates 1.

Re: PHP flags error but doesn't show error

2020-08-13 Thread Jack W.
r.com # saved by said software eventually approximates 1. On Tue, Aug 11, 2020 at 8:26 PM Jack W. wrote: > Very good, Junichi, thank you for your recommendations. I will do that. > > --- > Jack Woehr # Woehr's Asymptote: The ratio of the time spent >

Re: Apache NetBeans 12.1-beta2 available for testing

2020-08-13 Thread Jack W.
Is this buglet something I should report as an issue? (12.1 beta 2 but this has consistently been the behavior). In PHP: public function x ($y) { return $this->thing->x($y); } - highlight x in the declaration and "Find usages" and it operates as expected. - highlight x in th

Re: Status of Ant vs Maven

2020-08-12 Thread Jack W.
On Wed, Aug 12, 2020 at 2:12 PM Tim Boudreau wrote: https://timboudreau.com/blog/maven/read > Nice article, led me on one of those breadcrumb trails thru many essays. --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productiv

Re: Status of Ant vs Maven

2020-08-12 Thread Jack W.
On Tue, Aug 11, 2020 at 9:36 PM Jaroslav Tulach wrote: > ...I'd say that Ant is a legacy. We don't expect new projects to be created > with the Ant build system. Don't underestimate the persistence of legacy code. There are maybe millions of lines of Ant out there. I can appreciate this, 1) as

Re: PHP flags error but doesn't show error

2020-08-11 Thread Jack W.
7;t resolve this issue, please report it to the JIRA with > details(an example source code/project to reproduce it, exact steps). > > Thanks, > Junichi > > On Wed, Aug 12, 2020 at 5:45 AM Jack W. wrote: > > > > Weird I'm in 12.0 and it doesn't show the error.

Re: PHP flags error but doesn't show error

2020-08-11 Thread Jack W.
Weird I'm in 12.0 and it doesn't show the error. --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said software eventually approximates 1. On Tue, Aug 11,

PHP flags error but doesn't show error

2020-08-11 Thread Jack W.
Is this a bug or am I missing something? I'll file an issue if it's really a bug. I have PHP code of the form: *$cat_rows $rs->fetch_all(MYSQLI_ASSOC);* Notice I'm missing the assignment operator *$cat_rows =* The editor tab shows the red dot that the file has an error but there is no indication wh