[jira] [Created] (NETBEANS-4611) Dark Look & Feel

2020-07-21 Thread Manfred Steiner (Jira)
Manfred Steiner created NETBEANS-4611:
-

 Summary: Dark Look & Feel 
 Key: NETBEANS-4611
 URL: https://issues.apache.org/jira/browse/NETBEANS-4611
 Project: NetBeans
  Issue Type: Wish
Affects Versions: 12.0
Reporter: Manfred Steiner


Netbeans 12.0 offers with *_FlatLAF Dark_* a new options for a Dark Look & Feel 
support. But this option has two major problems:

1) Only the source code area is dark
 2) When using a 4K monitor, the Icons, scroll bars, .. etc are too small for 
comfortable usage.

Therefore, the _FlatLAF Dark_ Option is not usable with 4K moniotors. A 
work-arround may be using the *_Dracula plugin_* (on Gnome Desktop in 
combination with the environment variable *_export GDK_SCALE=2_* ), but this 
work around is not an optimal solution, because contrast on menu and dialog 
boxes is not optimal configured.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-2707) source path for java.logging not accepted

2019-06-16 Thread Manfred Steiner (JIRA)
Manfred Steiner created NETBEANS-2707:
-

 Summary: source path for java.logging not accepted
 Key: NETBEANS-2707
 URL: https://issues.apache.org/jira/browse/NETBEANS-2707
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
 Environment: Ubuntu 18.04 amd64
Reporter: Manfred Steiner


Java sources (src.zip) extracted to _folder_. Then _folder/java.logging_ added 
to Java Platform/Sources list. But Navigate->Go to source does not work.
 (Same procedure for java.desktop works after reordering Platform/Sources list).

Netbeans generates following message in shell (java.logging is missing although 
in list of Java Platforms->Java).
{quote}{{INFO [org.netbeans.modules.java.classfile.CodeGenerator]: Cannot find 
resource: java/util/logging/LogRecord.class on classpath
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.base/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.base/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.compiler/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.compiler/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.datatransfer/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.datatransfer/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.desktop/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.desktop/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.management/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.management/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.naming/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.naming/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.prefs/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.prefs/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.scripting/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.scripting/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.security.jgss/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.security.jgss/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.xml/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/java.xml/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.accessibility/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.accessibility/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.attach/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.attach/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.compiler/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.compiler/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.dynalink/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.dynalink/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.httpserver/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.httpserver/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jartool/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jartool/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.javadoc/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.javadoc/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jconsole/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jconsole/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jdi/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jdi/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jfr/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jfr/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jshell/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jshell/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jsobject/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.jsobject/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.management/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.management/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.management.jfr/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.management.jfr/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.net/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.net/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.scripting.nashorn/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.scripting.nashorn/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.sctp/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.sctp/]
 
:nbjrt:[file:/usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.security.auth/|file:///usr/lib/jvm/java-11-openjdk-amd64/!/modules/jdk.security.auth/]
 

[jira] [Resolved] (NETBEANS-1591) Javadoc and Sources fails when configured as file resource

2018-11-01 Thread Manfred Steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Steiner resolved NETBEANS-1591.
---
Resolution: Not A Bug

The problem is caused by missing the {{java.base/}} on the end of the locator.

{{java.base}}, starting with Java 9, is the definition of the foundational APIs 
of the Java SE platform.

Using {{https://docs.oracle.com/en/java/javase/11/docs/api/}} as URL resource 
will fail.
Using {{https://docs.oracle.com/en/java/javase/11/docs/api/java.base/}} as URL 
resource will work.

Same issue for file resources. Add {{java.base/}} at the end of the former file 
locator and it works.


> Javadoc and Sources fails when configured as file resource
> --
>
> Key: NETBEANS-1591
> URL: https://issues.apache.org/jira/browse/NETBEANS-1591
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 (incubator-netbeans-release-334-on-20180708 
> and openjdk-11-jdk (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3)) on Ubuntu 18.04 
> system
>Reporter: Manfred Steiner
>Assignee: Manfred Steiner
>Priority: Major
>
> Context menu _Show Javadoc_ fails when Javadoc is configured as file resource 
> (using menu _Tools->Java Platform->Javadoc_). Using Javadoc as URL resource 
> works proper.
> Same effect if I want to step into library code when debugging java code. 
> This may have the same root cause, because Java sources are also configured 
> as file resource in the configuration file 
> {{.netbeans/9.0/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-1591) Javadoc and Sources fails when configured as file resource

2018-11-01 Thread Manfred Steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Steiner reassigned NETBEANS-1591:
-

Assignee: Manfred Steiner

> Javadoc and Sources fails when configured as file resource
> --
>
> Key: NETBEANS-1591
> URL: https://issues.apache.org/jira/browse/NETBEANS-1591
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 (incubator-netbeans-release-334-on-20180708 
> and openjdk-11-jdk (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3)) on Ubuntu 18.04 
> system
>Reporter: Manfred Steiner
>Assignee: Manfred Steiner
>Priority: Major
>
> Context menu _Show Javadoc_ fails when Javadoc is configured as file resource 
> (using menu _Tools->Java Platform->Javadoc_). Using Javadoc as URL resource 
> works proper.
> Same effect if I want to step into library code when debugging java code. 
> This may have the same root cause, because Java sources are also configured 
> as file resource in the configuration file 
> {{.netbeans/9.0/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-1591) Javadoc and Sources fails when configured as file resource

2018-11-01 Thread Manfred Steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manfred Steiner updated NETBEANS-1591:
--
Description: 
Context menu _Show Javadoc_ fails when Javadoc is configured as file resource 
(using menu _Tools->Java Platform->Javadoc_). Using Javadoc as URL resource 
works proper.

Same effect if I want to step into library code when debugging java code. This 
may have the same root cause, because Java sources are also configured as file 
resource in the configuration file 
{{.netbeans/9.0/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml}}.

  was:
Context menu _Show Javadoc_ fails when Javadoc is configured as file resource 
(using menu _Tools->Java Platform->Javadoc_). Using Javadoc as URL resource 
works proper.

Same effect if I want to step into library code when debugging java code. This 
may have the same root cause, because Java sources are also configured as file 
resource in the configuration file 
`.netbeans/9.0/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml`.


> Javadoc and Sources fails when configured as file resource
> --
>
> Key: NETBEANS-1591
> URL: https://issues.apache.org/jira/browse/NETBEANS-1591
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: Netbeans 9.0 (incubator-netbeans-release-334-on-20180708 
> and openjdk-11-jdk (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3)) on Ubuntu 18.04 
> system
>Reporter: Manfred Steiner
>Priority: Major
>
> Context menu _Show Javadoc_ fails when Javadoc is configured as file resource 
> (using menu _Tools->Java Platform->Javadoc_). Using Javadoc as URL resource 
> works proper.
> Same effect if I want to step into library code when debugging java code. 
> This may have the same root cause, because Java sources are also configured 
> as file resource in the configuration file 
> {{.netbeans/9.0/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-1591) Javadoc and Sources fails when configured as file resource

2018-11-01 Thread Manfred Steiner (JIRA)
Manfred Steiner created NETBEANS-1591:
-

 Summary: Javadoc and Sources fails when configured as file resource
 Key: NETBEANS-1591
 URL: https://issues.apache.org/jira/browse/NETBEANS-1591
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: Netbeans 9.0 (incubator-netbeans-release-334-on-20180708 
and openjdk-11-jdk (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.3)) on Ubuntu 18.04 
system
Reporter: Manfred Steiner


Context menu _Show Javadoc_ fails when Javadoc is configured as file resource 
(using menu _Tools->Java Platform->Javadoc_). Using Javadoc as URL resource 
works proper.

Same effect if I want to step into library code when debugging java code. This 
may have the same root cause, because Java sources are also configured as file 
resource in the configuration file 
`.netbeans/9.0/config/Services/Platforms/org-netbeans-api-java-Platform/default_platform.xml`.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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