Re: Netbeans 24 Usages Tab

2025-01-05 Thread Eirik Bakke
Fully agree! With UI improvements, existing users will often need some time to get used to the changes. And often, someone ends up contributing additional smaller adjustments once a new feature has been in real use for a while. The original contribution remains very useful. Thank you for your w

Re: Nb24 rc4 problem with platform applications

2024-11-29 Thread Eirik Bakke
ugins related to NetBeans development. -- And that was true, after installing it I was able to create platform apps and start them too. This was on windows. On my Fedora using the netbeans edge snap (rc4) everything is ok. Den tors 28 nov. 2024 kl 18:51 skrev Eirik Bakke mailto:eba...@ul

Re: Nb24 rc4 problem with platform applications

2024-11-28 Thread Eirik Bakke
Some additional information migth be useful--what OS are you on, what steps were followd, are there error messages, what does the console say etc.? -- Eirik From: Patrik Karlström Reply-To: "dev@netbeans.apache.org" Date: Thursday, November 28, 2024 at 12:41 AM To: "dev@netbeans.apache.org" S

Re: [IDE] Netbeans "open file" dialogs takes up to 30 seconds to appear

2024-11-21 Thread Eirik Bakke
Is the delay _exactly_ 30 seconds? Does the problem disappear when you turn off WiFi, by any chance? (There was an old bug in the Add Connection Wizard, now fixed, which caused a 30-second lag due to a DNS lookup timeout on certain poor network connections. In that case there was an unnecessary

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-22 Thread Eirik Bakke
ny days/weeks. -- Eirik [1] https://github.com/apache/netbeans/commit/910f34f04528f6ba58fb7ac7be985e2486a1f657 and https://github.com/apache/netbeans/commit/1b01c99f688f5aa8f96932efc825339838906da1 From: Michael Bien Date: Thursday, August 22, 2024 at 1:20 PM To: "dev@netbeans.apache.org" , Eirik Bakke Subject: R

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-22 Thread Eirik Bakke
NetBeans users are also software developers themselves! -- Eirik From: Michael Bien Date: Thursday, August 22, 2024 at 1:57 AM To: "dev@netbeans.apache.org" , Eirik Bakke Subject: Re: [DISCUSS] Projects, Builds and IDE magic On 19.08.24 05:38, Eirik Bakke wrote: When did you

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-18 Thread Eirik Bakke
> When did you see the last CoS bug fix? Is there empirical evidence that this > is still maintained? There was this one: https://github.com/apache/netbeans/pull/504 ("Option to skip CoS copying of class files when the target is already newer, such as from an external compilation") > First, I w

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-15 Thread Eirik Bakke
M To: "dev@netbeans.apache.org" Subject: Re: [DISCUSS] Projects, Builds and IDE magic On Thu, 15 Aug 2024 at 17:18, Eirik Bakke mailto:eba...@ultorg.com.inva>lid> wrote: > Lets agree to phase out iCoS and remove it at some point. Some of its > functionality can be directly

Re: [DISCUSS] Projects, Builds and IDE magic

2024-08-15 Thread Eirik Bakke
> Lets agree to phase out iCoS and remove it at some point. Some of its > functionality can be directly mapped to "on save" actions, e.g "Apply Code > Changes"-on-save during debugging which currently doesn't even have a hotkey. Downvote on that. For myself, Compile-on-Save in NetBeans has wo

RE: WildFly error when building an old NetBeans version

2024-06-11 Thread Eirik Bakke
That worked--thank you, Michael! -- Eirik -Original Message- From: Michael Bien Sent: Monday, June 10, 2024 10:58 PM To: dev@netbeans.apache.org; Eirik Bakke Subject: Re: WildFly error when building an old NetBeans version Hi Eirik, i can reproduce this using JDK 8 while trying to

WildFly error when building an old NetBeans version

2024-06-10 Thread Eirik Bakke
Hi, NetBeans devs! While trying to reproduce an old bug [1], I found myself needing to build NetBeans 12.1, which was released 4 years ago. When running "ant" on NetBeans 12.1 with OpenJDK 8 on WSL Ubuntu, I get the following error once the build gets to the enterprise/javaee.wildfly module: =

How to build NetBeans with JDK >= 9 and get access to newer JDK APIs?

2023-12-02 Thread Eirik Bakke
Hi, netbeans-dev. Normally I build NetBeans from sources by just running the command "ant" from the root of the repo. While making some improvements to the platform\openide.util.ui\ImageUtilities class, I concluded I need to use the java.awt.image.MultiResolutionImage class, which only became

RE: Windows 11 Issues - Copy/Paste Failure

2023-08-30 Thread Eirik Bakke
ith Sent: Wednesday, August 30, 2023 11:11 AM To: dev@netbeans.apache.org Subject: Re: Windows 11 Issues - Copy/Paste Failure On Wed, 30 Aug 2023 at 06:26, Eirik Bakke wrote: > But the problem remains, and I was never able to reproduce it reliably--it > was always intermittent. > >

RE: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Eirik Bakke
Some more discussions of the issue are here: https://github.com/apache/netbeans/pull/4572 https://github.com/apache/netbeans/pull/4774 The latter PR from a year ago improved the situation a bit, as it made it possible to work around the issue by fiddling with Copy/Paste in NetBeans a few times,

RE: reuse existing icon

2023-03-30 Thread Eirik Bakke
I think you'd need to copy the icon file from the NetBeans codebase and into your own module's resources folder, then reference it from iconBase. (Or perhaps you can reference the icon in the NetBeans module directly if your module has a direct dependency on the NetBeans module; I'm not sure how

RE: maven indexing tweaks

2023-03-23 Thread Eirik Bakke
e potential problem I was imagining is not too relevant. -- Eirik -Original Message- From: Michael Bien Sent: Saturday, March 18, 2023 10:37 PM To: dev@netbeans.apache.org; Eirik Bakke Subject: Re: maven indexing tweaks On 18.03.23 14:41, Eirik Bakke wrote: > - "sliding window"

RE: log4j

2023-03-23 Thread Eirik Bakke
Is there any reason to use log4j instead of java.util.logging these days? If log4j is only use in one place in the NetBeans codebase, it might be beneficial to get rid of it in any case--one less dependency, and fewer overlapping logging libraries. -- Eirik -Original Message- From: Mat

RE: [DISCUSS] tweak some defaults (round two)

2023-03-22 Thread Eirik Bakke
I rely heavily on Compile-on-Save for my own project, but don't mind it being off by default for new users. (Removing support for it altogether, though, would be a much bigger problem.) -- Eirik -Original Message- From: Neil C Smith Sent: Monday, March 20, 2023 6:46 AM To: dev@netbean

RE: maven indexing tweaks

2023-03-18 Thread Eirik Bakke
- "sliding window" time filters, e.g drop all documents older than 2 years (aka: who uses old libraries?) Is "document" the same as "maven artifact" here? Perhaps an additional condition could be added, "older than 1 year _and_ there are newer versions of this artifact in the cache". -- Eirik

RE: Lets talk about JDK 8 (new year edition)

2023-02-09 Thread Eirik Bakke
> Platform applications are not limited to using the platform cluster. > There are multiple platform applications I'm aware of that use modules from > other clusters. Including one, possibly soon two, of my own. Same here--my NetBeans Platform application ( https://www.ultorg.com/ ) uses most,

RE: Better release notes for NB17 - the Highlight label

2023-01-26 Thread Eirik Bakke
s, so it's up to whoever finds inspiration to make improvements... -- Eirik -Original Message- From: Michael Bien Sent: Tuesday, January 24, 2023 3:23 PM To: dev@netbeans.apache.org; László Kishalmi Cc: Eirik Bakke Subject: Re: Better release notes for NB17 - the Highlight label where to

RE: Better release notes for NB17 - the Highlight label

2023-01-24 Thread Eirik Bakke
I think screenshots might help a lot in creating more appealing Release Notes. Often, screenshots from the PR can be reused. And we can always encourage people to attach screenshots in PRs when relevant. -- Eirik -Original Message- From: Neil C Smith Sent: Tuesday, January 24, 2023 11

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

2022-12-09 Thread Eirik Bakke
I've noticed that DialogDisplayer.getDefault() returns a different implementation when run from a plain main() class (standalone Java application) than when run in the context of a NetBeans Platfrom application. The standalone implementation has some problems, like not enabling/disabling the OK

RE: Copy Paste still an issue

2022-12-06 Thread Eirik Bakke
: Copy Paste still an issue I’ve still had to paste into another application sometimes and then copy again to get NB 16 to recognize what I had copied from somewhere else so it would paste that instead of what it had internally. Scott > On Dec 5, 2022, at 9:33 PM, Eirik Bakke wrote: >

RE: Copy Paste still an issue

2022-12-05 Thread Eirik Bakke
Yes, there was a patch here in NetBeans 15 which I think improved the situation a lot. Now you can usually just Ctrl+C again, which so far has always resolved the problem for me. (Instead of restarting the IDE.) The patch was https://github.com/apache/netbeans/pull/4774 , which was a follow-up

RE: actual problem of non-ASCII path

2022-11-10 Thread Eirik Bakke
There's a patch for this now, which probably will go into NetBeans 17. https://github.com/apache/netbeans-native-launchers/pull/4 -- Eirik From: name name2 Sent: Sunday, November 6, 2022 2:01 PM To: dev@netbeans.apache.org Subject: actual problem of non-ASCII path Hello If NB running not from

RE: [DISCUSS] tweak some defaults for NB17?

2022-11-02 Thread Eirik Bakke
> small toolbar icons: > I still use 1080p screens since they simply don't want to break. Which is > why one of the first things I change is to switch to small toolbar icons. > The big ones always remind me on Toys-R-Us. Are the small icons useable on > 4k? Should we make this the default? One

RE: nb-javac for building NetBeans itself

2022-10-24 Thread Eirik Bakke
> Right now, when we build NetBeans, we’re using the javac from the JDK that > we’re using to do the build — so that we’re dependent on the JDK team, which > can decide to drop features. Does the JDK ever drop features? Are we currently dependent on unofficial or experimental JDK features relat

Problems with all-layers.dat after moving NetBeans directory

2022-10-13 Thread Eirik Bakke
Hi, dev. I'm investigating this old bug, where moving the NetBeans installation directory, seemingly only on Windows, causes various problems on startup: https://issues.apache.org/jira/browse/NETBEANS-1914 Deleting the cache directory, or more specifically "all-layers.dat", seems to fix the pr

RE: Test Netbeans PR on Mavenized NB Platform application

2022-10-13 Thread Eirik Bakke
Here are the commands I use myself to build custom NetBeans builds for my NetBeans Platform application: === # With the current directory being a checkout of the netbeans GitHub repo: ant ant build-nbms ant build-source-zips ant build-javadoc USE_BUILD_VER

RE: Sudden File Lock Freeze

2022-09-13 Thread Eirik Bakke
One possibility--perhaps less likely than a bug in NetBeans, but still worth considering--is a failing hard drive or SSD drive. It might be a good time to take a backup of your files, just in case. -- Eirik -Original Message- From: Ömer Halit Çizmeci Sent: Tuesday, September 13, 2022

RE: Netbeans 15 rc - Startup Dialog Sizes

2022-08-28 Thread Eirik Bakke
ggestion… > > If you are on the Telegraph Netbeans channel, I posted picture with a > comparison of 14 vs 15 rc here. > > https://t.me/apache_netbeans/5314 > > Eric > > On Sun, Aug 28, 2022 at 1:45 PM Eirik Bakke wrote: > >> I tried netbeans-15-rc4 (running netbea

RE: Netbeans 15 rc - Startup Dialog Sizes

2022-08-28 Thread Eirik Bakke
ache\15-rc4 -Original Message- From: Eric Bresie Sent: Sunday, August 28, 2022 12:31 PM To: dev@netbeans.apache.org Subject: Re: Netbeans 15 rc - Startup Dialog Sizes Windows 11. Default LAF On Sun, Aug 28, 2022 at 10:56 AM Eirik Bakke wrote: > Is this on Linux? Gnome or KDE? > > Wh

RE: Netbeans 15 rc - Startup Dialog Sizes

2022-08-28 Thread Eirik Bakke
Is this on Linux? Gnome or KDE? What LAF are you using? > most of the dialogs appear to be extremely small Only some of them? What about the main window? On Linux, if your system scaling is set to exactly 200%, NetBeans should detect it and set GDK_SCALE=2 automatically. (Since https://github

RE: NetBeans 15 performance improvements

2022-07-31 Thread Eirik Bakke
This is great--thank you to Michael Bien, Michael Zucchi, Matthias Blaesing and others for these improvements! -- Eirik -Original Message- From: Josh Juneau Sent: Saturday, July 30, 2022 10:15 PM To: dev@netbeans.apache.org Subject: Re: NetBeans 15 performance improvements Great work

RE: FlatLAF tab style discussion

2022-06-24 Thread Eirik Bakke
l Bien Sent: Friday, June 24, 2022 2:59 PM To: dev@netbeans.apache.org; Neil C Smith Subject: Re: FlatLAF tab style discussion On 24.06.22 17:11, Neil C Smith wrote: > On Fri, 24 Jun 2022 at 10:46, Eirik Bakke wrote: >> With FlatLAF becoming the default look & feel since NetBeans

RE: FlatLAF tab style discussion

2022-06-24 Thread Eirik Bakke
l C Smith Sent: Friday, June 24, 2022 11:12 AM To: dev@netbeans.apache.org Subject: Re: FlatLAF tab style discussion On Fri, 24 Jun 2022 at 10:46, Eirik Bakke wrote: > With FlatLAF becoming the default look & feel since NetBeans 13, the tab > components in the window system (over editors and side

FlatLAF tab style discussion

2022-06-24 Thread Eirik Bakke
Hi, dev. There's a discussion on https://github.com/apache/netbeans/pull/3115 about changing the default "look" of window system tabs in NetBeans. See the before/after screenshots there. With FlatLAF becoming the default look & feel since NetBeans 13, the tab components in the window system (o

RE: State of proxy server auto-detection in NetBeans? (PAC scripts, Nashorn/Rhino/GraalVM etc.)

2022-05-14 Thread Eirik Bakke
something like this: -J-Dorg.netbeans.core.network.proxy.level=FINEST to see what is in effect. However, you'll not see anything related to PAC evaluation unless NetBeans actually discovers a PAC file in the network. Kind regards Lars On Mon, May 9, 2022 at 10:42 PM Eirik Bakke wrote: >

State of proxy server auto-detection in NetBeans? (PAC scripts, Nashorn/Rhino/GraalVM etc.)

2022-05-09 Thread Eirik Bakke
Hi, NetBeans friends. Back in NetBeans 9.0, Lars Bruun-Hansen integrated a brand new proxy server auto-detection system [1], based on the earlier netbeansproxy2 project(?) Does this still work in Java 17? In NetBeans Platform applications, are there dependencies that need to be bundled beyond O

RE: Netbeans platform support for MacOS M1

2022-03-29 Thread Eirik Bakke
Same here--I have a NetBeans Platform app (https://www.ultorg.com/ ) which runs natively on Apple Silicon via the Zulu distribution of OpenJDK (now Java 17, but until recently Java 11). You may need to notarize your app, though. See https://developer.apple.com/documentation/security/notarizing_

RE: [Discuss] Netbeans 13 macOS Installer

2022-03-15 Thread Eirik Bakke
One question: Is there a technical reason why we provide an executable "Installer" file (pkg file) on MacOS, rather than an application bundle that the user can drag to the Applications folder? The latter seems to be the standard way that applications are distributed on MacOS. -- Eirik -Or

RE: Jira or github?

2022-02-24 Thread Eirik Bakke
Are we doing GitHub Issues instead of JIRA for the https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin and other "netbeans-*" repos as well? The readme at https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin currently says "Bugs should be reported to https://issues.apache.

RE: New theme for netbeans, team member wanted

2022-02-08 Thread Eirik Bakke
Great--I sent a Zoom invite to you and Venus. Anyone else who'd like to join, just let me know, and I'll send you the invite. -- Eirik From: Peter Cheung Sent: Tuesday, February 8, 2022 10:25 AM To: Eirik Bakke ; Venus Chung Cc: Apache NetBeans ; Peter Cheung ; Arafat BOUCHAFRA S

RE: New theme for netbeans, team member wanted

2022-02-08 Thread Eirik Bakke
vious time.) Thanks again! -- Eirik From: Peter Cheung Sent: Tuesday, February 8, 2022 8:37 AM To: Eirik Bakke ; Venus Chung Cc: Apache NetBeans ; Peter Cheung ; Arafat BOUCHAFRA Subject: Re: New theme for netbeans, team member wanted Hi Can we do sat morning? Thanks Peter (System Archite

RE: New theme for netbeans, team member wanted

2022-02-08 Thread Eirik Bakke
Sent: Tuesday, February 8, 2022 4:19 AM To: Eirik Bakke ; Venus Chung Cc: Apache NetBeans ; Peter Cheung ; Arafat BOUCHAFRA Subject: Re: New theme for netbeans, team member wanted Hey Eirik and All Please check the attachment. Is the designs good? Sorry i was so busy. Have a sync up me

RE: Copy and Paste Wrong from NB Output

2022-01-29 Thread Eirik Bakke
1.0.13+8 (build 11.0.13+8) OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode) I may be in HiDP (my Display Resolution indicates 3840 x2160) but not sure how that aligns to HiDP in other context and OS Eric Bresie ebre...@gmail.com On Sat, Jan 29, 2022 at 8:08 AM Eirik Bakke

RE: Copy and Paste Wrong from NB Output

2022-01-29 Thread Eirik Bakke
Are you on Windows, MacOS, or Linux? Do you have HiDPI scaling enabled? It could be this bug: https://issues.apache.org/jira/browse/NETBEANS-585 -- Eirik -Original Message- From: Eric Bresie Sent: Friday, January 28, 2022 3:16 PM To: Netbeans Developer List Subject: Copy and Paste Wro

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

2022-01-20 Thread Eirik Bakke
> the problem is the "64-bit VM" detection in the ant script that expects the > old Java <9 installation directory. > I found this a while ago but didn't found time to create a proper PR, sorry. I remember fixing a similar bug a while back, for the maven NetBeans Platform app runner. If it's any

RE: New theme for netbeans, team member wanted

2022-01-19 Thread Eirik Bakke
In case it is helpful, I made a quick screencast video showing the icon drawing process I used in the past, in Adobe Illustrator: https://vimeo.com/manage/videos/667860571 -- Eirik From: Arafat BOUCHAFRA Sent: Wednesday, January 19, 2022 9:35 AM To: Eirik Bakke Cc: Venus Chung ; Peter Cheung

RE: New theme for netbeans, team member wanted

2022-01-19 Thread Eirik Bakke
icons!) There is also a style guide at https://issues.apache.org/jira/browse/NETBEANS-2617 . -- Eirik From: Venus Chung Sent: Wednesday, January 19, 2022 1:34 AM To: Eirik Bakke ; Peter Cheung ; dev@netbeans.apache.org Cc: Arafat BOUCHAFRA ; Peter Cheung Subject: 回覆: New theme for netbeans, team

RE: New theme for netbeans, team member wanted

2022-01-18 Thread Eirik Bakke
ng Sent: Tuesday, January 18, 2022 1:45 AM To: Eirik Bakke ; dev@netbeans.apache.org Cc: Arafat BOUCHAFRA ; Peter Cheung Subject: Re: New theme for netbeans, team member wanted Dear Eirik & All Let's have a wrap-up meeting next week? Thanks >From Peter (System Architect,

RE: Log4J and its consequences for NetBeans and open source in general

2022-01-15 Thread Eirik Bakke
> When I see out of nowhere e-mails arriving here from addresses that we've > never heard of, with domain names that are clearly large multinational > enterprises, who we never hear of except now that there is potentially a > security hole in the software they've been freeloading without contrib

RE: New theme for netbeans, team member wanted

2022-01-12 Thread Eirik Bakke
, 2022 11:18 AM To: dev@netbeans.apache.org Cc: Arafat BOUCHAFRA ; Peter Cheung ; Peter Cheung Subject: Re: New theme for netbeans, team member wanted On Wed, 12 Jan 2022 at 15:48, Eirik Bakke wrote: > Sorry, to clarify: The point about the color palette was my own. My argument > is th

RE: New theme for netbeans, team member wanted

2022-01-12 Thread Eirik Bakke
;s easier to do after-the-fact than up-front (see my earlier explanation for why). -- Eirik -Original Message- From: Neil C Smith Sent: Sunday, January 2, 2022 10:06 AM To: dev Subject: Re: New theme for netbeans, team member wanted On Sun, 2 Jan 2022, 14:57 Eirik Bakke, wrote: > &g

RE: Problems with Copy & Paste NetBeans 12.6 - OpenJDK 17 - Windows 10

2022-01-06 Thread Eirik Bakke
I keep seeing this myself, specifically copying text from the NetBeans source editor to other external applications. It's intermittent, and I haven't really tried to debug it. -- Eirik -Original Message- From: Benjamin Asbach Sent: Wednesday, January 5, 2022 12:38 AM To: dev@netbeans.

RE: New theme for netbeans, team member wanted

2022-01-02 Thread Eirik Bakke
team member wanted On Sun, 2 Jan 2022, 14:22 Eirik Bakke, wrote: > > What I mean is I assume you want a limited consistent set of colours > (pallette) across all icons? > > The existing bitmap icons already have a good color scheme that does > this (designed by Leos Tronicek

RE: New theme for netbeans, team member wanted

2022-01-02 Thread Eirik Bakke
urday, January 1, 2022 6:33 PM To: dev@netbeans.apache.org Cc: Arafat BOUCHAFRA ; Peter Cheung ; Peter Cheung Subject: Re: New theme for netbeans, team member wanted On Sat, 1 Jan 2022 at 14:49, Eirik Bakke wrote: > That's true for the old bitmap icons, but the new SVG icons are drawn witho

RE: New theme for netbeans, team member wanted

2022-01-01 Thread Eirik Bakke
this is actually a nice point of differentiation for NetBeans.) -- Eirik -Original Message- From: Neil C Smith Sent: Saturday, January 1, 2022 2:09 PM To: dev Cc: Arafat BOUCHAFRA ; Peter Cheung ; Peter Cheung Subject: Re: New theme for netbeans, team member wanted On Sat, 1 Jan 20

RE: New theme for netbeans, team member wanted

2022-01-01 Thread Eirik Bakke
: Neil C Smith Sent: Saturday, January 1, 2022 12:38 PM To: dev@netbeans.apache.org Subject: Re: New theme for netbeans, team member wanted On Sat, 1 Jan 2022 at 11:29, Eirik Bakke wrote: > For Dark Mode, one can apply a color filter that inverts the brightness > without changing the hues.

RE: New theme for netbeans, team member wanted

2022-01-01 Thread Eirik Bakke
21 6:30 PM To: dev@netbeans.apache.org Cc: Peter Cheung ; Peter Cheung ; Arafat BOUCHAFRA Subject: Re: New theme for netbeans, team member wanted On Tue, 28 Dec 2021 at 12:26, Eirik Bakke wrote: > Other topics discussed: > * Arafat proposed more ambitious changes to NetBeans'

RE: New theme for netbeans, team member wanted

2021-12-28 Thread Eirik Bakke
Peter Cheung, Arafat Bouchafra, and me (Eirik Bakke) just had a Zoom video chat today, following up on this thread. The three of us are all software developers and long-time users of NetBeans. Icon drawing project summary: * Peter's company has two designers who work with Photosho

RE: New theme for netbeans, team member wanted

2021-12-25 Thread Eirik Bakke
Great! I sent invites to the people already in this thread. Merry Christmas! -- Eirik From: Peter Cheung Sent: Saturday, December 25, 2021 2:21 PM To: Eirik Bakke ; Peter Cheung Cc: dev@netbeans.apache.org Subject: Re: New theme for netbeans, team member wanted Thanks, accepted your request

RE: New theme for netbeans, team member wanted

2021-12-25 Thread Eirik Bakke
10.00 (10am) UTC on Tue December 28 works. For anyone who'd like to join, please respond with your email address in this thread, and I can send you a Zoom meeting invite. -- Eirik From: Peter Cheung Sent: Thursday, December 23, 2021 6:02 PM To: Eirik Bakke Cc: pe...@quantr.hk

RE: New theme for netbeans, team member wanted

2021-12-16 Thread Eirik Bakke
j On Mon, 6 Dec 2021 at 07:27, Eirik Bakke mailto:eba...@ultorg.com>> wrote: Sure! Are you in Hong Kong? This week I'm on US east coast time and could do an evening call (US time) later in the week. December 15th through January 7 I'll be on central Europe time. I can show the c

RE: Re: New theme for netbeans, team member wanted (JavaFX)

2021-12-07 Thread Eirik Bakke
mailto:geertjan.wiele...@googlemail.com.invalid)> wrote: > Great, progress! Yes, a report to this mailing list would be great to > keep everyone informed. > > Gj > > On Mon, 6 Dec 2021 at 07:27, Eirik Bakke (mailto:eba...@ultorg.com)> wrote: > > > Sure! Are you in Hong Ko

RE: New theme for netbeans, team member wanted

2021-12-05 Thread Eirik Bakke
: New theme for netbeans, team member wanted Dear Eirik We have read the google sheet. Do you have time to have a zoom this week? So we can have a jump start 🙂 Thanks From Peter ____ From: Eirik Bakke Sent: Thursday, November 25, 2021 1:11 AM To: dev@netbeans.apac

RE: Re: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-28 Thread Eirik Bakke
ady have options, now we need to check where does it make sense. We are talking about developer experience and yes the installer ist not the right place, because we already have portable NetBeans as a zip archive w/o any installer and it should work the same. Von: Eirik Bakke Gesendet: Samstag, 27.

RE: Re: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-27 Thread Eirik Bakke
I'd say, avoid customization in both the installer and on startup. It's a lot better to have a robust discussion about defaults here, and then stick to whatever we decide. There are hundreds of options that can be customized, and there is real value-add in _not_ requiring the user (especially n

RE: New theme for netbeans, team member wanted

2021-11-24 Thread Eirik Bakke
p out for the icons. What style you want? How about I line up our designers with you for a meeting? Thanks From Peter From: Eirik Bakke Sent: Wednesday, November 24, 2021 1:50 AM To: dev@netbeans.apache.org Subject: RE: New theme for netbeans, team member wante

RE: New theme for netbeans, team member wanted

2021-11-23 Thread Eirik Bakke
Credit correction--I did not do the first 50 SVG icons alone--Pete Whelpton also did a bunch in the editor toolbar! =D -- Eirik -Original Message- From: Eirik Bakke Sent: Tuesday, November 23, 2021 12:51 PM To: dev@netbeans.apache.org Subject: RE: New theme for netbeans, team member

RE: New theme for netbeans, team member wanted

2021-11-23 Thread Eirik Bakke
Hi, Peter! There is one big theme-related task which is pending, which is to create new SVG versions of various bitmap icons in the IDE, for modern Retina/HiDPI screens. I did the first 50 (in Adobe Illustrator), and picked out the next ones to be prioritized, as you can see here: https://issu

RE: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-23 Thread Eirik Bakke
Perhaps simpler than a dialog would be to just switch to FlatLAF Light for any user who has not explicitly touched the LAF setting in the past. Alternatively, we could switch unconditionally to FlatLAF Light for everyone, once only--i.e. leave a flag in the user directory that shows that the for

RE: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-04 Thread Eirik Bakke
> There is also almost no use of native system-L&Fs anymore - every single app > looks different these days. This is actually true--not even Microsoft Office follows the standard scheme with e.g. checkboxes and buttons. MacOS does have its own distinct design, though it frequently changes as ne

RE: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-01 Thread Eirik Bakke
Perhaps if there's a lot of people who prefer the platform-specific LAFs, other than myself. But otherwise I'd say just go with FlatLAF, and leave the customization to the Preferences dialog. There's something nice about NetBeans working "out of the box" for beginners, with carefully chosen def

RE: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-01 Thread Eirik Bakke
y (not nice, etc.). But as I said, it is a matter of taste and not everyone likes flat design or material design or fluent design (New one with Windows 10/11). Von: Eirik Bakke Gesendet: Montag, 1. November 2021 20:57 An: dev@netbeans.apache.org Betreff: RE: [DISCUSS] Default to FlatLaf in NetBe

RE: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-01 Thread Eirik Bakke
> as Neil said, a lot of people don’t like the Default theme for Windows or mac > (me either). Are each of you on Windows, MacOS, and/or Linux? The Windows LAF was just overhauled, so more time may be needed to collect feedback: https://github.com/apache/netbeans/pull/2967 https://github.com/ap

RE: [DISCUSS] Default to FlatLaf in NetBeans 13?

2021-11-01 Thread Eirik Bakke
+1 for changing the default LAF to FlatLAF on Linux -1 for changing the default LAF to FlatLAF on Windows and MacOS. We have very good Windows and MacOS LAFs that match the native look of GUI widgets (buttons, text fields, toolbars, tabs etc.). This is a big advantage of NetBeans compared to Int

RE: Broken refactoring operations

2021-09-01 Thread Eirik Bakke
ompile yet resulting in some related projects to have unfound class dependencies and shows with red errors). Could this be happening here? On Sun, Aug 29, 2021 at 12:21 PM Eirik Bakke wrote: > Nowadays I clear my cache directory frequently, and always use "Go to > File" inste

RE: Broken refactoring operations

2021-08-29 Thread Eirik Bakke
alog needs to be updated to someplace else. Warning: Disclaimer: Searching for usages in compiled dependencies has certain limitations. Find out more. <http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies> Eric Bresie ebre...@gmail.com On Fri, Aug 27, 2021 at 3:42 PM Eirik Bakke

Broken refactoring operations

2021-08-27 Thread Eirik Bakke
(Starting a new thread as suggested by Geertjan...) I have seen broken refactoring operations as well. Most notably, "Find Usages" on a Java method will sometimes miss call sites. I have also seen methods and classes missing when searching from the Go to Symbol dialog. Probably the same underly

RE: How to diagnose lock up with 12.5 Beta 1

2021-08-11 Thread Eirik Bakke
configuration, in case the bug stops being reproducible. > Then I will never know what caused it, or when it will return... > Very interesting perspective. Never thought of it like that -- though it would help if it could be narrowed down some other way though. Gj On Wed, Aug 11, 2021 at

RE: How to diagnose lock up with 12.5 Beta 1

2021-08-11 Thread Eirik Bakke
n... -- Eirik -Original Message- From: Neil C Smith Sent: Wednesday, August 11, 2021 4:25 PM To: dev Subject: Re: How to diagnose lock up with 12.5 Beta 1 On Wed, 11 Aug 2021 at 15:09, Eirik Bakke wrote: > > But if the problem goes away with a different JDK, that doesn't mean

RE: How to diagnose lock up with 12.5 Beta 1

2021-08-11 Thread Eirik Bakke
ow to diagnose lock up with 12.5 Beta 1 To exclude it from the equation, especially since the problem can’t be localized thus far. Gj On Wed, 11 Aug 2021 at 15:56, Eirik Bakke wrote: > Why is it useful to try a different JDK here? See my earlier comment. > > -- Eirik > > -Original

RE: How to diagnose lock up with 12.5 Beta 1

2021-08-11 Thread Eirik Bakke
Why is it useful to try a different JDK here? See my earlier comment. -- Eirik -Original Message- From: Geertjan Wielenga Sent: Wednesday, August 11, 2021 3:29 PM To: dev@netbeans.apache.org Subject: Re: How to diagnose lock up with 12.5 Beta 1 Could you, please, see if the problem co

RE: How to diagnose lock up with 12.5 Beta 1

2021-08-10 Thread Eirik Bakke
> I've been using 12.5 Beta 1 for a couple of days, and I'm experiencing > occasional lock ups. Do these lockups occur only during startup (e.g. when loading projects and the like), or long after the IDE was first started? > I've found distro packaged JDK's a little flaky at times, at least wit

New "trimStackTrace" default in surefire, breaks stack traces in Test Results

2021-07-25 Thread Eirik Bakke
In recent versions of the maven-surefire-plugin, stack traces are "trimmed" by default. This breaks past behavior in the NetBeans Test Results pane, where you could double-click lines in the stack trace to jump to that part of the code. It also makes the stack traces rather useless in the consol

RE: "Test Results" spurious clearing, shows success despite failure (worked fine in NB12.1)

2021-07-25 Thread Eirik Bakke
This issue is now fixed in https://github.com/apache/netbeans/pull/3072 --thank you, Dusan Balek for a very quick fix! -- Eirik -Original Message- From: Eirik Bakke Sent: Thursday, July 22, 2021 2:56 PM To: dev@netbeans.apache.org Subject: "Test Results" spurious clear

"Test Results" spurious clearing, shows success despite failure (worked fine in NB12.1)

2021-07-22 Thread Eirik Bakke
At some point after NetBeans 12.1, the "Test Results" pane stopped working properly, as described here: https://issues.apache.org/jira/browse/NETBEANS-5863 When tests are running (maven-based project with surefire and JUnit), the "Test Results" pane will randomly get cleared, and may end up say

RE: NetBeans Jira issues are not indexed by search engines

2021-07-21 Thread Eirik Bakke
One idea: Add a mailing list, with a public (plain-text) archive just like this one, that just subscribes to all NetBeans JIRA issues... -- Eirik -Original Message- From: Geertjan Wielenga Sent: Wednesday, July 21, 2021 9:34 PM To: dev@netbeans.apache.org Subject: Re: NetBeans Jira iss

RE: preparing for 12.5

2021-07-16 Thread Eirik Bakke
With https://github.com/apache/netbeans/pull/2967 ("Modernize tab controls in the Windows LAF") already merged, it would be good to have the following two PRs merged as well, as they have all have been tested together: https://github.com/apache/netbeans/pull/2965 Various LAF/HiDPI improvements o

RE: OpenJDK Quality Outreach

2021-06-08 Thread Eirik Bakke
Here are a couple of Windows LAF bugs that could be mentioned as impacting NetBeans (as well as most other Swing applications): https://bugs.openjdk.java.net/browse/JDK-8211715 (JCheckBox HiDPI scaling fails when main display is external non-HiDPI monitor) https://bugs.openjdk.java.net/browse/JD

RE: Profiler crash on Windows (was: [NOTICE] Last PRs for Apache NetBeans 12.4 Beta)

2021-04-01 Thread Eirik Bakke
I would have loved to help here, but I have a big deadline coming up... > Now I intend to merge my own PR-2700 even though I'm not sure that is proper > etiquette? Seeing as PR-2700 builds on the work done by Peter Hull, then that means there has already been "two pairs of eyes" on this code. So

RE: System Clipboard issues

2021-02-03 Thread Eirik Bakke
Same here, on Windows 10. I tend to be pasting between NetBeans, Chrome, jEdit (another Java app), and Microsoft Word. But it's a bug I see only once a month or so, so it's never been much of a problem in my case. > When NB copy/paste gets stuck I try some random combo between these 3 apps > an

RE: Profiling on 64bit Windows

2021-01-11 Thread Eirik Bakke
Build issues aside, I think the code in the PR actually needs at least a cursory review from someone else than the original author. Others, like myself, have passed by and tested the fix or left other comments, but I'm not sure anyone sat down and reviewed it all in one sitting. ( https://githu

RE: VSNetBeans, future of NetBeans and personal words

2020-12-04 Thread Eirik Bakke
> A couple of times I have wanted to fix a bug/annoyance, looked in the code, > and asked a question here about why something was implemented the way it was, > only to not get a response. I usually go through the repo's git history to figure these things out, e.g. with "git blame -M". Emilian B

RE: VSNetBeans, future of NetBeans and personal words

2020-12-03 Thread Eirik Bakke
> https://www.jetbrains.com/idea/whatsnew/ Here is a slightly different perspective. Successful applications that have been around for more than 15 years, such as Photoshop, Microsoft Word/Excel, GMail, or indeed the NetBeans IDE, are pretty much "feature complete", and do not need a lot of new

RE: DEFAULT_CACHEDIR_ROOT not propagating to platform application

2020-12-01 Thread Eirik Bakke
1. I think this is related to my original post but I'm not sure. Den lör 23 maj 2020 kl 20:01 skrev Eirik Bakke : > And here's a pull request for this... > > https://github.com/apache/netbeans/pull/2153 > > -- Eirik > > -Original Message- &g

RE: Regarding Netbeans IDE development on MacOS .

2020-11-13 Thread Eirik Bakke
There are already new builds being made of OpenJDK for Apple Silicon. So NetBeans should soon be able to run natively on Apple's new ARM-based processor architecture, without relying on the "Rosetta" compatibility layer. The OpenJDK port for Apple Silicon is being contributed by Microsoft(!) and

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

2020-10-22 Thread Eirik Bakke
What's wrong with the idea of caching rasterized PNG files the first time an SVG icon is loaded? (Also timboudreau's idea, from https://github.com/apache/netbeans/pull/1278 .) > could result in much smaller files than either XML, or PNG/GIF Note that icons will end up being rasterized in memory

  1   2   3   >