Re: Java Swing Support

2023-08-23 Thread Neil C Smith
On Wed, 23 Aug 2023, 14:15 Plaza, Rob (JSC-CD111)[KBR Wyle Services, LLC], wrote: > My organization uses Netbeans 11.2. Recently we have noticed ... > Recently?! Why NetBeans 11.2? That's 4 years old and unsupported. There have been 14 releases since then! And another one in a week or so. No su

Re: Java Swing Support

2023-08-24 Thread Neil C Smith
On Thu, 24 Aug 2023 at 06:20, Thomas Kellerer wrote: > Didn't NetBeans drop support for one specific Swing framework? > > I think the "Java Swing" project template used that framework, but I can't > remember the name. There used to be support for Swing Application Framework (withdrawn JSR 296),

Re: Can't install NetBeans using MacOS installer without JDK installed

2023-08-30 Thread Neil C Smith
On Wed, 30 Aug 2023 at 02:11, Philip Durbin wrote: > I had the same problem. I'm using SDKMAN and could not install NetBeans 18 on > my Mac because the NetBeans installer said "No Java found". > > I fixed it by following > https://stackoverflow.com/questions/76523553/how-to-make-usr-libexec-java

Re: Git hub master branch

2023-09-07 Thread Neil C Smith
On Sat, 2 Sept 2023 at 18:58, Alonso Del Arte wrote: > ... it sounds like Chris's issue is yet another case of programs being slow > to adopt the change from master branch to main branch, not necessarily > because of disagreement with the cause (though I'm sure there are some of > those) but si

Re: Scroll wheel resizing font

2023-09-13 Thread Neil C Smith
On Wed, 13 Sept 2023 at 14:46, Admin @ Goodun wrote: > > How do I turn this off? > > I've had a look in all the settings I can find and nothing seems to > relate. Options / keymap. Do a search for "zoom". It should be set to the mouse wheel with a particular modifier - different on macOS I thin

Re: Font settings not transferred from 18 to 19.

2023-09-22 Thread Neil C Smith
On Fri, 22 Sept 2023 at 16:06, Tilman Hausherr wrote: > > I had a development version of 19 (because of an issue that was fixed in > development) but the executable was installed in the 18 directory. I > installed the regular 19 today with the windows installer and the font > settings were not tra

Re: NetBeans 19 Run-Remote Raspberry Pi 4 Not Working

2023-09-29 Thread Neil C Smith
On Fri, 29 Sept 2023 at 15:04, Blaine Heinfeld wrote: > The import appears to have correctly imported the RPi 4 platform I use > in 12.6. The RPi 4 platform tests successfully in NetBeans 19. > ... > > When I select that configuration in NetBeans 19 and attempt to run the > application, however,

Re: App not using proper search path for libraries when launched by NetBeans

2023-09-30 Thread Neil C Smith
On Sat, 30 Sept 2023 at 08:49, Fedor van Eldijk wrote: > The app can not find a library it needs and it looks like it is appending the > search path I gave it (usr/local/lib/OGRE) to the installation path of > NetBeans (/snap/netbeans/84). Where exactly is the lib? Is it in the project or at /

Re: [platform] Generating multiple app "bundles"

2023-09-30 Thread Neil C Smith
On Sat, 30 Sept 2023 at 11:16, Patrik Karlström wrote: > For my maven platform application I need to create different Application > bundles like NetBeans had pre Apache with SE, EE & C++ so I can have a couple > of variants of my application with each own set of plugins. > > To this day, I have

Re: How to hide a secret value in my Java code?

2023-10-04 Thread Neil C Smith
On Wed, 4 Oct 2023 at 10:16, Richard Grin wrote: > Is it possible to add an environment variable for *only one* Java > project in NetBeans? ... > I use Maven to build the project. Incidentally, to do this with Maven projects, use the project properties. Under Actions, choose eg. `Run project` or

Re: Can't install NetBeans using MacOS installer without JDK installed

2023-10-14 Thread Neil C Smith
On Sat, 14 Oct 2023 at 15:43, Philip Durbin wrote: > I just reverted the SDKMAN hack I described earlier (now > `/usr/libexec/java_home` no longer works) and then proceeded to install > NetBeans 19 (Apache-NetBeans-19.pkg, not the community installer) without any > issue. So on my machine at le

Re: Netbeans not compiling an Ant project

2023-10-21 Thread Neil C Smith
On Sat, 21 Oct 2023 at 12:09, Juan Miguel Escribano wrote: > > Hello! > > To be brief. > > My system: > MacBook Pro 16”, Apple M2 pro > Macos Sonoma 14.0 > Product Version: Apache NetBeans IDE 19 > Java: 21.0.1; OpenJDK 64-Bit Server VM 21.0.1+12-LTS > Runtime: OpenJDK Runtime Environment 21.0.1+1

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023 at 06:34, Patrik Karlström wrote: > > I'm not sure if this is related to the OS, Fedora in my case or if it's a > netbeans thing. > > Using the touchpad to scroll up and down also invokes a trigger happy two > finger swipe left and/or right and the result is that the editor m

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, wrote: > It would be good if somebody could test the Mouse Button layouts on > Windows and Mac, probably can remove the MOUSE_BUTTON4 and MOUSE_BUTTON5 > registration... > They weren't added by accident! ;-) I have all 3 OS to hand, and tested this on

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023, 12:29 Neil C Smith, wrote: > > > On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, > wrote: > >> It would be good if somebody could test the Mouse Button layouts on >> Windows and Mac, probably can remove the MOUSE_BUTTON4 and MOUSE_BUTTON5 >> re

Re: Two finger swipe left - right makes editor go wild

2023-10-30 Thread Neil C Smith
Hi, On Mon, 30 Oct 2023 at 13:51, Laszlo Kishalmi wrote: > can confirm that mouse wheel left/right is button 4/5 on my mouse on linux > (swing event numbers, which are not the button numbers i see via piper or xev) > > I can confirm on both X11 and Wayland. Horizontal wheels, two finger scrolls

Re: Two finger swipe left - right makes editor go wild

2023-10-31 Thread Neil C Smith
On Mon, 30 Oct 2023 at 14:06, Neil C Smith wrote: > On Mon, 30 Oct 2023 at 13:51, Laszlo Kishalmi > wrote: > > can confirm that mouse wheel left/right is button 4/5 on my mouse on linux > > (swing event numbers, which are not the button numbers i see via piper or >

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023 at 04:37, Patrik Karlström wrote: > I just tested the latest daily with a fresh userdir with the default settings > and it looks good to me. Daily?! As in daily build, your own build of delivery, or the build from the pull request? I'm curious to clarify because the fix here

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023, 12:28 Patrik Karlström, wrote: > I was not sure of what to test so I went for > https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ > . > Ah, sorry, should have been more explicit. If you go to the test summary page of any pull r

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023, 13:01 Neil C Smith, wrote: > > > On Thu, 2 Nov 2023, 12:28 Patrik Karlström, wrote: > >> I was not sure of what to test so I went for >> https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ >> . >

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 06:29, Ernie Rael wrote: > > On 23/11/07 10:05 PM, Stephen Parry wrote: > > Already tried using latest daily build and now does work with much arm > twisting (not sure yet if it needs the xml) . How do I access the RC > specifically please? > > The announcement is at > > ht

Re: Netbeans with Bookworm

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 13:34, Phil L wrote: > Is there a version of NB that runs in Bookworm? > > I'm thinking of a new Pi5, but it only runs Bookworm and other IDE's do > not run in Bookworm. 32bit or 64bit? There's a 32bit AppImage at https://www.codelerity.com/netbeans/ That package might cha

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Neil C Smith
On Mon, 18 Dec 2023 at 17:23, Judi Rastall wrote: > I am confused and I seem to find myself in a Catch-22 situation. I have just > downloaded and installed the new NetBeans v20 and it warns me that I cannot > use it with Java versions earlier than 11. I go to my Java installation > (which says

Re: [ANNOUNCE] Apache NetBeans 20 released

2023-12-18 Thread Neil C Smith
On Mon, 18 Dec 2023 at 18:09, Stephen Winnall wrote: > Why is everyone avoiding answering Judi’s question? > > I don’t pretend to be the expert but the answer to Judi’s question is: > download newer (post-v8) versions of Java from Zulu > (https://www.azul.com/downloads/?package=jdk#zulu) or some

Re: How to make the IDE open Excel files with Excel?

2024-01-10 Thread Neil C Smith
On Wed, 10 Jan 2024 at 16:28, Joseph Huber wrote: > How can I make the NetBeans IDE (I’m using NB 15) open an Excel document with > Excel? ... > Apparently NetBeans sees Excel spreadsheets as zip files (which they are). > Unfortunately, that seems to eliminate the “Open From System” item from t

Apache NetBeans 21 release candidates

2024-01-16 Thread Neil C Smith
Release candidates for the next release of Apache NetBeans will be available weekly until release. Your help in testing, reporting and verifying issues would be highly appreciated by the whole Apache NetBeans community. More info and links at https://github.com/apache/netbeans/discussions/6962 Th

Re: Thought on handling different Maven .m2 folders

2024-01-27 Thread Neil C Smith
On Sat, 27 Jan 2024 at 09:13, Lars Bruun-Hansen wrote: > Another thought: Maven command execution shell still supports a > "$HOME/.mavenrc" file which is executed (sourced) by Maven before it > does anything else. It will be fired each and every time you execute > the "mvn" command. I don't know i

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 13:43, Ulf Zibis wrote: > In the meantime I solved the problem still using JDK 18 as follows. > > - deleted user config data and reinstalled NetBeans ... > - Restart. All is fine !!! > > Don't know, if that is a good workaround. The above two steps might have been what fixed

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 14:44, Ulf Zibis wrote: > nb-javac is included in NetBeans since NB13, so you should not see > this dialog unless you've deliberately disabled this support and run > on an older JDK. > > This I assumed too, so I'm wondering about my ecperience. So am I! If you can find step

Re: Please tell me where to go

2018-01-10 Thread Neil C Smith
Beans was installed? I'd be tempted to uninstall all JDKs and NetBeans, reinstall OpenJDK8, then reinstall NetBeans. Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: Suggestion for mailing list headers

2018-01-11 Thread Neil C Smith
+1 Weirdly, the dev@ list seems to have this? Has something been deliberately or accidentally set up differently? Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: dev build not rendering GUI properly

2018-01-13 Thread Neil C Smith
ptical that is the cause, maybe. > Might be worth checking, but IIRC ant 1.9.9 fixes an issue that was only introduced in 1.9.8, so the build does complete with some earlier ant versions. Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: Interface Design Change

2018-01-15 Thread Neil C Smith
e licensed already. There's also a material design extension of Darcula somewhere. Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: rc2 of Apache NetBeans (incubating) 9.0 Beta is available

2018-01-15 Thread Neil C Smith
On Mon, 15 Jan 2018 at 16:19 Mike Billman wrote: > Gj - > > Can you include a link to the download? > I think linking to pre-releases outside of the dev@ list is against Apache policy. Either check the dev@ archive, or it should be released in a few days. Best wishes, Neil --

Re: rc2 of Apache NetBeans (incubating) 9.0 Beta is available

2018-01-15 Thread Neil C Smith
On Mon, 15 Jan 2018 at 18:46 Mike Billman wrote: > I’m on that one as well > In which case, you should have the links you asked for! They're also available if you follow the link in the OP to the dev@ post. Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsm

Re: How to undo dark metal theme?

2018-01-18 Thread Neil C Smith
; Mostly good, but my editor windows are still showing up with the dark > theme :( > Tools / Options / Fonts & Colors - and change back the profile to NetBeans. Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: How to undo dark metal theme?

2018-01-18 Thread Neil C Smith
black. These themes with light blue on dark > blue, > white on gray, etc. are terrible! > I know what you mean. I forked the Darcula module for Praxis LIVE primarily to deal with that - maybe should look at sharing it back. Best wishes, Neil -- Neil C Smith Artist & Technologist w

Re: How to undo dark metal theme?

2018-01-19 Thread Neil C Smith
hing. In terms of editor themes (fonts/colors), if you haven't come across this site before, it might be worth a look - https://netbeansthemes.com/ Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: Unable to quit after cancelling Savables

2018-02-09 Thread Neil C Smith
that filters out your version too. Interested to try this fix in Praxis LIVE - I have a problem where that quit never works, but have delegating lifecycle managers that always shows a dialog on quit. Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE -

Re: New netbeans.apache.org is live

2018-03-06 Thread Neil C Smith
On Tue, 6 Mar 2018 at 15:31 Antonio wrote: > Ah, also works with https. Cool! > There's a mixed content warning though - one to add to the bug list! Should see what's required to make https the only option when that's fixed. No HTTP2 - that's a shame. Best wish

Re: Long Live NetBeans!

2018-03-07 Thread Neil C Smith
was going to ask for just that from an Apache perspective. Are there any thoughts / info about using something like Bountysource? Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: Long Live NetBeans!

2018-03-07 Thread Neil C Smith
global list, direct links in issue queues, etc. can be done without falling foul of ASF policies. Not that it's a model we'd necessarily want to encourage anyway. Doesn't look like Bountysource has been used much by Apache projects, although a few linked to Cassandra by the look of

Re: How do you prioritize tasks

2018-03-07 Thread Neil C Smith
through JIRA, but surely having no main architects also has to mean everyone knowing and following the same procedures? Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: Long Live NetBeans!

2018-03-07 Thread Neil C Smith
I got fed up of paying for stuff that doesn't work properly. Now I've got loads of other stuff that doesn't work properly, but at least I don't feel ripped off for it! ;-) Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: Starting netbeans 8.0.2 launches KDE Wallet

2018-03-09 Thread Neil C Smith
. > I assume you're not pushing to git, etc.? This generally comes up when storing passwords for authenticating to repositories and the like. Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: presentation templates

2018-03-20 Thread Neil C Smith
ects. Browser-based is useful, and it means I can write all my slides in NetBeans itself! Best wishes, Neil -- Neil C Smith Artist & Technologist www.neilcsmith.net Praxis LIVE - hybrid visual IDE for creative coding - www.praxislive.org

Re: What is going to happen to netbeans.org site?

2018-04-11 Thread Neil C Smith
ki.netbeans.org/NetBeansDeveloperFAQ) and therefore > if one should continue to publish/enhance info on the wiki. > > Will all this content move to netbeans.apache.org eventually? Nothing on > this site yet. > The Developer FAQ is already there - http://netbeans.apache.org/wiki/index.asciidoc

Re: Customizing the tab showing a TopComponent in Editor mode

2018-07-20 Thread Neil C Smith
On Thu, 19 Jul 2018 at 14:16, stephen cumminger wrote: > String toreturn= ""+prefix+" COLOR=RED>"+super.getDisplayName()+""; Have you tried ? >From recollection it uses this - http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/HtmlRenderer.html Best wishes, Neil -

Re: Installer bug?

2018-07-27 Thread Neil C Smith
On Fri, 27 Jul 2018 at 15:01, stephen cumminger wrote: > I’d like to stay with the NetBeans Installer as it does everything I need. After various issues over time with the Windows installer I finally took the plunge and switched to InnoSetup, and have to say I've generally found it really simple

Re: Installer bug?

2018-07-28 Thread Neil C Smith
On Sat, 28 Jul 2018, 12:27 stephen cumminger, < stephen.cummin...@sonideft.com> wrote: > Thanks for the idea Neil. I used InnoSetup years ago and it always worked > well for me. I use Ant to build everything. I assume you would just build a > zip distribution and then manually run InnoSetup? I did

Re: Netbeans 9.0 Final Release - Update Center

2018-08-08 Thread Neil C Smith
On Thu, 9 Aug 2018, 05:47 Alexander Faust, wrote: > An alternative would be of course to bundle the JRE in the installer, but > I'm not a fan of that. Because there is always a static obsolete runtime / > hotspot with possible security leaks on the machine. > If it's bundled as a local library i

Re: NetBeans 9.0 on Linux - How?? - It works!

2018-08-10 Thread Neil C Smith
On Thu, 9 Aug 2018 at 23:38, Paul Szudzik wrote: > It didn’t ask me if I wanted to bring any settings over from previous > versions ( Which was 8.2 ) but being Linux, figured it couldn’t find it’s way. That's odd! Never had a problem with the import settings dialog not showing on any of the

Re: NetBeans 9.0 on Linux - How?? - It works!

2018-08-10 Thread Neil C Smith
Hi, Moving back on list! :-) On Fri, 10 Aug 2018 at 13:10, Carl Mosca wrote: > OK, sounds like I used the wrong terminology for the Mac "bundle" - I find > them commonly referred to in a variety of ways. Getting the bits into > /Application/some_directory_structure_here (or elsewhere for that

Re: JavaFX for NetBeans GUI

2018-08-16 Thread Neil C Smith
On Thu, 16 Aug 2018, 12:51 Josh Juneau, wrote: > It would be nice to have a JavaFX GUI for NetBeans, specifically if > something like Gluon Mobile were used > For that to happen *here* would require a shift in Apache policies towards GPL w/CPE licensed dependencies as far as I know. Of course, o

Re: Bundle JRE 10 to a netbeans platform application

2018-08-20 Thread Neil C Smith
You might want to check out the thread around using InnoSetup for this from around Aug 1st too. Best wishes, Neil On Mon, 20 Aug 2018, 08:55 Andreas Hauffe, wrote: > Hi, > > I tried with Netbeans 9 and JDK8/JRE8 and this is working. > > The verbose output of running the windows installer with

Re: Best practice in bundling in JRE10 to a netbeans platform application?

2018-08-21 Thread Neil C Smith
On Tue, 21 Aug 2018 at 15:49, Andreas Hauffe wrote: > So I obviously I'm supposed to bundle the JRE to the installers > (Windows, Linux, MacOS). But what's about the OS-independent zip file. > What is the best way? Should I bundle all JRE's into one ZIP file or > should I create a ZIP file for eac

Re: Reboot Netbeans Platform Application after option change

2018-08-23 Thread Neil C Smith
Hi, On Thu, 23 Aug 2018 at 16:23, Andreas Hauffe wrote: > is there a simple way to restart a Netbeans Platform application after > specific options in the options dialog are changed? LifecycleManager? Mark for restart then exit? You may want some sort of UI in there though?! Maybe something l

Re: Reboot Netbeans Platform Application after option change

2018-08-23 Thread Neil C Smith
ands so that the UI is visible after clicking the ok > button of the OptionDialog. Do you have any tips? > > -- > Regards, > Andreas Hauffe > > -----Ursprüngliche Nachricht- > Von: Neil C Smith > Gesendet: Donnerstag, 23. August 2018 17:32 > An: Hauffe, Andreas &

Re: NB 9.0: git pull not working

2018-09-14 Thread Neil C Smith
On Fri, 14 Sep 2018 at 06:39, Thomas Kellerer wrote: > I am using OpenJDK which in general seems to have problems initiating https > request due to missing CA Certs. Out of interest, which OpenJDK version and from where? I've had bug reports with my platform app around this on Ubuntu, whereas w

Re: NB 9.0: git pull not working

2018-09-14 Thread Neil C Smith
On Fri, 14 Sep 2018 at 12:04, Thomas Kellerer wrote: > > I was using the one from https://adoptopenjdk.net/ as well as the one from > http://jdk.java.net/10/ Could also try Azul's Zulu build? Wonder if it's https://github.com/AdoptOpenJDK/openjdk-build/issues/469 Best wishes, Neil --

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

2018-10-11 Thread Neil C Smith
On Thu, 11 Oct 2018 at 14:39, John McDonnell wrote: > (I'd argue this isn't the best way to bring it up but it's done now). +1 NetBeans is now a community project at Apache. How things were decided historically does not determine how things are decided now. If you want to get involved in develo

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

2018-10-16 Thread Neil C Smith
On Tue, 16 Oct 2018 at 12:05, Tom Arilla wrote: > Thank you for the information, but the thread started because of an essential > bug ignored for many years Essential to *whom*?! Doesn't look like that many users were that bothered! > By the way, didn't you make a whole database of open bugs o

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

2018-10-16 Thread Neil C Smith
On Tue, 16 Oct 2018 at 14:16, Tom Arilla wrote: > Look Neil, one person called it "the most viewed IntelliJ issue", you called > it "essential to *whom*?!", very well, but it is just few lines of easy code, > practically zero maintenance. ... > Do you see any similarities? Can you show me one ca

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

2018-10-17 Thread Neil C Smith
Hi, On Wed, 17 Oct 2018 at 07:47, R. Diez wrote: > Your continuous attempts to dismiss this issue are actually more annoying. If > you think about it, it is counterproductive. I'm sorry you're annoyed by what I said, but you've misunderstood me - I'm definitely not trying to dismiss the issue.

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

2018-10-17 Thread Neil C Smith
On Wed, 17 Oct 2018 at 11:00, R. Diez wrote: > I cannot remember that he said this was an essential issue. Well, he did. > I only stepped in because I do not like the way the original poster was been > treated. And I only stepped in because I did not like how people who are volunteering their

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

2018-10-18 Thread Neil C Smith
On Thu, 18 Oct 2018 at 09:18, Tom Arilla wrote: > I will check if you are an influential Netbeans developer and if yes, I will > migrate as soon as possible, because I do not want to use an IDE made by > people with an aggressive and probably very biased attitude towards me. No, I'm a user, jus

Re: Re[2]: NB 10: No module providing the capability org.openide.modules.jre.JavaFX

2018-10-18 Thread Neil C Smith
On Thu, 18 Oct 2018 at 19:09, Alex Sviridov wrote: > I use openjdk. By the way, are there any plans to move NB from swing to > JavaFX? Besides the amount of work involved, the JavaFX license isn't compatible with Apache projects, so now it's not bundled with (some) JDKs this seems less likely.

Re: [rcp][platform] Moving UI application based on Netbeans RCP 6.9.1 to 9.0 ?

2018-10-19 Thread Neil C Smith
On Fri, 19 Oct 2018 at 11:08, tanas gjorgoski wrote: > It seems we are using ant build, but with a gradle wrapper which injects the > maven dependencies. > Looking at our code I'm under impression that ant is the only option, do > newer versions support building the Netbeans Platform apps using

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Neil C Smith
On Mon, 22 Oct 2018 at 12:53, Sven Marquardt wrote: > > I wonder if there is an option to disable the internal webbrowser of the > netbeansplatform. Right now everytime i or a user of the application > clicked on a link, the inernal browser will open. Is there a way to > disable this? You might w

Re: Netbeans 9.0 and maven

2018-11-01 Thread Neil C Smith
On Thu, 1 Nov 2018 at 08:50, Stefan Murawski wrote: > I am developing an application that is based on the netbeans framework. Due > to java 8 leaving official support and java 11 becoming the next lts I am > trying to migrate the application to Netbeans 9.0 and possibly java 11 (java > 10 would

Re: [DISCUSS] Apache NetBeans roadmap updates

2018-11-13 Thread Neil C Smith
On Tue, 13 Nov 2018, 14:16 Emilian Bold Two releases per year seems more manageable. > The point of 4 was to be more manageable though. Less changes, less pressure for new features to meet deadlines (dropping 3 months less of an issue) I'm happy with either, but I don't think the current situati

Re: [DISCUSS] Apache NetBeans roadmap updates

2018-11-14 Thread Neil C Smith
On Tue, 13 Nov 2018 at 22:17, Christian Lenz wrote: > Maybe reducing the NetCat process or changing it? OK, so in the interests of [DISCUSS] :-) I think Chris is right here. I wasn't able to take part in NetCAT for NB10, but did for NB9, and that process probably does need to adapt. We had a co

Re: [DISCUSS] Apache NetBeans roadmap updates

2018-11-14 Thread Neil C Smith
On Wed, 14 Nov 2018, 22:20 Jiří Kovalský I am glad to see that except two respondents the vast majority likes the > proposal for only two mandatory major (with NetCAT programs) and two > optional minor releases per year. > You could equally say that a vast majority of committers on dev@ wanted fi

Re: Is vc3 NB10?

2018-11-19 Thread Neil C Smith
On Mon, 19 Nov 2018 at 15:23, Henderson, Roy wrote: > Is NB10 going to be a rebuild of vc3 or might there be any post-vc3 code > changes incorporated? Theoretically neither! NB10 should *be* NB10-vc3 (not a rebuild) if/when the vote passes. Best wishes, Neil -

Re: Apache NetBeans 10 vc3

2018-11-25 Thread Neil C Smith
On Sun, 25 Nov 2018 at 20:57, Dragan Bjedov wrote: > I see that vc4 is not yet present on confluence. Jump on dev@ and you'll find a thread with the links. -vc means voting candidate, which means not yet released, which means links are generally for dev@ only purposes. Best wishes, Neil -

Re: please recommend Linux Font for Netbeans on Linux

2018-12-10 Thread Neil C Smith
On Mon, 10 Dec 2018, 09:47 Steve Jacobs netbeans -J-Dawt.useSystemAAFontSettings=on > > For convenience, this can be added to the command line at the end of the > /netbeans/bin/netbeans shell script. > Better added to netbeans/etc/netbeans.conf - it's what it's there for. Best wishes, Neil >

Re: please recommend Linux Font for Netbeans on Linux

2018-12-10 Thread Neil C Smith
On Mon, 10 Dec 2018 at 13:48, Bayless wrote: > > I use Netbeans on Linux Mint, based on Ubuntu, and have never seen the > problems you describe. I just use the default font that Netbeans comes with > and don't even know what it is but it works for me. Are you using OpenJDK 11? Best wishes, Ne

Re: Clarification of Custom Property Editor

2018-12-14 Thread Neil C Smith
On Fri, 14 Dec 2018, 21:05 Marc Streckfuß 2. I tried using editor.setValue(obj); FROM the Swing Component in the > Swing Thread (every time any UI Component changes it's value), but this > fails with java.lang.IllegalStateException: Attempt to mutate in > notification, because my Swing Components

Re: Calling for Speakers at Netbeans Day London 2019

2019-03-08 Thread Neil C Smith
Hi Chris, I'd be happy to do my Write Now, Run Anytime talk if you'd like? Description at https://www.meetup.com/South-West-Java/events/254882628/ It has a (hopefully) fun and noisy-ish ending, so might be good before lunch or at the end of the day? Either way I aim to come along. Best wishes,

Re: add JavaC in Netbeans platform application

2019-04-17 Thread Neil C Smith
On Wed, 17 Apr 2019 at 03:13, Wade Chandler wrote: > You can package the separate nb-javac project as well. Interestingly I'm just looking at doing this myself today, as I'm finally updating PraxisLIVE from NB8.2 to NB11. Any thoughts on the best way to integrate with nb-javac? Jaroslav mention

Re: Netbeans stopped working

2019-04-18 Thread Neil C Smith
On Thu, 18 Apr 2019 at 12:08, Fedd wrote: > ~$ sudo update-alternatives --config java > There are 2 choices for the alternative java (providing /usr/bin/java). If doing that, make sure to also change the alternative for javac. Or change the --jdkhome value in etc/netbeans.conf / pass it in on th

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Neil C Smith
On Tue, 23 Apr 2019 at 09:12, Ernst Vaarties wrote: > Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 > installation and I have to revert to using NB 8. In addition to what Geertjan said, what JDK are you using? I've got the same OS and no issue at the moment. I'm curre

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Neil C Smith
On Tue, 23 Apr 2019 at 09:41, Ernst Vaarties wrote: > > That could be it, I'm using the package provided by Ubuntu and am seeing this > entry in the update log: > > > Start-Date: 2019-04-17 08:42:38 > > Commandline: /usr/bin/unattended-upgrade > > Upgrade: openjdk-11-jre-headless:amd64 (10.0.2+1

Re: Internet of Things (IoT), OPC UA and OSGi

2019-05-13 Thread Neil C Smith
Hi, On Sun, 12 May 2019 at 10:09, European Neuroscience Center wrote: > In my opinion, the problem is fundamental and lies in the vision of future > development. OSGi is the core of most new technologies and products, > including IoT and OPC UA, while NetBeans ignores OSGi and rely on outdated

Re: Netbeans 11 - Integrity of the release

2019-05-22 Thread Neil C Smith
On Wed, 22 May 2019 at 15:23, Eduardo Quintanilla wrote: > gpg --verify incubating-netbeans-11.0-source.zip.asc.txt > incubating-netbeans-11.0-bin.zip You appear to be verifying the source key against the binary zip?! Best wishes, Neil -

Re: Javadoc pop-ups partly missing in Nb11

2019-05-29 Thread Neil C Smith
On Wed, 29 May 2019, 11:10 Hans Grimmselshausen, wrote: > In Ubuntu 18 LTS with the Openjdk11 from the Ubuntu repository, > That package seems to be buggy as hell. I've been tracing some segfaults, and also had a similar issue to you. There's an open issue somewhere that the source symlink is br

Re: Javadoc pop-ups partly missing in Nb11

2019-05-29 Thread Neil C Smith
On Wed, 29 May 2019, 14:46 Hans Grimmselshausen, wrote: > Here on two Ubuntu 18 machines, the OpenJDK 11 from the apt-repository > runs very stable. > To be clear, I have specific code that consistently crashes on that OpenJDK package and no other OpenJDK build I've tested, and there are multipl

Re: early access Netbeans builds

2019-06-18 Thread Neil C Smith
On Tue, 18 Jun 2019 at 11:23, Geertjan Wielenga wrote: > > https://builds.apache.org/job/netbeans-windows/ > > Should be that. Looks like build artefacts are missing there?! Best wishes, Neil - To unsubscribe, e-mail: users-un

Re: early access Netbeans builds

2019-06-18 Thread Neil C Smith
On Tue, 18 Jun 2019 at 07:11, Pieter van den Hombergh wrote: > I would like to gain some experience with the upcoming NB version (11.1?) > and/or jdk 12 or 13 ea, to have a look at the features. How can I obtain such > version or where is the netcat version? Also, I'm just waiting for the first

Re: early access Netbeans builds

2019-06-18 Thread Neil C Smith
On Tue, 18 Jun 2019 at 11:30, Geertjan Wielenga wrote: > > Yes, not the complete process is done in the Windows build. The creation of > the artefacts is done in the Linux build only. The point of the Windows build > is to show the code works there, not that the artefacts can be created there.

Re: early access Netbeans builds

2019-06-18 Thread Neil C Smith
On Tue, 18 Jun 2019 at 11:32, Geertjan Wielenga wrote: > > Would be great if the installers could be included in that beta delivery, see > Reema’s mails. Otherwise in the next one, i.e, would be great for the > installers to be tried too, prior to release. Yes, will look at that next - just che

Re: Netbeans 11.1 and netbeans_jdkhome in netbeans.conf

2019-06-19 Thread Neil C Smith
On Wed, 19 Jun 2019 at 12:45, Geertjan Wielenga wrote: > NetBeans can't magically run on a JDK. That must be set somewhere. Probably, > system wide, you have JDK 12 installed, i.e., check the version of java and > javac on the command line. That line in .conf should be working to override this

Re: NetBeans RCP for Java 11

2019-06-20 Thread Neil C Smith
On Thu, 20 Jun 2019 at 18:08, JD Smith wrote: > When will a new version of the NetBeans RCP be available that supports Java > 11? > > The NetBeans 11 IDE still has for the latest version RELEASE82 for NetBeans > applications. The 11.0 RCP definitely supports Java 11+, although I'm using an Ant

Re: NetBeans RCP for Java 11

2019-06-21 Thread Neil C Smith
On Thu, 20 Jun 2019 at 23:24, JD Smith wrote: > I also created Jira Bug NETBEANS-2731 for the Illegal reflective access > warnings that are occurring. If the warnings are a concern for you, you should probably look at adding the relevant options from the netbeans.conf to your RCP equivalent file

Re: Problem Building an Installer Using Coolbeans 2018.12

2019-06-21 Thread Neil C Smith
On Fri, 21 Jun 2019 at 17:44, William Reynolds wrote: > > We have an RCP application that I was trying to create an installer for > (right click the project, Package As->Installers). The build was failing with > the following error: Not a direct answer to your question, but you might want to co

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Neil C Smith
On Fri, 5 Jul 2019 at 08:01, Helmut Leininger wrote: > > see https://issues.apache.org/jira/browse/NETBEANS-2786?filter=-2 > The log in this thread is on beta3. The log on that issue seems to be beta2? Please recheck with beta3 as a fix for this issue was merged. Thanks, Neil ---

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Neil C Smith
Hi, On Fri, 5 Jul 2019 at 07:18, Mark J Koch wrote: > On NB 10 and also 11.1. I get this popup error when attempting to rename a > Java class or move it to a new package. It tells me to look in var/logs for > any error message but I’m not seeing any Java or NB related logs. OSX > Mohave do

Re: [platform][snap] How do I publish a platform app as a snap?

2019-07-07 Thread Neil C Smith
On Sun, 7 Jul 2019 at 09:32, Patrik Karlström wrote: > Are there any documented (netbeans) steps somewhere that I can follow? I'm not sure if the build task is documented anywhere yet? But definitely look at https://github.com/apache/netbeans/tree/release111/nbbuild/packaging/snap if you haven't

Re: NetBeans 11.1 - "Show inline hints" question

2019-07-15 Thread Neil C Smith
On Mon, 15 Jul 2019 at 09:51, Thomas Kellerer wrote: > Can this be changed somewhere? > So that in all three cases shown in the screenshot, the parameter hint is > shown. This feature is not fully complete yet, and was included in NB 11.1 but off by default for this reason. It will hopefully ge

Re: netbeans java web EE

2019-07-15 Thread Neil C Smith
On Mon, 15 Jul 2019, 17:34 Geertjan Wielenga, wrote: > > Start with a fresh user directory first. > This! But also, did you import settings and plugins from an older install? I wonder if there's a possible issue there. Best wishes, Neil >

<    1   2   3   4   >