re-implement all abstract methods after changing an abstract class

2023-09-01 Thread jose . rodriguez
Hi, I can't find a way to reapply "implement all abstract methods", in all implementing classes, after changing an abstract class. I had to do it one-by one and there were a LOT of them. Is there an easier way to do this? Regards, Joe1962 ---

Re: Happy holidays all

2021-12-24 Thread jose . rodriguez
December 24, 2021 12:23 PM, "Geertjan Wielenga" wrote: > Hi all, > > Happy holidays all. :-) > > It’s been another great year of quarterly Apache NetBeans releases. In the > coming year, we’re > looking forward to and can expect: > Thanks Geertjan and likewise to you and all here on the lis

Re: [MASSMAIL]Re: Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
On 2020-03-25 14:56, Geertjan Wielenga wrote: In the Options window, go to the Java tab and then JavaFX within that. Gj On Wed, Mar 25, 2020 at 7:30 PM wrote: How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According to instructions googled, it should happen automagically with

Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According to instructions googled, it should happen automagically with right-click/open after installing Scene Builder and then running NetBeans. I added SceneBuilder to the PATH, but still no luck. As you may gather from my latest

Project context menu too long for screen

2020-03-25 Thread jose . rodriguez
Hi: I am having a problem with the Project context menu for maven projects, where it is longer than the screen (1366 x 768 resolution). The last 2 items are outside the screen, but the last one on screen is actually inaccessible by mouse, only with the keyboard. The menu does not scroll eithe

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread jose . rodriguez
March 10, 2018 10:16 PM, "Brett Ryan" wrote: I'm still not seeing how you guys got it in, it's clearly not in my 8.2 install, and I can not see it anywhere on the plugin portal http://plugins.netbeans.org (http://plugins.netbeans.org) My Netbeans 9 build 221 shows the cvs plugin and it says: "So

Re: incubating-netbeans-java-9.0-beta-bin.zip

2018-03-08 Thread jose . rodriguez
March 8, 2018 3:44 PM, "Antonio" wrote: > Hi John, > > Some comments, then flying to the moon and participating in GSoC. > > == 9.0 RC3 > > For NetBeans 9.0 RC3 the keys were at > https://dist.apache.org/repos/dist/release/incubator/netbeans/KEYS > as per > http://mail-archives.apache.org/mod_

Re: Does NB support collapsing regions of Java source code?

2018-01-25 Thread jose . rodriguez
January 25, 2018 5:24 AM, "Ivar Grimstad" wrote: Yes, you can do it like this: http://wiki.netbeans.org/SurroundWithCodeFolding (http://wiki.netbeans.org/SurroundWithCodeFolding) Ivar Heh, I have been inserting that stuff manually for ages, this is so much easier, so I tried it at once. To my