Single editor window

2020-11-11 Thread Joacim Breiler
Hi, I am trying to figure out how to make a an editor so that it only show one file at the time. Any previous open editor should be closed or replaced. We have solved this temporarily where we close all other open files after we've initiated the OpenCookie.open() of the new file, but would

Re: How to use different versions of javac api in netbeans sources

2020-11-11 Thread Davide Grandi
sorry for the delay, I didn't notice that you question went unanswered. I seldom encountered the need of having different version of a jar on the same JVM, but in every case the anwser was loading different jars in different classloaders, and executing things in different threads. (obviously

Re: How to use different versions of javac api in netbeans sources

2020-11-11 Thread Geertjan Wielenga
The Java editor in NetBeans should use whatever Java compiler that you use to run NetBeans, if you don't install nb-javac. Gj On Wed, Nov 11, 2020 at 5:53 PM Jakub Herkel wrote: > Is there really nobody who could have any advice? > > jakub > > On Mon, Nov 9, 2020 at 6:06 PM John Neffenger

Re: How to use different versions of javac api in netbeans sources

2020-11-11 Thread Jakub Herkel
Is there really nobody who could have any advice? jakub On Mon, Nov 9, 2020 at 6:06 PM John Neffenger wrote: > On 11/9/20 12:34 AM, Jakub Herkel wrote: > > These tags are parts of Java Compiler API. So for Java 10+ there is a new > > SUMMARY tag. > > While we're at it, there's also a handy new

Re: NB 12+ app builds with Maven no longer work

2020-11-11 Thread Jean-Marc Borer
Hello guys, Forget my question RELEASE121 works like a charm. Our artifactory server file system was full. This doesn't appear clearly among the Maven errors. Cheers, JM On Wed, Nov 11, 2020 at 2:32 PM Jean-Marc Borer wrote: > Hello dear fellows, > I am building NB platform applications with

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

2020-11-11 Thread Geertjan Wielenga
There have been several changes and enhancements since I tried, I could try again with the latest build? Gj On Wed, Nov 11, 2020 at 6:31 AM Jaroslav Tulach wrote: > Ășt 3. 11. 2020 v 18:44 odesĂ­latel Geertjan Wielenga > napsal: > > > Without installing the Apache NetBeans Java Language Server,