Re: 12.4 Can we fix cut and paste before release?

2022-06-27 Thread Joachim Rohde
You were right Neil. After checking the add-opens and add-exports its 
working for me. So sorry for the noise and thanks.


On 6/21/22 16:53, Neil C Smith wrote:

On Mon, 20 Jun 2022 at 14:27, Joachim Rohde
 wrote:

I realized that any NetBeans RCP project which uses Java 17 is unable to
use any copy/paste functionality. The IDE itself works (most of the
times) but if I start a small RCP project from within NetBeans the RCP
project is unable to copy/paste anything. Never.
I observed this under Linux and Windows. I'm not sure if it's the same
bug but maybe it could be an approach that's worthwhile investigating.


The RCP issue with 17 might be JPMS and other JDK change related?
Have you checked your add-opens and add-exports, as well as
-Djava.security.manager=allow, against the IDE defaults?

Best wishes,

Neil



-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Net Beans IDE shows Error

2022-06-27 Thread Sharon Anthony
Dear Sir/Madam,
i am Sharon. I am using netbeans ide for couple of months. it was working
very good earlier. now days its not working properly. It shows
"Called DataObject.find on null " error while creating a new project, Can
you please help me to fix this error even youtube has no solution for this.
I am using java JDK 17 version. Please help me.

Kind regards,
Sharon Anthony


Re: FlatLAF tab style discussion

2022-06-27 Thread Neil C Smith
On Sat, 25 Jun 2022 at 15:34, Neil C Smith  wrote:
>
> On Fri, 24 Jun 2022 at 20:01, Michael Bien  wrote:
> > I believe the problem with the tabs is more than the gradients/colors.
> > The active tab looks like it is not attached to the editor due to the
> > separator line. It doesn't look as if it would be on the same "3d
> > level", which lets me intuitively second guess if the active tab is
> > actually the active tab. (I am not saying the colors should not be
> > changed too)
> >
> > But since even intelliJ moved that line up, everything indicates that
> > more share the same opinion / have a problem with it.
>
> Incidentally, I got the urge to see what is possible within the theme
> files of the existing code.

OK, I've put up a PR and full screenshots for discussion to show
possibility of (mostly) just tweaking the colour scheme to address the
issues, rather than discussing abstractedly -

https://github.com/apache/netbeans/pull/4286

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: FlatLAF tab style discussion

2022-06-27 Thread Jean-Marc Borer
As mentioned in the https://github.com/apache/netbeans/pull/3115, +1 for me.

Additional question to eirikbakke  as
FaltLaf has advanced customization options that may be more adequate for
some of our NB platform based applications, when where can we call

FlatLaf.registerCustomDefaultsSource( "com.myapp.themes" );
FlatLightLaf.setup();

during Netbeans lifecycle setup? Is it early enough or too late in an
module Installer class? Will it work to override some FlatLaF values or
will all be replaced?

Cheers,

JM

On Sat, Jun 25, 2022 at 2:34 PM Neil C Smith  wrote:

> On Fri, 24 Jun 2022 at 20:01, Michael Bien  wrote:
> > I believe the problem with the tabs is more than the gradients/colors.
> > The active tab looks like it is not attached to the editor due to the
> > separator line. It doesn't look as if it would be on the same "3d
> > level", which lets me intuitively second guess if the active tab is
> > actually the active tab. (I am not saying the colors should not be
> > changed too)
> >
> > But since even intelliJ moved that line up, everything indicates that
> > more share the same opinion / have a problem with it.
>
> Incidentally, I got the urge to see what is possible within the theme
> files of the existing code.  Seems we can address most of that already
> with a few property changes? -
> https://github.com/apache/netbeans/pull/3115#issuecomment-1166298013
>
> Best wishes,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>