Re: Losing instanceof variables when class renamed.

2021-07-13 Thread Jan Lahoda
Thanks for the report, Owen. I am looking into this. Jan On Sun, Jul 11, 2021 at 7:30 AM Owen Thomas wrote: > Hello. > > Thought this might be of interest. When using NB 12.4 with Java SE 16 SDK, > I'm beginning to use the newly available enhancement to the instanceof > operator. > > When I

Re: Linker error in cpplite

2021-04-18 Thread Jan Lahoda
Hello, The cpplite project is fairly simple, and requires manual configuration of build, clean and run commands. It then just runs these commands. So, to ultimately fix this, I would suggest to open the Project Properties (select the project in the Projects tab, right-click and select

Re: [base ide] No help available in Apache Netbeans 12.0?

2021-02-18 Thread Jan Lahoda
I think that when we were removing the JavaHelp, I was experimenting with including the (existing) help and showing it in a browser. I'll try to dig that up. Jan On Thu, Feb 18, 2021 at 8:00 PM Neil C Smith wrote: > On Thu, 18 Feb 2021 at 18:02, Geertjan Wielenga > wrote: > > However, the

Re: Netbeans should generate Maven projects with latest version

2020-05-01 Thread Jan Lahoda
I wonder - is this more about the version of the maven-compiler-plugin used, rather than of the Maven binary as such? Jan On Thu, Apr 30, 2020 at 9:16 PM Ty Young wrote: > JIRA: https://issues.apache.org/jira/browse/NETBEANS-4285 > > > Netbeans should, assuming there are no blockers, always

Re: Generate missing switch cases for an enum

2020-03-19 Thread Jan Lahoda
On Thu, Mar 19, 2020 at 6:52 PM Emilian Bold wrote: > seems like a neat feature to add to Java too... > It does seem work for Java for me - if I have a switch, which is missing some possible cases, and I put the cursor inside the "switch" (or after it), there is a lightbulb on the left, and

Re: Refactor renaming hardly works anymore

2020-02-17 Thread Jan Lahoda
On Mon, Feb 17, 2020 at 2:58 PM Ty Young wrote: > On 2/17/20 7:32 AM, Geertjan Wielenga wrote: > > Indeed, Oracle is contributing constantly to NetBeans. Easy to prove, look > at the GitHub repo, at the list of contributors. Is your name there? Mine > is. > > > Bit odd then that no one is using

Re: Odd character translation

2019-07-19 Thread Jan Lahoda
Hi, I suspect the cause for the initial problem is that at some point, the files was saved with an encoding that does not handle these characters. And form editor avoids regenerating the code unless there are changes, so the broken code remains until something changes. A potential workaround is

Re: Using a language server (PHP)

2019-01-22 Thread Jan Lahoda
I wonder if there is a particular example on how to user the checker. I.e. ideally a sample project on which psalm produces a reasonable warnings for testing. And any command lines needed to do that. It would help people who are not PHP developers themselves to experiment. Thanks, Jan On

Re: History of one bug, or what is the attitude of NB devs

2018-10-16 Thread Jan Lahoda
I am sorry for writing offline - I keep forgetting doing "Reply" on some of the lists won't reply to the whole list. Jan On Tue, Oct 16, 2018 at 1:43 PM Tom Arilla wrote: > Hi, I was just contacted by Jan Lahoda who told me that to do! If anyone > ever searches for the same

Re: Issue building Netbeans 9.0 using JDK 8 or JDK 9

2018-03-10 Thread Jan Lahoda
FWIW, building with ant 1.10.2 should be fixed now: https://github.com/apache/incubator-netbeans/commit/088b8b48118028f6f8490a96fdb17d26c279cd12 Jan On Sat, Mar 10, 2018 at 7:14 PM, John Muczynski wrote: > I've seen people on the mailing list succeed with JDK 8, using

Re: Running local build under JDK 9?

2018-01-08 Thread Jan Lahoda
(Forwarding e-mail I've accidentally didn't send to the mailing list.) Jan On Mon, Jan 8, 2018 at 8:05 AM, Jan Lahoda <lah...@gmail.com> wrote: > On Mon, Jan 8, 2018 at 6:33 AM, cowwoc <cow...@bbs.darktech.org> wrote: > >> Following up on https://issues.apache.org/