[platform] @OnShowing invoked with --nogui

2024-07-10 Thread Patrik Karlström
Hello, I was surprised to see that @OnShowing gets invoked even though the application is started with --nogui. Is it by design or is it a bug? /Patrik

Re: Diff window scroll bug on linux?

2024-01-24 Thread Patrik Karlström
Done at https://github.com/apache/netbeans/issues/6995 Den ons 24 jan. 2024 kl 22:30 skrev Patrik Karlström : > Yes, I'll do that. > > Patrik > > Den ons 24 jan. 2024 22:08Laszlo Kishalmi > skrev: > >> Can confirm that. Could you create an issue on github? >

Re: Diff window scroll bug on linux?

2024-01-24 Thread Patrik Karlström
Yes, I'll do that. Patrik Den ons 24 jan. 2024 22:08Laszlo Kishalmi skrev: > Can confirm that. Could you create an issue on github? > > On 1/24/24 12:17, Patrik Karlström wrote: > > When I place the mouse on any of the line number columns in the Diff > window > > and s

Diff window scroll bug on linux?

2024-01-24 Thread Patrik Karlström
When I place the mouse on any of the line number columns in the Diff window and swipe two fingers up/down to scroll the lines, only the line number part scrolls, not the lines themselves. I can reproduce this with NB20 & NB21-rc1 on different linux systems with X and Wayland, on windows it works

Re: Outdated NetBeans Snap Store info?

2024-01-19 Thread Patrik Karlström
Nice! Den tors 18 jan. 2024 21:06Laszlo Kishalmi skrev: > Fixed the Java requirement. > > The text above were taken of release announcements around the NB 12 series. > > Probably it would be good to have a better introduction/definition text > for the IDE. > > On 1/18/24

Outdated NetBeans Snap Store info?

2024-01-18 Thread Patrik Karlström
I'm not sure what the correct info should be here but things like Java EE, C++ and Java 8 should perhaps be changed. Patrik https://snapcraft.io/netbeans Apache NetBeans IDE lets you quickly and easily develop Java desktop, Java EE, and web applications, as well as HTML5 applications with HTML,

Maven runtime container on RELEASE200

2023-11-26 Thread Patrik Karlström
Usually when I want to create a runtime container I just add org.netbeans.modules org-netbeans-core-startup ${netbeans.version} in the application pom and I'm good to go. Switching from RELEASE190 to RELEASE200 gave me this: Some included

Re: Build failure with nbm-maven-plugin:14.0

2023-11-24 Thread Patrik Karlström
ade. > > Best Regards > Eric > > -Message d'origine- > De : Michael Bien > Envoyé : vendredi 24 novembre 2023 13:38 > À : dev@netbeans.apache.org; Patrik Karlström > Objet : Re: Build failure with nbm-maven-plugin:14.0 > > Hi Patrik, > > I quickly che

Build failure with nbm-maven-plugin:14.0

2023-11-24 Thread Patrik Karlström
I switched to nbm-maven-plugin:14.0 to use Java 21 for my project on NB20-rc4 yesterday and initially it worked fine. Today I got a build failure in 1 of 60 modules that I solved with this dependency. org.ow2.asm asm 9.6 Is that

Re: How can I dynamically scale (enlarge) all GUI controls in my NetBeans Platform-based application to support accessibility?

2023-11-02 Thread Patrik Karlström
I had a similar need and I ended up rolling my own. It supports Swing & JavaFx in the same application, without disturbing OpenGL scaling. My work is on github but basically I use the standard --fontsize argument and calculate a scale factor from that. There are a couple of helper methods that

Re: NetBeans 20 Release Candidate 2 - Project Properties Not Opening

2023-10-27 Thread Patrik Karlström
FWIW, I have no such problem with rc2 on Fedora linux. /Patrik Den lör 28 okt. 2023 kl 05:21 skrev Josh Juneau : > I have been testing NetBeans 20 RC2 and it looks like the "Project > Properties" dialog is not opening, as expected. Typically when > right-clicking on a project and selecting

Re: 20-RC1 FlatLaf does not show "Opened documents list"

2023-10-20 Thread Patrik Karlström
Nice, I'll join. Den fre 20 okt. 2023 17:26Michael Bien skrev: > already tracked under https://github.com/apache/netbeans/issues/6587 > > -mbien > > On 20.10.23 16:32, Patrik Karlström wrote: > > Being on Fedora 38 with Plasma on wayland and JDK21 I noticed that the >

Re: 20-RC1 FlatLaf does not show "Opened documents list"

2023-10-20 Thread Patrik Karlström
Using X11 on the same Fedora solves the problem too, so it looks like it's related to wayland. Den fre 20 okt. 2023 kl 16:32 skrev Patrik Karlström : > Being on Fedora 38 with Plasma on wayland and JDK21 I noticed that the > dropdown does not show up as it should in the upper right

20-RC1 FlatLaf does not show "Opened documents list"

2023-10-20 Thread Patrik Karlström
Being on Fedora 38 with Plasma on wayland and JDK21 I noticed that the dropdown does not show up as it should in the upper right corner of the IDE. I can see that it flashes by and fades out real quick. Switching to Metal makes it work, and switching back to FlatLaf makes it fail. /Patrik

Re: [platform][maven] IDE doesn't reflect profile changes for parent modules

2023-10-15 Thread Patrik Karlström
skrev Patrik Karlström : > I just started out with maven profiles in order to create custom builds of > my platform app. > > When changing profile in the IDE toolbar I noticed that while the display > of the application dependencies in the projects window updates accordingly, > t

[platform][maven] IDE doesn't reflect profile changes for parent modules

2023-10-14 Thread Patrik Karlström
I just started out with maven profiles in order to create custom builds of my platform app. When changing profile in the IDE toolbar I noticed that while the display of the application dependencies in the projects window updates accordingly, the modules section of the parent project does not.

FlatLAF: Wrong tab width for output window when in unclosable editor mode

2023-03-13 Thread Patrik Karlström
I filed this yesterday https://github.com/apache/netbeans/issues/5654 and added an example today. As this might be an odd corner case I tried to do a workaround adding the InputOutput to my own TopComponent as described in https://netbeans.apache.org/wiki/DevFaqOWTabEmbedding.html I get a

Re: [FlatLAF] Initial value not fully set for NotifyDescriptor

2022-12-09 Thread Patrik Karlström
standalone Java app case? > > -- Eirik > > -Original Message- > From: Patrik Karlström > Sent: Friday, December 9, 2022 1:05 PM > To: dev@netbeans.apache.org > Subject: Re: [FlatLAF] Initial value not fully set for NotifyDescriptor > > Den ons 17 aug. 2022 kl

Re: [FlatLAF] Initial value not fully set for NotifyDescriptor

2022-12-09 Thread Patrik Karlström
Den ons 17 aug. 2022 kl 16:23 skrev Patrik Karlström : > The initial value/default button for a dialog created with > NotifyDescriptor is not activated when using FlatLAF. > There is an indication around the button requested to be default, but also > some remaining indicator aroun

Re: NB 16, Smaller font by design?

2022-12-06 Thread Patrik Karlström
Den mån 5 dec. 2022 kl 19:21 skrev Neil C Smith : > On Mon, 5 Dec 2022 at 14:06, Patrik Karlström wrote: > > > > Den fre 2 dec. 2022 kl 12:50 skrev Patrik Karlström : > > > > > > > > TitlePane.font={font}$Label.font > > >> > &g

Re: Copy Paste still an issue

2022-12-05 Thread Patrik Karlström
There are a couple of threads on this by now and I'm not sure if the following "semi-solution" has been posted. A couple of weeks ago the clipboard went bust on me in NB 15. I tried a couple of things and I got it working again without restarting NB. Today it happened again but this time in NB

Re: NB 16, Smaller font by design?

2022-12-05 Thread Patrik Karlström
Den fre 2 dec. 2022 kl 12:50 skrev Patrik Karlström : > > TitlePane.font={font}$Label.font >> >> Save the file and restart NetBeans. Is that better? >> >> Neil >> > > Thanks, I'll try this on Monday when I'm back on Windows. > > Works great!

Re: NB 16, Smaller font by design?

2022-12-02 Thread Patrik Karlström
Den fre 2 dec. 2022 kl 12:41 skrev Neil C Smith : > On Fri, 2 Dec 2022 at 08:16, Patrik Karlström wrote: > > > > I filled an issue with pictures of how it looks for me. > > https://github.com/apache/netbeans/issues/5041 > > > > Looking at what changed we have &

Re: NB 16, Smaller font by design?

2022-12-02 Thread Patrik Karlström
gt; On Tue, Nov 29, 2022 at 6:42 PM Patrik Karlström > > wrote: > > > On Windows and FlatLaf I noticed that the IDE window title font is much > > smaller in nb 16 than in nb 15. > > > > Is that by design? > > > > I think I noticed a smaller font in popup menues on Linux too, but I have > > to confirm that. > > > > Patrik > > >

Re: NB 16, Smaller font by design?

2022-11-30 Thread Patrik Karlström
Now I see that the window title font does not respect the --fontsize argument. The integrated menu bar still do though. Patrik Den tis 29 nov. 2022 06:16Patrik Karlström skrev: > On Windows and FlatLaf I noticed that the IDE window title font is much > smaller in nb 16 than in nb 15. > > Is

NB 16, Smaller font by design?

2022-11-29 Thread Patrik Karlström
On Windows and FlatLaf I noticed that the IDE window title font is much smaller in nb 16 than in nb 15. Is that by design? I think I noticed a smaller font in popup menues on Linux too, but I have to confirm that. Patrik

Bold font with FlatLaf

2022-11-26 Thread Patrik Karlström
I just installed Fedora Linux (KDE) for the first time in many many years and noticed that the font in the IDE 16 and in a much older platform app is bold when using FlatLaf. It took me a restart of netbeans before the font got bold I *think*, but after that it happened every time. It occurred

[platform] --nogui takes 20 seconds to finish

2022-09-10 Thread Patrik Karlström
I'm starting a new platform application project that will normally be run in GUI mode and sometimes in CLI with --nogui set. To my surprise, --nogui takes about 20 seconds to finish while starting the GUI and manually closing it takes only 4 seconds. This is for a new empty project with NB15 on

Re: [platform] RELEASE150 not available in new project

2022-09-09 Thread Patrik Karlström
ly happens once per week. > > > > The only hardcoded version is the snapshot release, all other entries > > in that list are taken from the index. > > > > If this still doesn't work after a week feel free to file an issue. > > > > -mbien > > > > > > On 0

[platform] RELEASE150 not available in new project

2022-09-09 Thread Patrik Karlström
When creating a new platform application or module with NB15, I'm not able to select RELEASE150 as NetBeans Version. Tuning the pom works fine though. Is it just me and my userdir or can anyone reproduce? /Patrik

Re: Run File - LinkageError/UnsupportedClassVersionError

2022-08-27 Thread Patrik Karlström
Den sön 21 aug. 2022 kl 20:13 skrev Eric Bresie : > One of the errors mentions trying to run an app compiled on a newer version > (18) while running with an older JRE (11). > > See https://javaalmanac.io/bytecode/versions/ > > Have you cleaned and build with current JDK and JRE? > Yes, it's

Re: [VOTE] Release Apache NetBeans 15 Maven artefacts

2022-08-27 Thread Patrik Karlström
+1 ...as it builds a working platform application for me. Den lör 27 aug. 2022 kl 18:06 skrev Neil C Smith : > The Maven artefacts for Apache NetBeans 15 are ready on staging to be > checked and voted on. This vote is dependent on the main Apache > NetBeans 15 release vote. > > The version is

Re: Run File - LinkageError/UnsupportedClassVersionError

2022-08-18 Thread Patrik Karlström
Den lör 7 maj 2022 kl 18:04 skrev Patrik Karlström : > I can't remember if this ever worked for me, > but I have a problem using Run/File (Shift F6) on main classes within a > platform module if the source/target level is greater than 11, with or > without nbjavac. > > It works

[FlatLAF] Initial value not fully set for NotifyDescriptor

2022-08-17 Thread Patrik Karlström
The initial value/default button for a dialog created with NotifyDescriptor is not activated when using FlatLAF. There is an indication around the button requested to be default, but also some remaining indicator around the actual default button. FlatLAF works fine when manually creating a dialog

Re: FlatLAF tab style in dialogs

2022-07-27 Thread Patrik Karlström
Den tis 26 juli 2022 kl 17:13 skrev Neil C Smith : > On Tue, 26 Jul 2022 at 15:58, Christian Lenz > wrote: > > my question was about sub-tabs. So tabs in dialogs like in the Plugin > manager (the main tabs) should look the same as the new design. Commit, > when you open a file to see the diff,

FlatLAF tab style in dialogs

2022-07-26 Thread Patrik Karlström
Hi, I just noticed the work done in https://github.com/apache/netbeans/pull/4286 in NB15-rc1, nice work! I also noticed that tabs in dialogs like options, plugins, commit/diff uses the old style. Is it by design? Patrik

Re: NetBeans Cache Cleanup

2022-07-01 Thread Patrik Karlström
I noticed this too on Windows recently. It was a problem with file permission on thoose directories. Once changed, janitor ran fine. Den fre 1 juli 2022 15:36Eric Bresie skrev: > Has anyone else had this problem? > > I've a number of versions (13 and 14) of Netbeans installed/used with a >

Run File - LinkageError/UnsupportedClassVersionError

2022-05-07 Thread Patrik Karlström
I can't remember if this ever worked for me, but I have a problem using Run/File (Shift F6) on main classes within a platform module if the source/target level is greater than 11, with or without nbjavac. It works just fine for non platform projects. cd

Re: [RELEASES] Preparing for NetBeans 14

2022-04-22 Thread Patrik Karlström
Hi Eric >I will stage a maven repo as we have bunch of new dependencies to check early if we are ok on maven artefacts side. > >Best Regards >Eric I have built Mapton against RELEASE140 and it's working just fine, should I test something specific in order to check if we are ok?

NetBeans behavior for missing project specific java platform

2022-04-03 Thread Patrik Karlström
I ran into a problem this morning. Started NetBeans 13 (as a snap on debian) and as soon as I tried to save a changed java file NetBeans froze completely. Killed it and tried again, same result each time. Everything was working fine the last time I did this before today. After a dog walk in the

Re: [VOTE] Release of Apache NetBeans utilities nbm-maven-plugin version 4.7

2022-02-15 Thread Patrik Karlström
; -Message d'origine- > De : Patrik Karlström > Envoyé : samedi 12 février 2022 20:04 > À : dev@netbeans.apache.org > Objet : Re: [VOTE] Release of Apache NetBeans utilities nbm-maven-plugin > version 4.7 > > I created a small project here https://github.com/trixon/nbm-ma

Re: [VOTE] Release of Apache NetBeans utilities nbm-maven-plugin version 4.7

2022-02-12 Thread Patrik Karlström
17:23 skrev Patrik Karlström : > Thanks, > I was able to switch my platform library and application to java 17, and > add some java 17 dependencies too. > > However, I ran into some problems when updating to tilesfx 17.1.3. > > eu.hansolo

Re: [VOTE] Release of Apache NetBeans utilities nbm-maven-plugin version 4.7

2022-02-12 Thread Patrik Karlström
Thanks, I was able to switch my platform library and application to java 17, and add some java 17 dependencies too. However, I ran into some problems when updating to tilesfx 17.1.3. eu.hansolo tilesfx 17.1.3 I get Failed to execute goal

Re: RC's on Ubuntu Snap/Edge

2022-01-28 Thread Patrik Karlström
All good now, thanks! Den fre 28 jan. 2022 kl 18:52 skrev Laszlo Kishalmi < laszlo.kisha...@gmail.com>: > Thanks for catching that. It seems I left some experimental stuff in. > > Fixed. Please refresh now! > > On 1/28/22 06:03, Patrik Karlström wrote: > > Go

Re: RC's on Ubuntu Snap/Edge

2022-01-28 Thread Patrik Karlström
ter on > the start. > > On 1/27/22 10:18, Patrik Karlström wrote: > > Nice, thanks. > > Looking forward to test it. > > > > Den tors 27 jan. 2022 17:36Laszlo Kishalmi > > skrev: > > > >> RC2 will be available today. I had to make some adjust

Re: RC's on Ubuntu Snap/Edge

2022-01-27 Thread Patrik Karlström
clashing the externally downloaded > one in 12.x. > > I could upload the 13-rc1 as that is running for me now, but I'd rather > have the 13-rc2 today. > > > On 1/27/22 06:18, Patrik Karlström wrote: > > I think I used to get the RC's through the edge channel of the snap a > &

RC's on Ubuntu Snap/Edge

2022-01-27 Thread Patrik Karlström
I think I used to get the RC's through the edge channel of the snap a couple of versions back. Would it be possible to publish the snap package for every RC? /Patrik

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

2022-01-21 Thread Patrik Karlström
IIRC System.err shows up when .out do not. Den fre 21 jan. 2022 11:54Michael Bien skrev: > we are talking about different things :) > > the original post was about debugging with some System.out.println(). I > don't think this is copied to the IDE log. You would only see it in the > output (IDE

Re: [snap,javafx] Dirty IDE exit WAS Re: False(?) warning on Exit IDE with RELEASE120-1 applications

2021-12-30 Thread Patrik Karlström
Den tors 30 dec. 2021 kl 18:11 skrev Neil C Smith : > Can you reproduce the effect of removing html4j from the platform app > fixing it? > > Sorry Neil, I missed that. Not really sure of the best way to remove html4j I ended up adding the following (including templatesui) to the platform

Re: [snap,javafx] Dirty IDE exit WAS Re: False(?) warning on Exit IDE with RELEASE120-1 applications

2021-12-26 Thread Patrik Karlström
s built from the same source as the previous one, just removed the > extra cluster from the packaging. > > On 12/23/21 09:16, Patrik Karlström wrote: > > Den tors 23 dec. 2021 kl 17:19 skrev Neil C Smith >: > > > >> On Thu, 23 Dec 2021 at 13:12, Patrik Karlström > wrote

Re: Happy holidays all

2021-12-24 Thread Patrik Karlström
God Jul och Gott Nytt År till er alla! Den fre 24 dec. 2021 19:53John Mc skrev: > Happy Holidays to everyone > > > Regards > > John > > On Fri 24 Dec 2021, 18:07 Laszlo Kishalmi, > wrote: > > > Happy Holidays! > > > > > > Nr. 3 looks really interesting! Thank you! > > > > On 12/24/21 09:20,

Re: [snap,javafx] Dirty IDE exit WAS Re: False(?) warning on Exit IDE with RELEASE120-1 applications

2021-12-23 Thread Patrik Karlström
Den tors 23 dec. 2021 kl 17:19 skrev Neil C Smith : > On Thu, 23 Dec 2021 at 13:12, Patrik Karlström wrote: > > Being a SNAP user I got his plugin unknowingly activated by default, > > noticed this after doing a directory diff against the 12.6 binary zip. > > I'm not ab

[snap,javafx] Dirty IDE exit WAS Re: False(?) warning on Exit IDE with RELEASE120-1 applications

2021-12-23 Thread Patrik Karlström
Bringing this one back to life after 18 months :) I have had this problem ever since in each NetBeans session when running platform applications. And today I had enough so I have been poking around for hours and made some progress. I was able to track it down to the enablement of the plugin

Re: nbm-maven-plugin with source level 17

2021-09-28 Thread Patrik Karlström
blems with enum, is this due to the fact that I'm using JDK 1.4?" /Patrik Den tis 28 sep. 2021 kl 19:48 skrev Matthias Bläsing < mblaes...@doppel-helix.eu>: > Hi, > > Am Dienstag, dem 28.09.2021 um 11:28 +0200 schrieb Patrik Karlström: > > > > I'm having a problem bui

Re: nbm-maven-plugin with source level 17

2021-09-28 Thread Patrik Karlström
Ok, thanks for the confirmation! Den tis 28 sep. 2021 11:54Eric Barboni skrev: > Hi > I think so, the maven-dependency-analyzer is not released yet so we have > to wait until Apache Maven team trigger a release. > > Best Regards > Eric > > -Message d'origine-

nbm-maven-plugin with source level 17

2021-09-28 Thread Patrik Karlström
Hi, I'm having a problem building my platform application with source level 17, and using external dependencies with source level 17. Is this due to the fact that I'm using nbm-maven-plugin 4.6? /Patrik

Re: [VOTE] Release Apache NetBeans 12.4 Maven artefacts

2021-05-28 Thread Patrik Karlström
+1 Works just fine. Den fre 28 maj 2021 13:55Andreas Sewe skrev: > Rami Swailem wrote: > > Thank you for this Eric. Tried it and works for me, perfect … > > > > a vote from community member :-) > > Here's my +1 (from another happy community member) > > Best wishes, > > Andreas Sewe > > -- > Dr.

Re: [12.4-rc1] "Go to Type" NPE org.netbeans.modules.lsp.client.LSPBindings

2021-04-26 Thread Patrik Karlström
Great, thank You for the PR! Den sön 25 apr. 2021 kl 22:10 skrev Jan Lahoda : > > FYI: > https://github.com/apache/netbeans/pull/2911 > > Thanks for the report! > > Jan > > > On Sun, Apr 25, 2021 at 7:05 AM Patrik Karlström wrote: > > > Whenever I

[12.4-rc1] "Go to Type" NPE org.netbeans.modules.lsp.client.LSPBindings

2021-04-24 Thread Patrik Karlström
Whenever I hit Ctrl + O and start typing something it results in the NPE below. I noticed this first on the snap build with JDK 16 so I tried the 12.4-rc1.zip with JDK 11 and it's the same problem there. Clearing cache and userdir does not help. Is it just me or can anyone confirm?

Plugin information on the website

2021-04-23 Thread Patrik Karlström
I was about to remove the reference to the deprecated plugin site in the last paragraph on https://netbeans.apache.org/plugins/index.html when I realized that probably everything except the first sentence is outdated. Given that there is a link to the active plugin portal in the header, shouldn't

Re: WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-29 Thread Patrik Karlström
Much better thank you. WM_CLASS(STRING) = "Mapton", "Mapton" Den mån 29 mars 2021 kl 19:22 skrev Bläsing, Matthias : > > Hi Patrik, > > Am 29.03.2021 um 19:02 schrieb Patrik Karlström: > > Ok, so I tested with -J--add-opens=java.desktop/sun.awt=AL

Re: WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-29 Thread Patrik Karlström
Ok, so I tested with -J--add-opens=java.desktop/sun.awt=ALL-UNNAMED, but the result is still WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread". Den sön 28 mars 2021 kl 21:13 skrev Bläsing, Matthias : > > [Resend to mailinglist] > > Hi Jan, > > > Am 28.03.2021 um 19:50 schrieb Jan Lahoda:

Re: WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-28 Thread Patrik Karlström
I can confirm that "--illegal-access=permit" helps. Den sön 28 mars 2021 kl 17:04 skrev Bläsing, Matthias : > > Hi Patrik, > > Am 28.03.2021 um 13:01 schrieb Patrik Karlström: > > I noticed that kwin did not apply my window rules any more, not for > > NetBea

Re: WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-28 Thread Patrik Karlström
Den sön 28 mars 2021 kl 13:13 skrev Neil C Smith : > > On Sun, 28 Mar 2021, 12:02 Patrik Karlström, wrote: > > > I noticed that kwin did not apply my window rules any more, not for > > NetBeans nor for my platform application. > > > > I'm surprised JDK m

WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-28 Thread Patrik Karlström
I noticed that kwin did not apply my window rules any more, not for NetBeans nor for my platform application. pata@xps:~/tmp$ xprop WM_CLASS WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread" That was with 16.0.0.fx-zulu, switching to Java 11 works fine (so did 15): pata@xps:~/tmp$ xprop

Duplicate Exit IDE dialogs - org-netbeans-modules-extbrowser

2021-03-28 Thread Patrik Karlström
This started out on the users list and I have now somewhat located one of the problems. Here is the example project: https://github.com/trixon/nb-pendingtask https://github.com/trixon/nb-pendingtask/blob/29b91caa8f37929494eece19ee032eb533761ea8/pendingTask2-sample/pom.xml#L50 With the

Re: [VOTE] Release Apache NetBeans 12.3 Maven artefacts

2021-03-05 Thread Patrik Karlström
+1 Den fre 5 mars 2021 kl 14:02 skrev Neil C Smith : > > Hi all, > > The Maven artefacts for Apache NetBeans 12.3 are ready on staging to > be checked and voted on. > > The version is : RELEASE123 > > Staged at : > https://repository.apache.org/content/repositories/orgapachenetbeans-1082 > >

Re: [VOTE] Release of Apache NetBeans utilities nbm-maven-plugin version 4.6

2021-03-05 Thread Patrik Karlström
+1 Den tors 4 mars 2021 kl 16:07 skrev Eric Barboni : > > Dear members of Apache NetBeans community. > > > > As we are in a voting spree :D, I want to call a vote on releasing in one > step Apache NetBeans utilities nbm-maven-plugin version 4.6. > > > > nbm-maven-plugin 4.6 is a maven plugin that

Re: [VOTE] Release Apache NetBeans-12.3 Linux Installer

2021-03-05 Thread Patrik Karlström
It looks like the license information is for a development version and might cause some questions. APACHE NETBEANS IDE DEVELOPMENT VERSION ("Product") Besides that, +1 Tested on NetRunner (Debian Buster 10.7) Install was on KDE Plasma; start menu option was not created correctly Uninstalls

Re: Heads-up: netbeans.org EOL on March 6th

2021-03-02 Thread Patrik Karlström
I mentioned this in the vote thread, perhaps it's worth bringing up here too. After all, it's one of the first things a new user will experience, if clicking the link that is. >In the Usage statistics dialog that pops up on the second start, >"Learn more" points to

Re: [VOTE] Release Apache NetBeans 12.3 (vote candidate 1)

2021-03-02 Thread Patrik Karlström
+1 All steps ok - Verified checksum - Found no unexpected jar files - Verified cryptographic, read NOTICE & LICENSE file - Built with JDK 8 - Did an Maven based Hello World with a clean userdir. Besides that I'm always on the edge channel of the snap and I'm happy with 12.3, with a userdir since

Re: System Clipboard issues

2021-02-05 Thread Patrik Karlström
I have, but not that often. I used to make it work again by dragging the selected text from the other program and dropping it into netbeans. Den lör 6 feb. 2021 kl 06:13 skrev Javier Ortiz Bultron : > > I had a similar issue this week but seemed to be tied to a LAF. I switched > to a different

Re: NetBeans AppImages on Linux

2021-01-02 Thread Patrik Karlström
Den lör 2 jan. 2021 kl 18:31 skrev Neil C Smith : > > Ah, OK, get it - so you're combining and building manually with the > AppImage tools? That's correct, it's done manually on my side, downloading netbeans, jdk and using the "template directories" I have on github.

Re: NetBeans AppImages on Linux

2021-01-02 Thread Patrik Karlström
l for each user? /Patrik Den lör 2 jan. 2021 kl 16:38 skrev Neil C Smith : > > On Sat, 2 Jan 2021 at 13:30, Patrik Karlström wrote: > > That's why I created a couple of AppImages, https://appimage.org/, of > > NetBeans LATEST and LTS, with and without AdoptOpenJDK. >

NetBeans AppImages on Linux

2021-01-02 Thread Patrik Karlström
>From time to time I need to start an older version of NetBeans, not seldom on another distribution and/or computer. That's why I created a couple of AppImages, https://appimage.org/, of NetBeans LATEST and LTS, with and without AdoptOpenJDK. They are available at

Re: [VOTE] Release Apache NetBeans 12.2 Maven Artifacts

2020-12-08 Thread Patrik Karlström
+1 Built and ran my platform application just fine. Downloaded sources and javadocs. Thanks Den lör 5 dec. 2020 kl 15:49 skrev Laszlo Kishalmi < laszlo.kisha...@gmail.com>: > Dear all, > > The Maven Artifacts for Apache NetBeans 12.2 are ready on Staging to be > tested. > > Well the cpplite

Re: [VOTE] Apache NetBeans utilities nbm-maven-plugin 4.6

2020-12-04 Thread Patrik Karlström
You'll have to do like this: netbeans-next https://repository.apache.org/content/repositories/orgapachenetbeans-1075/ Den fre 4 dec. 2020 kl 18:59 skrev Peter Nabbefeld : > Hello, > > I've tried to use the provided artifact, using this entry

Re: [VOTE] Apache NetBeans utilities nbm-maven-plugin 4.6

2020-12-03 Thread Patrik Karlström
+1 But I have to admit that I'm not sure what to consider when voting. I used 4.6 as a drop in replacement for 4.5 in a couple of projects where I changed source & target from 11 to 15 and it worked fine. Thank you. Den tors 3 dec. 2020 kl 14:49 skrev Eric Barboni : > Dear members of Apache

Re: DEFAULT_CACHEDIR_ROOT not propagating to platform application

2020-12-01 Thread Patrik Karlström
; for this. > > -- Eirik > > -Original Message- > From: Patrik Karlström > Sent: Saturday, May 23, 2020 4:16 AM > To: dev@netbeans.apache.org > Subject: DEFAULT_CACHEDIR_ROOT not propagating to platform application > > The following is done with NB Platform

Re: maven version issue

2020-10-29 Thread Patrik Karlström
You can change that setting in Options/Java/Maven / Execution / Maven home. Den tors 29 okt. 2020 kl 15:42 skrev Eduard Karel de Jong < edu...@dejongfrz.nl>: > Hello, > > I'm trying to build an open source project from the web using NB, and it > fails at some with the message: > > Detected Maven

Re: Adding Project UI to a maven NBP app?

2020-10-05 Thread Patrik Karlström
An alternative way could be to right click on your projects "Dependencies" and select "Add dependency...". Then make sure that "Only NetBeans" is checked and type "projectui" as query. Expand and add to your desire. Den mån 5 okt. 2020 kl 14:46 skrev Geertjan Wielenga : >

Module Java Refactoring threw java.lang.NoSuchMethodError

2020-09-26 Thread Patrik Karlström
I ran into some problems renaming packages in a platform project on Linux with NB 12.1 snap running on Java 15, without nb-javac installed. Installing nb-javac solved *that* problem. Is this the expected behavior without nb-javac or should I report it as suggested by the dialog? Can you reproduce

Re: IDE Icon Registry (The SVG Story Continues) (AKA What about to clean up some mess)

2020-09-22 Thread Patrik Karlström
+1 to the concept of using enums. I've been doing so in my platform application as well as non platform ones. I created a code generator from the material icon set file names. Then I can request an icon of a specific size and color. MaterialIcon._Action.ACCESSIBILITY.getImageIcon(24, Color.RED);

Re: Quick Search Provider wizard bug?

2020-09-08 Thread Patrik Karlström
Filed @ https://issues.apache.org/jira/browse/NETBEANS-4782 Den fre 4 sep. 2020 kl 07:23 skrev Patrik Karlström : > Being totally new to creating QuickSearchProviders I might be off here. > > I noticed that my translation didn't kick in when using this generated > layer.xml file.

Re: No toolbar in full screen on Linux & Windows

2020-09-07 Thread Patrik Karlström
at when set to true should do just that. Any thoughts? /Patrik > -Original Message- > From: Patrik Karlström > Sent: Monday, August 31, 2020 11:20 AM > To: dev@netbeans.apache.org > Subject: Re: No toolbar in full screen on Linux & Windows > > > https://github.com

Re: [VOTE] Release Apache NetBeans 12.1 Maven artefacts

2020-09-07 Thread Patrik Karlström
+1 Den mån 7 sep. 2020 kl 11:59 skrev Neil C Smith : > Hi All, > > The Maven artefacts for Apache NetBeans 12.1 are ready. Version is > RELEASE121. As discussed elsewhere, the cpplite cluster is not > included. > > Built from this commit : > > >

Re: Another NB12.1 Maven question - remove cpplite?

2020-09-05 Thread Patrik Karlström
I'm not sure what constitutes a once over here but I just built my platform app using RELEASE121 and it looks good to me. /Patrik Den lör 5 sep. 2020 kl 15:40 skrev Neil C Smith : > Hi, > > OK, after 7 attempts we finally have a staged and closed Maven repo. > A latter problem required passing

Quick Search Provider wizard bug?

2020-09-03 Thread Patrik Karlström
Being totally new to creating QuickSearchProviders I might be off here. I noticed that my translation didn't kick in when using this generated layer.xml file. http://www.netbeans.org/dtds/filesystem-1_2.dtd;>

Re: A word about Ubuntu Linux

2020-09-03 Thread Patrik Karlström
Den tors 3 sep. 2020 kl 18:09 skrev Neil C Smith : > However, what I meant on NetBeans front was that it's fairly simple to > provide a shell script that would download AppImageTool, download the > NetBeans zip release, offer the option to download/bundle a JDK of > choice, and leave the user

Re: A word about Ubuntu Linux

2020-09-03 Thread Patrik Karlström
Den tors 3 sep. 2020 kl 11:28 skrev Neil C Smith : > On Tue, 1 Sep 2020 at 06:42, Stephen Parry wrote: > > I am no expert on Snap - but my experience so far has been pretty > uniformly bad, especially for development tools. > > Agreed! I've just started my own NetBeans-derived IDE as an

Re: No toolbar in full screen on Linux & Windows

2020-08-31 Thread Patrik Karlström
at can be set for configuring it. > > Gj > > On Mon, 31 Aug 2020 at 17:04, Patrik Karlström wrote: > > > Interesting, this is also present in 8.2, without the smooth hiding of > the > > > > menu bar though. > > > > > > > > Den mån 31

Re: No toolbar in full screen on Linux & Windows

2020-08-31 Thread Patrik Karlström
Interesting, this is also present in 8.2, without the smooth hiding of the menu bar though. Den mån 31 aug. 2020 kl 16:15 skrev Geertjan Wielenga : > Was this also the case in 8.2 or is it more recent than that? > > Gj > > On Mon, Aug 31, 2020 at 3:29 PM Patrik Karlström wrote:

No toolbar in full screen on Linux & Windows

2020-08-31 Thread Patrik Karlström
I noticed this when re-enabling the toolbar on a platform application, the same issue is also in the IDE 12.0 & 12.1. There is no toolbar when using full screen on Linux & Windows, in addition, every menu item in View/Toolbars. On Mac it's as I expect it to be. Steps to reproduce on Linux &

Re: [VOTE] Release Apache NetBeans 12.1 (vote candidate 1)

2020-08-28 Thread Patrik Karlström
Thank you Neil and everyone else involved so far in one way or another. +1 All steps ok - Verified checksum - Found no unexpected jar files - Verified cryptographic, read NOTICE & LICENSE file - Built with JDK 8 - Did an Ant based Hello World. Besides that I'm always on the edge channel of the

Re: [FlatLAF] Glitches without splash

2020-08-18 Thread Patrik Karlström
Thanks, filed at https://issues.apache.org/jira/browse/NETBEANS-4723 Den tis 18 aug. 2020 kl 18:51 skrev Laszlo Kishalmi < laszlo.kisha...@gmail.com>: > Confirmed. > > > On 8/18/20 7:11 AM, Patrik Karlström wrote: > > Starting a platform application, the IDE inclu

[FlatLAF] Glitches without splash

2020-08-18 Thread Patrik Karlström
Starting a platform application, the IDE included, with the --nosplash argument makes the application look a bit off, true for both FlatLaF Dark & Light. >From what I can tell, this is only visible with FlatLaf. Can you reproduce this? If so, I'll go ahead and register in jira. /Patrik

Re: [VOTE] Apache NetBeans Maven Artifacts for 12.0-u1

2020-08-03 Thread Patrik Karlström
I got "access denied" for https://repository.apache.org:443/service/local/staging/deployByRepositoryId/orgapachenetbeans-1061 so I used

Re: Apache NetBeans 12.1-beta1 available for testing

2020-07-26 Thread Patrik Karlström
I was curious to try [NETBEANS-4367] Properly handle default_cachedir in platform application launcher script https://github.com/apache/netbeans/pull/2153 in 12.1beta1 and noticed that it only applied to ant based platform applications. Will it also work for maven based ones once the RELEASE-121

Re: snap and sdkman startup problem

2020-07-07 Thread Patrik Karlström
Nice! Den mån 6 juli 2020 kl 21:34 skrev Laszlo Kishalmi < laszlo.kisha...@gmail.com>: > https://github.com/apache/netbeans/pull/2240 > > On 5/17/20 12:27 AM, Patrik Karlström wrote: > > Thanks, I'll take a look at it. > > > > Den ons 13 maj 2020 kl 20:54 skrev L

Re: False(?) warning on Exit IDE with RELEASE120-1 applications

2020-06-20 Thread Patrik Karlström
etto). > > I also tried using the embedded and external versions of maven. > > --Christian > > > > On Fri, Jun 19, 2020 at 11:11 AM Patrik Karlström > wrote: > > > Looked into this a bit more and made the following observations: > > -A clean userdir doesn't

  1   2   >