Re: bug in Netbeans - need help

2024-12-23 Thread Peter Blemel
Brad, I have used 'ssh -X' between Cygwin's X server and a remote NetBeans with some success, but it's usually glitchy. I don't see problems often using a Linux X server, so I think that the problem is in the Windows X server. To work around the glitches, I have either used an Ubuntu virtual ma

Re: [Lazy Consensus] Minimum JDK build and run policy (dropping JDK 8)

2023-04-12 Thread Peter Blemel
My only concern with dropping JDK 11 is that JDK 17 made certain policy warnings into fatal errors, which stops my platform apps from running. Granted, this is a matter of me tracking down all of the issues that JDK 17 forbids and fixing them one way or another, but JDK 11 is used to work around

Re: NetBeans 15 losing track of Java debugger breakpoints

2022-10-05 Thread Peter Blemel
NetBeans first, then do the changes in the file (or delete it) and then start NetBeans. Regards, Martin ____ From: Peter Blemel Sent: Monday, October 3, 2022 20:14 To: dev@netbeans.apache.org Subject: [External] : NetBeans 15 losing track of Java debugger breakpoin

Visual Library API broken links

2022-10-03 Thread Peter Blemel
Hi, The Visual Library API is still in Netbeans 15, but the Visual Library API pages at https://netbeans.apache.org/tutorials/nbm-visual_library.html have a broken links for the project and documentation. https://netbeans.apache.org/graph/ https://netbeans.apache.org/graph/documentation.html A

NetBeans 15 losing track of Java debugger breakpoints

2022-10-03 Thread Peter Blemel
Hi Everyone, When debugging my NetBeans platform App, NetBeans 15 is submitting breakpoints to the debugger and my program stops on them. My issue is that I can't delete/disable them from Window -> Debugging -> Breakpoints because the list is empty. I have to let NB15 submit each breakpoint, cl

Re: Netbeans platform application and strong encapsulation

2022-10-01 Thread Peter Blemel
Kronenwett Sent: Friday, September 30, 2022 11:35 PM To: dev@netbeans.apache.org Subject: Re: Netbeans platform application and strong encapsulation Hello Peter, please see the pom.xml: https://github.com/akronenw/rust-netbeans/blob/master/pom.xml and scroll down to the surefire plugin. Alex Pe

Re: Netbeans platform application and strong encapsulation

2022-09-30 Thread Peter Blemel
I had a similar issue a few days ago. I had to put those flags to the netbeans default options in the netbeans.conf file. Depending on your usecase, they might be required elsewhere (I had to put them to the config of the surefire plugin as well). I hope that helps. Alex Peter Blemel schrieb am

Netbeans platform application and strong encapsulation

2022-09-30 Thread Peter Blemel
Hello everyone, I am updating my platform application to use NB15 and OpenJDK 17. My application has a text editor, which now throws the exception: module java.desktop does not "opens javax.swing.text" to unnamed module Reading up on Strong JDK Encapsulation, I understand that I need to modify

Re: Copy Paste still an issue

2022-08-31 Thread Peter Blemel
If I may chime in, if the JRE/JDK and NetBeans are the same and the problem isn't reproducible then I would suggest first determining what might be different between this user's environment and others where the problem doesn't present itself. For example, confirming that this user's NetBeans is

Re: Hello, I'm trying to download 'JDK 8u111 with NetBeans 8.2' to use for my college class but its giving me an error. Is the 8.2 version still available?

2022-02-14 Thread Peter Blemel
ll available? Ah, I may have misunderstood the question. The link I gave will allow you to download the JDK. You are probably trying to follow https://netbeans.apache.org/download/archive/index.html, which does give an error. Try https://archive.org/details/jdk-8u111-nb-8_2 Peter _____

Re: Hello, I'm trying to download 'JDK 8u111 with NetBeans 8.2' to use for my college class but its giving me an error. Is the 8.2 version still available?

2022-02-14 Thread Peter Blemel
From: Peter Blemel Sent: Monday, February 14, 2022 1:47 PM To: us...@netbeans.apache.org ; dev@netbeans.apache.org Subject: Re: Hello, I'm trying to download 'JDK 8u111 with NetBeans 8.2' to use for my college class but its giving me an error. Is the 8.2 version still

Re: Hello, I'm trying to download 'JDK 8u111 with NetBeans 8.2' to use for my college class but its giving me an error. Is the 8.2 version still available?

2022-02-14 Thread Peter Blemel
Hi Roselyn, Yes, but you may need to create an account. https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html lists the downloads. Clicking on one will ask you to sign in (I have not tried, I just found the link for you). There may be other sites. Regards, Peter ___

Re: "Original" NB tutorials?

2022-01-30 Thread Peter Blemel
'70/*.asciidoc' images should > > be kept under '70/images' subfolder, for instance. Without any > > cross-linking between directories. > > > > This will make some images being duplicated, but will also make it > > easier for us to remove those '

Re: Updating an Old Plugin and Having Issues

2022-01-29 Thread Peter Blemel
archive.com/dev@netbeans.apache.org/msg09274.html Eric Bresie ebre...@gmail.com On Thu, Jan 27, 2022 at 10:19 PM Peter Blemel wrote: > Sean, > > I'm back to working on my old platform applications ... I have a form > using AbsoluteLayout. When I try to edit it, it throws the following. The

Re: Updating an Old Plugin and Having Issues

2022-01-27 Thread Peter Blemel
kup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) Caused by: ____ From: Peter Blemel Sent: Wednesday, January 19, 2022 1:27 AM To: dev@netbeans.apache.org ; NetBea

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
From: Peter Blemel Sent: Tuesday, January 25, 2022 7:58 PM To: dev@netbeans.apache.org Subject: Re: "Original" NB tutorials? Here's where I'm at so far. It's not perfect. In fact, looking at it, I was focused on img src HTML statements and completely overlooked links in bod

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
folders in an automated way It also has broken links in comments. Have a look if you have time. [https://outlook-1.cdn.office.net/assets/mail/file-icon/png/generic_16x16.png]asciidoc-tutorials.tgz<https://1drv.ms/u/s!ArASQL2pSWgomUx_1ksXsCcFOETh?e=p3dthW> Peter __

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
hings into subfolders like 72/images means I have to patch up any tutorial that cross-linked a prior version. Messy. And, so far I can't say if I got them all - but the solution seems to generalize well. Peter ____ From: Peter Blemel Sent: Tuesda

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
-tutorials/netbeans.apache.org/src/content/tutorials/nbm-javacc-lexer.asciidoc https://github.com/vieiro/netbeans-website/blob/hotfix/images-for-tutorials/netbeans.apache.org/src/content/tutorials/nbm-code-completion.asciidoc Do these look better now? Thanks, Antonio El 24/1/22 a las 15:50, Peter

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
ntonio Sent: Tuesday, January 25, 2022 11:52 AM To: Peter Blemel ; dev@netbeans.apache.org Subject: Re: "Original" NB tutorials? Hi Peter, Thanks for this. I'm afraid we'll have to update the asciidoc translated files (not the HTML ones), because there have been updates since the

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
qKESd?e=9u8l5d> ____ From: Peter Blemel Sent: Tuesday, January 25, 2022 3:39 AM To: dev@netbeans.apache.org ; antonio Subject: Re: "Original" NB tutorials? I decided to let it run while I finished something else. Here's a first pass at flattening everything

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
don't see a reason we should hurry now :-). Thanks, Antonio El 25/1/22 a las 9:11, Peter Blemel escribió: > Seems pretty straightforward, but it's 1AM here in my timezone 🙂. So, I will > probably get to this sometime in the next few days, maybe over the weekend. > > Thanks, >

Re: "Original" NB tutorials?

2022-01-25 Thread Peter Blemel
or instance) and update the asciidoc file. Let me know if you need any assistance on this. Thanks & kind regards, Antonio [1] https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/tutorials/nbm-java-hint.asciidoc El 25/1/22 a las 8:49, Peter Blemel escribió: &g

Re: "Original" NB tutorials?

2022-01-24 Thread Peter Blemel
ache.org/tutorials/72/nbm-java-hint.html https://netbeans.apache.org/tutorials/73/nbm-java-hint.html https://netbeans.apache.org/tutorials/74/nbm-java-hint.html https://netbeans.apache.org/tutorials/80/nbm-java-hint.html https://netbeans.apache.org/tutorials/nbm-java-hint.html El 24/1/22 a las 15:50, Pe

Re: "Original" NB tutorials?

2022-01-24 Thread Peter Blemel
he.org Subject: Re: "Original" NB tutorials? Hi Peter, Originals are kept here for reference https://github.com/wadechandler/netbeans-static-site (src/content) Cheers, Antonio P.S.: I'm curious, which illustrations are incorrect? El 24/1/22 a las 3:18, Peter Blemel escribió:

Re: "Original" NB tutorials?

2022-01-23 Thread Peter Blemel
That was my guess. Thanks, I'll take a look. Peter From: Brad Hards Sent: Sunday, January 23, 2022 7:31 PM To: dev@netbeans.apache.org Cc: Peter Blemel Subject: Re: "Original" NB tutorials? On Monday, 24 January 2022 1:18:09 PM AEDT Peter Ble

"Original" NB tutorials?

2022-01-23 Thread Peter Blemel
Hi, After looking through the tutorials, the thing that jumps out at me the most is that many of them have incorrect illustrations. I used many of these tutorials "back in the day", and recall that the illustrations were not such a jumble. If someone can point me to the original directories fr

Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-22 Thread Peter Blemel
nuary 22, 2022 9:24 PM To: Peter Blemel ; dev@netbeans.apache.org Subject: Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application? you can add more JDKs via tools -> java platform in project properties window, you can select which JDK it

(Solved) Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-22 Thread Peter Blemel
rg/netbeans/api/templates/TemplateRegistration.html I added requireProject=false to mine, and it now shows up in the New File Wizard. Thanks to everyone! Peter ________ From: Peter Blemel Sent: Saturday, January 22, 2022 8:02 PM To: Michael Bien ; dev@netbeans.apache.org Subject: Re: How

Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-22 Thread Peter Blemel
pe in "File -> New"). Do we need to re-install NetBeans to switch JDKs, so that netbeans.conf is correct for the JDK? Thanks, Peter From: Michael Bien Sent: Saturday, January 22, 2022 7:11 PM To: dev@netbeans.apache.org ; Peter Blemel Subject: Re

Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-22 Thread Peter Blemel
or the IDE complains. The content and description do not (adding the package name makes the IDE complain). I realize that at this point I am not using a Project in my application. I will eventually, but I would first like to create an application that can use the File->New box to create and e

Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-22 Thread Peter Blemel
ss detector disabled - running in debug mode BUILD SUCCESSFUL (total time: 1 minute 45 seconds) ____ From: Peter Blemel Sent: Saturday, January 22, 2022 3:25 PM To: dev@netbeans.apache.org Subject: Re: How to add 'File -> New' and 'File -> Open

Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-22 Thread Peter Blemel
up (if the current selected node is the one you want to open, depends what you want) Cheers <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> Virus-free. www.avast.com<http://www.avast.com> <ht

Re: How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-21 Thread Peter Blemel
hose, best would be to find the New File action in the Apache NetBeans sources, maybe search for that string, and see which module it is part of. Gj On Fri, Jan 21, 2022 at 9:44 AM Peter Blemel wrote: > Hi Everyone, > > I've been trying to get my NetBeans platform application running aga

How to add 'File -> New' and 'File -> Open' to a NB 12.6 platform application?

2022-01-21 Thread Peter Blemel
Hi Everyone, I've been trying to get my NetBeans platform application running again, but some things are eluding me. I created a new platform application and I've been going through the tutorials for file type, lexer, and parser integration to try and re-familiarize myself with everything afte

Re: How to get output of System.out.println() in NB Output view?

2022-01-20 Thread Peter Blemel
Depending on what you're trying to do, I think you may need an IO provider. import org.openide.windows.IOProvider; import org.openide.windows.InputOutput; import org.openide.windows.OutputWriter; // Get an output window tab. InputOutput io = IOProvider.getDefault().getIO(TAB_NAME, false); io.sele

Re: Updating an Old Plugin and Having Issues

2022-01-19 Thread Peter Blemel
're also making progress. Cheers, Peter ____ From: Peter Blemel Sent: Tuesday, January 18, 2022 10:59 AM To: dev@netbeans.apache.org ; NetBeans Mailing List Subject: Re: Updating an Old Plugin and Having Issues Just to be clear, I am working in Netbeans 12.6 on both computers. Absolute Lay

Re: Updating an Old Plugin and Having Issues

2022-01-18 Thread Peter Blemel
) From: Peter Blemel Sent: Tuesday, January 18, 2022 10:54 AM To: dev@netbeans.apache.org ; NetBeans Mailing List Subject: Re: Updating an Old Plugin and Having Issues Sean, Your post inspired me to dust off an old Platform application of mine (a general Predicate Logic editor, among other

Re: Updating an Old Plugin and Having Issues

2022-01-18 Thread Peter Blemel
Sean, Your post inspired me to dust off an old Platform application of mine (a general Predicate Logic editor, among other things). Hopefully, I can get back into the swing of things enough to be of some use around this mailing list 🙂. My application was using Platform 6.8. I'm trying to get i

Re: Python Donation

2021-12-31 Thread Peter Blemel
For what it's worth, I use NetBeans 8.2 for C/C++ development out of habit, sometimes daily, but have installed the 8.2 C/C++ module into NB12 with success. It is my go-to C/C++ IDE; however, I don't need all the latest language features. I've used Eclipse and other free IDE's, but NetBeans is

Re: Netbeans Long Term Java Planning

2021-02-09 Thread Peter Blemel
All, My only concern about JDK8 is that I deploy my J2EE application on a Payara server, and there seems to be some dependencies on JDK8. I know that I should be able to run Netbeans on one JDK while developing my application to deploy on another version, but whenever I do that I end up with we

FYI Netbeans 12.0 can't re-open project

2020-12-26 Thread Peter Blemel
Hello World, I have been developing an Enterprise application using Netbeans 8.2 and have recently been using Netbeans 12.0 to move into the brave new world. Occasionally, however, Netbeans 12 can't open my project from one day to the next, apparently due to cache issues. I haven't touched tha

Re: Embedded Derby DB and Platform Application

2020-12-18 Thread Peter Blemel
t developers of alternative editors can know that they need to identify the viewer TopComponent this way, or you need to rewrite the selection model, as described [in the tutorial] by Tim Boudreau. Peter ____ From: Peter Blemel Sent: Friday, December 18, 2020

Re: Embedded Derby DB and Platform Application

2020-12-18 Thread Peter Blemel
Just a quick guess without looking at your code ... The stack trace java.lang.IllegalStateException: Cannot find TopComponent with > > preferredID CustomerViewerTopComponent, see IDE log for more details. would seem to imply that you may have renamed your top component (or written a new one), b

Re: Question about development direction.

2020-12-14 Thread Peter Blemel
All, I have a fairly large embedded C/C++ code base, and have been following the recent conversation. I spend a fair amount of time in Netbeans 8.2 maintaining that codebase. I spent last week adding board support for a new chipset. I find that I am more productive in that environment than in E

A word about Ubuntu Linux

2020-08-31 Thread Peter Blemel
Hello World, I recently installed Apache Netbeans on several Ubuntu Linux machines. In each case, the IDE couldn't create or open projects and would stall at about 10% progress. As a long-time Netbeans user, this was perplexing - especially given that I have a working Netbeans on one of them (

Re: C/C++ module ?

2019-08-01 Thread Peter Blemel
under the hood'. I would like to help develop the integration to support remote debugging from the IDE. I have a fair amount of NetBeans module development experience in 8.2 and earlier. Thanks, Peter Blemel From: Geertjan Wielenga Sent: Thursday, August 1,