Re: Can't set the debug flag in NB11.1-PHP

2019-08-29 Thread Tobias Oelgarte
This happend to me as well. I got it working by using the right click to get the context-menu from the line number and selecting "Breakpoint" > "Toggle Linebreakpoint" and/or by opening the "Breakpoints" Window (Window > Debugging > Breakpoints). Once the first breakpoint is set, i can use the

RE: Updating mail.jar in Netbeans Project Libraries Folder

2019-08-29 Thread jagman653
I have now solved the problem through StackOverflow posts. I’ll go ahead and explain it though. I’m using NE 11 for a Java Windows app that needs to send emails. In the Project Window, my SendMail Project tree has a Library folder. In that folder are references to mail.jar and activation.j

Re: Updating mail.jar in Netbeans Project Libraries Folder

2019-08-29 Thread Geertjan Wielenga
Not sure what kind of project you're talking about here, can you provide clear step by step instructions for what's not working for you so that this can be reproduced and so we can help? Gj On Thu, Aug 29, 2019 at 5:44 PM wrote: > Wanting to update mail.java, I downloaded the latest version and

Updating mail.jar in Netbeans Project Libraries Folder

2019-08-29 Thread jagman653
Wanting to update mail.java, I downloaded the latest version and unzipped it to the HD. My plan was to remove the existing mail.jar and activation.jar from the Project Libraries folder, then add the new versions. However, a right-click showed the "Remove" option grayed out. So, thinking it would o

Over-enthusiastic deprecation removal

2019-08-29 Thread Peter Toye
In a JLayeredPane inheriting from JComponent a call of add(component, new Integer(LEVEL)) is deprecated and changed to add(component, LEVEL) However, these have different meanings as JComponent has two overrides of the add method, one taking an integer as the second parameter and one taking an

Re: Language Support

2019-08-29 Thread Luff,Chris
Sweet, I’ll give that a read and reach out to you if I need help, appreciate it! From: Ian Utley Date: Wednesday, 28 August 2019 at 23:38 To: "Luff,Chris" Cc: Neil C Smith , Geertjan Wielenga , NetBeans Mailing List Subject: Re: Language Support You may also find http://wiki.netbeans.org/Syn

Re: Can't set the debug flag in NB11.1-PHP

2019-08-29 Thread Paolo Scarabelli
Hi, I have pretty much the same configuration and when I click on line numbers breakpoints are set just fine: Product Version: Apache NetBeans IDE 11.1 Java: 11.0.4; OpenJDK 64-Bit Server VM 11.0.4+11-post-Debian-1 Runtime: OpenJDK Runtime Environment 11.0.4+11-post-Debian-1 System: Linux version