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

2023-04-11 Thread Karl Tauber
Can you see in the installed MPLAB app what NetBeans Platform version they use? Karl On 11.04.2023 13:02, Geertjan Wielenga wrote: I download and installed MPLAB X IDE by Microchip today, probably one of the most widely used NetBeans Platform applications, where I see this: Product Version:

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

2023-04-11 Thread Karl Tauber
+1 On 11.04.2023 10:16, Neil C Smith wrote: # Proposed policy * Apache NetBeans 18 will be the last release to support running the platform on JDK 8. * From Apache NetBeans 19, the minimum JDK required to build and run the IDE or platform will be JDK 11. * Future releases will take an

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

2023-04-10 Thread Karl Tauber
+1 On 10.04.2023 14:08, Svata Dedic wrote: I am advocating not to drop JDK8 as runtime for NetBeans (extended) Platform, as that decision affects NetBeans-based applications. Microchip IDE, that mining analytic stuff we had presentation a long time ago (but that still IMHO lives), and

Re: [DISCUSS] Drop separate platform source and binary zip from release artefacts?

2022-10-22 Thread Karl Tauber
Hi Neil, > The files in question are netbeans-platform-15-bin.zip and > netbeans-platform-15-source.zip. Oh, sorry. I've overlooked the "platform"... > Do you use those for anything? No. Thanks Karl (DevCharly) On 22.10.2022 18:58, Neil C Smith wrote: On Sat, 22 Oct

Re: [DISCUSS] Drop separate platform source and binary zip from release artefacts?

2022-10-22 Thread Karl Tauber
Hi, > I'm not sure we link them in from anywhere? They are linked. Click on "download" at NB home page and you're here: https://netbeans.apache.org/download/nb15/ First download link is netbeans-15-bin.zip. We, here at FormDev Software, use both. netbeans-15-bin.zip is used to

Re: Build failure in project "JPDA Debugger API"

2022-04-16 Thread Karl Tauber
2 um 23:05 schrieb antonio: This is weird. Looks like and ant or java misconfiguration. What does "ant -diagnostics" say? Double-check that ant and java are supported versions. El 12/4/22 a las 20:57, Karl Tauber escribió: I'm having problems to build NB master branch. It fails always

Build failure in project "JPDA Debugger API"

2022-04-12 Thread Karl Tauber
Hello, I'm having problems to build NB master branch. It fails always in project "JPDA Debugger API" (java/api.debugger.jpda). Here is the output (last line it the important one): all-api.debugger.jpda: Building java/api.debugger.jpda... java/api.debugger.jpda.init-tasks:

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

2022-01-27 Thread Karl Tauber
LI or in your private.properties and you will see the output again. The problem is in harness/run.xml (search for "architecture of jvm on which app will run"). I found this a while ago but didn't found time to create a proper PR, sorry. Jens Am 20.01.2022 um 13:27 schrieb Karl Tauber

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

2022-01-20 Thread Karl Tauber
r PR, sorry. Jens Am 20.01.2022 um 13:27 schrieb Karl Tauber: that's what I expect, but it does not show up in the Output window. When I create a simple Ant project app, it works. But when running NetBeans IDE from NetBeans, it does not. Karl Am 1/20/2022 um 12:18 PM schrieb Michael Bien: it

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

2022-01-20 Thread Karl Tauber
the platform application or module with netbeans (e.g run project), it should be visible in the output window (of the IDE, not from the app). -mbien On 20.01.22 10:26, Karl Tauber wrote: Hi, while working on improvements/fixes for FlatLaf support in NetBeans, I'd like to temporary add some

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

2022-01-20 Thread Karl Tauber
Hi, while working on improvements/fixes for FlatLaf support in NetBeans, I'd like to temporary add some System.out.println() to NetBeans core modules and see its output in the NetBeans Output view. But it does not show up. The printlns are compiled. I've checked it with the debugger.

Re: Building NB fails to compile openide.util.lookup

2021-03-26 Thread Karl Tauber
This post notes same error that I had: https://github.com/apache/netbeans/pull/2761#issuecomment-787094888 Karl Am 22.03.2021 um 16:07 schrieb Karl Tauber: Hi, Seems related to PR #2761 (Towards building on JDK11 and running on JDK8). If checking out commit 4d18a932 (just before #2761 was merged

Re: Building NB fails to compile openide.util.lookup

2021-03-22 Thread Karl Tauber
against? is it just the "ant" command are you running, or are you trying something else? If using Java 9+ then you don't need the permitJdk9 flag anymore. Regards John On Mon, 22 Mar 2021 at 15:07, Karl Tauber wrote: Hi, Seems related to PR #2761 (Towards building on JDK11 and runn

Re: Building NB fails to compile openide.util.lookup

2021-03-22 Thread Karl Tauber
ideas or hints what I could do? Thanks. Karl Am 21.03.2021 um 18:52 schrieb Karl Tauber: Hi, I'm having a problem to build current master (fd26cb26) on Windows 10, which fails compiling openide.util.lookup with following message:     Compiling 31 source files to ...     Ignoring source

Building NB fails to compile openide.util.lookup

2021-03-21 Thread Karl Tauber
Hi, I'm having a problem to build current master (fd26cb26) on Windows 10, which fails compiling openide.util.lookup with following message: Compiling 31 source files to ... Ignoring source, target and bootclasspath as release has been set error: release version 8 not supported

Re: Dark title bar in NetBeans 12.3

2021-02-26 Thread Karl Tauber
Hi Mark you can enable this also on command line (or in etc/netbeans.conf) with: -J-Dflatlaf.useWindowDecorations=true and disable embedded menubar with: -J-Dflatlaf.menuBarEmbedded=false https://www.formdev.com/flatlaf/system-properties/ BTW this is only available on Windows 10. Have

Re: [FlatLAF] Glitches without splash

2020-08-23 Thread Karl Tauber
Hi, yes, can reproduce this and debugged it: FlatLaf uses java.util.ServiceLoader.load() (in FlatLaf.getDefaults()) to load a service from the "FlatLaf Look and Feel" module, which adds NetBeans specific UI defaults. ServiceLoader.load() uses the context class loader of the current thread

Re: Bypassing NetBeans Plugin Portal

2020-07-10 Thread Karl Tauber
to distribute and use if they are to be hosted on Maven Central. A commercial plugin is not free to use. Karl On 10.07.2020 17:35, Matthias Bläsing wrote: Hi, Am Freitag, den 10.07.2020, 16:40 +0200 schrieb Karl Tauber: On 08.07.2020 22:21, Ernie Rael wrote: On 7/8/2020 8:07 AM, Karl Tauber wrote

Re: Bypassing NetBeans Plugin Portal

2020-07-10 Thread Karl Tauber
On 08.07.2020 22:21, Ernie Rael wrote: On 7/8/2020 8:07 AM, Karl Tauber wrote: My company offers a commercial plugin (JFormDesigner) for NetBeans and for us it is no option to upload our commercial plugin to Maven Central. Not sure whether this would be even legal. Isn't Maven Central for open

Re: Bypassing NetBeans Plugin Portal

2020-07-08 Thread Karl Tauber
specific plugins. Then e.g. the JFormDesigner update center would be only used/allowed to download/update JFormDesigner plugin, but not other plugins. Best regards, Karl Tauber -- FormDev Software GmbH Aventinusweg 5, 85649 Brunnthal, Germany www.formdev.com, www.jformdesigner.com Register of

Re: Problems of (dark) FlatLaF

2020-03-18 Thread Karl Tauber
I've created a PR to fix issue NETBEANS-3942 (breakpoint color): https://github.com/apache/netbeans/pull/2031 The problem was that the editor has additional storage for annotations, which was not updated when switching color profile on NB shutdown (after LaF switch). If you already have

Re: beta2 not booting on macOS

2020-02-04 Thread Karl Tauber
Hi Jeremy, this is the usual warning that Java 9+ outputs for reflective access to internal classes. IMHO this is unlikely the cause. Karl On 04.02.2020 12:52, Jeremy Cavanagh wrote: Hi, I've been using 11.3-beta2 for a few days and I have been very impressed with it. Particularly the

Re: Remove (experimental) from FlatLaf Dark

2020-01-08 Thread Karl Tauber
light gray to blue (similar to the light theme). This should make the progress bar better recognizable. Karl On 07.01.2020 19:31, Karl Tauber wrote: +1 I'm already working on 2., 3. and on NETBEANS-3657. PRs are coming soon... You can change the progress bar height in FlatLaf.properties

Re: Remove (experimental) from FlatLaf Dark

2020-01-07 Thread Karl Tauber
+1 I'm already working on 2., 3. and on NETBEANS-3657. PRs are coming soon... You can change the progress bar height in FlatLaf.properties. The default is: ProgressBar.horizontalSize=146,4 Try whether this is better: ProgressBar.horizontalSize=146,6 I also like to improve the

Re: Remove outdated look and feels CDE/Motif and Windows Classic?

2020-01-07 Thread Karl Tauber
ver it is definitely not supported by some of our components. +1 for removing them from the combo box. Shall I create a PR for that, or you already have something for point 1? On 1/7/20 8:19 AM, Karl Tauber wrote: Hello all, in NetBeans 11.3 we have 4 new look and feels (Dark Metal, Dark Nimbus, FlatLaf D

Remove outdated look and feels CDE/Motif and Windows Classic?

2020-01-07 Thread Karl Tauber
Hello all, in NetBeans 11.3 we have 4 new look and feels (Dark Metal, Dark Nimbus, FlatLaf Dark and FlatLaf Light). On Windows there are now 9 LaFs in the LaF combobox in the Options dialog. Should we reduce the number of supported LaFs a little bit and remove the outdated CDE/Motif and

Re: Smart people needed for a proper patch a performance bottleneck.

2020-01-05 Thread Karl Tauber
on the AWT thread) I filed an issue for this as NETBEANS-3666 On 1/3/20 9:10 AM, Karl Tauber wrote: Hi Laszlo, on my machine I have the side-effect that the tabs are wider. There is larger empty space between the text and the close button. The reason is that the tab text always starts

Re: Smart people needed for a proper patch a performance bottleneck.

2020-01-03 Thread Karl Tauber
Hi Laszlo, on my machine I have the side-effect that the tabs are wider. There is larger empty space between the text and the close button. The reason is that the tab text always starts with "" and for modified files the tab text contains ""..."". The necessary HTML parsing could be one

Re: Any objections against turning netbeans.org OFF?

2020-01-03 Thread Karl Tauber
Hallo, what happens to http://bits.netbeans.org/ ? I is quite useful to browse NetBeans javadoc online. Karl El 2/1/20 a las 16:56, Jiří Kovalský escribió: Hello folks,     as many of you know we have successfully matured to a top level Apache project in 2019. How about turning

Re: FlatLaf look and feel in main window

2019-12-06 Thread Karl Tauber
am not working on any of the parts you mentioned so please go ahead and leave me some time to familiarize with FlatLaf code and its NetBeans module. I will try to focus on an editor color scheme that goes well with FlatLaf. Regards, Alex Il giorno mer 4 dic 2019 alle ore 16:36 Karl Tauber ha

Re: FlatLaf look and feel in main window

2019-12-06 Thread Karl Tauber
or review PRs.) -- Eirik -Original Message----- From: Karl Tauber Sent: Wednesday, December 4, 2019 10:36 AM To: dev@netbeans.apache.org Subject: FlatLaf look and feel in main window Hi there, I'm Karl, creator of the FlatLaf look and feel. (https://github.com/JFormDesigner/FlatLaf) Th

FlatLaf look and feel in main window

2019-12-04 Thread Karl Tauber
Hi there, I'm Karl, creator of the FlatLaf look and feel. (https://github.com/JFormDesigner/FlatLaf) Thanks to Laszlo and Junichi, FlatLaf is now in NetBeans as experimental LaF. I'd like to help improving the look of FlatLaf in NetBeans and can spend some time to work on it. To avoid