Sv: [EXTERNAL] Sv: accented characters in NB 16 IDE editor

2023-01-02 Thread Peter Holt
Hi,

It seams like my message got striped on its way. Original message added
here:

 

Hi,

It should be the same in windows if you have configured windows with the
correct keyboard layout. But if the problem is only in NetBeans and not in
other applications, then I do not understand why you have this problem.

/Peter Holt

 

 

Från: Christopher C. Lanz  
Skickat: den 2 januari 2023 15:39
Till: Peter Holt ; users@netbeans.apache.org
Ämne: Re: [EXTERNAL] Sv: accented characters in NB 16 IDE editor

 

Hello,

 

Thanks for the message. The only new information in your email that I can
see is 

 

This message has a digital signature, but it wasn't verified because the
S/MIME control isn't currently supported for your browser or platform.

 

Does this imply that I need to do something before I can submit a query to
the NetbEans mailing list "users"?

 

Thanks again.

 

Chris Lanz, Assoc. Professor Emeritus

Department of Computer Science

340 Dunn Hall, SUNY Potsdam

lan...@potsdam.edu <mailto:lan...@potsdam.edu> 

315 268 1547 

 

 

 

  _  

From: Peter Holt mailto:pe...@holt.se> >
Sent: Sunday, January 1, 2023 3:56 PM
To: users@netbeans.apache.org <mailto:users@netbeans.apache.org>
mailto:users@netbeans.apache.org> >
Subject: [EXTERNAL] Sv: accented characters in NB 16 IDE editor 

 

This message did not originate from SUNY Potsdam or one of its trusted
senders. Do not open attachments, click on links, or provide your
credentials if the source is suspicious.



Sv: accented characters in NB 16 IDE editor

2023-01-01 Thread Peter Holt
 

 

Från: Christopher C. Lanz  
Skickat: den 1 januari 2023 21:32
Till: users@netbeans.apache.org
Ämne: accented characters in NB 16 IDE editor

 

Hello,

I just switched from linux to windows 10, with Netbeans 16 installed. I need to 
be able to type accented characters in the editor (java) - characters that 
survive being saved in files. In the linux version, it was a matter of holding 
AltGr and a key representing the desired accent, releasing those keys, and then 
typing a letter. I can't seem to find mention of this function online in 
stackoverflow etc., and the netbeans mailing list search gave no results 
(although I could be using it incorrectly.)

Thanks.

 

Chris Lanz

340 Dunn Hall, SUNY Potsdam

lan...@potsdam.edu  

315 268 1547 

 

 

 


openpgp-digital-signature.asc
Description: PGP signature


Problems with code completion in JSP when using Jakarta EE 9

2022-03-14 Thread Peter Holt
I have issues with NetBeans JSP page parsers that have not been working.  When 
using Jakarta EE 9+ (using the jakarta, rather than the javax, packages) the 
code completion/suggestions (ctrl+space) do not show any of my own code; none 
of my CDI beans appear in the drop-down for auto-completing my JSP expressions 
${}.

I can`t find what I have done wrong.

My application works in Payara 5.2021.10.

The only thing not working for me is the code completion in JSP expression. And 
it clearly show that it expects javax and not Jakarta.



 

In pom.xml:

Have set:



11

11

${project.build.directory}/endorsed

UTF-8

false

9.0.0



…



jakarta.platform

jakarta.jakartaee-api

9.0.0

provided



…



jakarta.platform


jakarta.jakartaee-api

${jakartaee}

pom



 

In beans.xml :



https://jakarta.ee/xml/ns/jakartaee 

   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

   xsi:schemaLocation=https://jakarta.ee/xml/ns/jakartaee 
https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd 
<https://jakarta.ee/xml/ns/jakartaee%20https:/jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd>
 

   bean-discovery-mode="all"

   version="3.0">



 

And in my web.xml:

https://jakarta.ee/xml/ns/jakartaee

xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

xsi:schemaLocation=https://jakarta.ee/xml/ns/jakartaee 
https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd 
<https://jakarta.ee/xml/ns/jakartaee%20https:/jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd>
 

version="5.0">

 

Any suggestions on what I have missed to do to get it working?

Regards
Peter Holt


openpgp-digital-signature.asc
Description: PGP signature