[jira] [Commented] (NETBEANS-6146) JSP editor no response when type '<' for long time

2021-10-25 Thread James Z (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433579#comment-17433579
 ] 

James Z commented on NETBEANS-6146:
---

Latest finding: If do not use custom tag lib, there is a small delay, once use 
our custom tag it will stuck for long time (70 seconds to more than 100 
seconds). But in several years ago when I use NetBeans 8, there is no issue. 
And in recent years NetBeans 8 can not works, it always crash when I open non 
English input method.

> JSP editor no response when type '<' for long time
> --
>
> Key: NETBEANS-6146
> URL: https://issues.apache.org/jira/browse/NETBEANS-6146
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - JSP
>Affects Versions: 12.1
>Reporter: James Z
>Priority: Major
>
> Each time when I edit a JSP page, once I type in '<' character the whole IDE 
> will no any response about 70 seconds.
> I do not edit JSP usually, but this has been a long time issue to me. Edit 
> HTML file no problem, only JSP file.
> Below is the log:
> INFO [org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper]: 
> URL=file:/Applications/NetBeans/Apache NetBeans 
> 12.1.app/Contents/Resources/NetBeans/netbeans/enterprise/docs/syntaxref20.zip
> java.net.URISyntaxException: Illegal character in path at index 34: 
> file:/Applications/NetBeans/Apache NetBeans 
> 12.1.app/Contents/Resources/NetBeans/netbeans/enterprise/docs/syntaxref20.zip
>  at java.base/java.net.URI$Parser.fail(URI.java:2938)
>  at java.base/java.net.URI$Parser.checkChars(URI.java:3109)
>  at java.base/java.net.URI$Parser.parseHierarchical(URI.java:3191)
>  at java.base/java.net.URI$Parser.parse(URI.java:3139)
>  at java.base/java.net.URI.(URI.java:623)
>  at java.base/java.net.URL.toURI(URL.java:1063)
> [catch] at 
> org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:73)
>  at 
> org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:40)
>  at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:188)
>  at 
> org.openide.filesystems.JarArchiveRootProvider.isArchiveFile(JarArchiveRootProvider.java:55)
>  at org.openide.filesystems.FileUtil.getArchiveRoot(FileUtil.java:1847)
>  at 
> org.netbeans.modules.web.core.syntax.JspSyntaxSupport.initCompletionData(JspSyntaxSupport.java:896)
>  at 
> org.netbeans.modules.web.core.syntax.JspSyntaxSupport.getAllTags(JspSyntaxSupport.java:575)
>  at 
> org.netbeans.modules.web.core.syntax.JSPProcessor.createBeanVarDeclarations(JSPProcessor.java:136)
>  at 
> org.netbeans.modules.web.core.syntax.SimplifiedJspServlet.renderProcess(SimplifiedJspServlet.java:237)
>  at 
> org.netbeans.modules.web.core.syntax.JSPProcessor$2.run(JSPProcessor.java:325)
>  at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1402)
>  at 
> org.netbeans.modules.web.core.syntax.JSPProcessor.process(JSPProcessor.java:321)
>  at 
> org.netbeans.modules.web.core.syntax.EmbeddingProviderImpl.getEmbeddings(EmbeddingProviderImpl.java:52)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callEmbeddingProvider(TaskProcessor.java:576)
>  at 
> org.netbeans.modules.parsing.impl.SourceCache.refresh(SourceCache.java:343)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:770)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>  at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>  at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>  at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>  at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> WARNING [org.netbeans.modules.editor.bracesmatching.MasterMatcher]: Origin 
> offsets out of range, origin = [1392, 1401], caretOffset = 1463, lookahead = 
> 1, searching backwards. Offending BracesMatcher: 
> org.netbeans.modules.html.editor.HtmlBracesMatching@6d6f9361
> WARNING [org.netbeans.modules.editor.bracesmatching.MasterMatcher]: Origin 
> offsets out of range, origin = [1392, 1401], caretOffset = 1463, lookahead = 
> 2, searching forward. Offending BracesMatcher: 
> org.netbeans.modules.html.editor.HtmlBracesMatching@4c5e28f8
> INFO [org.netbeans.modules.web.core.jsploader.BaseJspEditorSupport$4]: 
> property change fired with both new and old value null!
> java.lang.IllegalStateException
>  at 
> 

[jira] [Updated] (NETBEANS-6150) Use JDK 8 will crash when switch to non-English input method

2021-10-24 Thread James Z (Jira)


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

James Z updated NETBEANS-6150:
--
Attachment: hs_err_pid13894.log

> Use JDK 8 will crash when switch to non-English input method
> 
>
> Key: NETBEANS-6150
> URL: https://issues.apache.org/jira/browse/NETBEANS-6150
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
> Environment: Java:
> Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
> Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode)
> OS:
> maxOS Mojave
> Version: 10.14.6 (18G5033)
>Reporter: James Z
>Priority: Major
> Attachments: hs_err_pid13894.log
>
>
> When use JDK 8 to launch the IDE, if I switch to another input method (for 
> example Sogou Pinyin that is for Chinese input) then the IDE will crash 
> immediately.  Even when I working on another app (for example Libre Office), 
> once I switch to Chinese input method, the IDE will crash.
> Below is the console output.
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x7fff7cbf369d, pid=13894, tid=0x0307
> #
> # JRE version: Java(TM) SE Runtime Environment (8.0_251-b08) (build 
> 1.8.0_251-b08)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.251-b08 mixed mode bsd-amd64 
> compressed oops)
> # Problematic frame:
> # C [libobjc.A.dylib+0x669d] objc_msgSend+0x1d
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core 
> dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /Users/ifzhang/james.z/programs/netbeans-12/bin/hs_err_pid13894.log
> #
> # If you would like to submit a bug report, please visit:
> # http://bugreport.java.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #



--
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-6150) Use JDK 8 will crash when switch to non-English input method

2021-10-24 Thread James Z (Jira)
James Z created NETBEANS-6150:
-

 Summary: Use JDK 8 will crash when switch to non-English input 
method
 Key: NETBEANS-6150
 URL: https://issues.apache.org/jira/browse/NETBEANS-6150
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
 Environment: Java:

Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode)

OS:

maxOS Mojave

Version: 10.14.6 (18G5033)
Reporter: James Z


When use JDK 8 to launch the IDE, if I switch to another input method (for 
example Sogou Pinyin that is for Chinese input) then the IDE will crash 
immediately.  Even when I working on another app (for example Libre Office), 
once I switch to Chinese input method, the IDE will crash.

Below is the console output.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x7fff7cbf369d, pid=13894, tid=0x0307
#
# JRE version: Java(TM) SE Runtime Environment (8.0_251-b08) (build 
1.8.0_251-b08)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.251-b08 mixed mode bsd-amd64 
compressed oops)
# Problematic frame:
# C [libobjc.A.dylib+0x669d] objc_msgSend+0x1d
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/ifzhang/james.z/programs/netbeans-12/bin/hs_err_pid13894.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#



--
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-6146) JSP editor no response when type '<' for long time

2021-10-21 Thread James Z (Jira)
James Z created NETBEANS-6146:
-

 Summary: JSP editor no response when type '<' for long time
 Key: NETBEANS-6146
 URL: https://issues.apache.org/jira/browse/NETBEANS-6146
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - JSP
Affects Versions: 12.1
Reporter: James Z


Each time when I edit a JSP page, once I type in '<' character the whole IDE 
will no any response about 70 seconds.

I do not edit JSP usually, but this has been a long time issue to me. Edit HTML 
file no problem, only JSP file.

Below is the log:

INFO [org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper]: 
URL=file:/Applications/NetBeans/Apache NetBeans 
12.1.app/Contents/Resources/NetBeans/netbeans/enterprise/docs/syntaxref20.zip
java.net.URISyntaxException: Illegal character in path at index 34: 
file:/Applications/NetBeans/Apache NetBeans 
12.1.app/Contents/Resources/NetBeans/netbeans/enterprise/docs/syntaxref20.zip
 at java.base/java.net.URI$Parser.fail(URI.java:2938)
 at java.base/java.net.URI$Parser.checkChars(URI.java:3109)
 at java.base/java.net.URI$Parser.parseHierarchical(URI.java:3191)
 at java.base/java.net.URI$Parser.parse(URI.java:3139)
 at java.base/java.net.URI.(URI.java:623)
 at java.base/java.net.URL.toURI(URL.java:1063)
[catch] at 
org.netbeans.modules.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:73)
 at 
org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:40)
 at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:188)
 at 
org.openide.filesystems.JarArchiveRootProvider.isArchiveFile(JarArchiveRootProvider.java:55)
 at org.openide.filesystems.FileUtil.getArchiveRoot(FileUtil.java:1847)
 at 
org.netbeans.modules.web.core.syntax.JspSyntaxSupport.initCompletionData(JspSyntaxSupport.java:896)
 at 
org.netbeans.modules.web.core.syntax.JspSyntaxSupport.getAllTags(JspSyntaxSupport.java:575)
 at 
org.netbeans.modules.web.core.syntax.JSPProcessor.createBeanVarDeclarations(JSPProcessor.java:136)
 at 
org.netbeans.modules.web.core.syntax.SimplifiedJspServlet.renderProcess(SimplifiedJspServlet.java:237)
 at 
org.netbeans.modules.web.core.syntax.JSPProcessor$2.run(JSPProcessor.java:325)
 at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1402)
 at 
org.netbeans.modules.web.core.syntax.JSPProcessor.process(JSPProcessor.java:321)
 at 
org.netbeans.modules.web.core.syntax.EmbeddingProviderImpl.getEmbeddings(EmbeddingProviderImpl.java:52)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callEmbeddingProvider(TaskProcessor.java:576)
 at org.netbeans.modules.parsing.impl.SourceCache.refresh(SourceCache.java:343)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:770)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
 at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
WARNING [org.netbeans.modules.editor.bracesmatching.MasterMatcher]: Origin 
offsets out of range, origin = [1392, 1401], caretOffset = 1463, lookahead = 1, 
searching backwards. Offending BracesMatcher: 
org.netbeans.modules.html.editor.HtmlBracesMatching@6d6f9361
WARNING [org.netbeans.modules.editor.bracesmatching.MasterMatcher]: Origin 
offsets out of range, origin = [1392, 1401], caretOffset = 1463, lookahead = 2, 
searching forward. Offending BracesMatcher: 
org.netbeans.modules.html.editor.HtmlBracesMatching@4c5e28f8
INFO [org.netbeans.modules.web.core.jsploader.BaseJspEditorSupport$4]: property 
change fired with both new and old value null!
java.lang.IllegalStateException
 at 
org.netbeans.modules.web.core.jsploader.BaseJspEditorSupport$4.propertyChange(BaseJspEditorSupport.java:165)
 at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
 at 
org.openide.text.CloneableEditorSupport.firePropertyChange(CloneableEditorSupport.java:459)
 at 
org.openide.text.CloneableEditorSupport.fireDocumentChange(CloneableEditorSupport.java:1751)
 at 
org.openide.text.DocumentOpenClose$DocumentClose.run(DocumentOpenClose.java:976)
 at 

[jira] [Created] (NETBEANS-5727) Poor performance when edit JSP tag due to auto completion

2021-05-28 Thread James Z (Jira)
James Z created NETBEANS-5727:
-

 Summary: Poor performance when edit JSP tag due to auto completion
 Key: NETBEANS-5727
 URL: https://issues.apache.org/jira/browse/NETBEANS-5727
 Project: NetBeans
  Issue Type: Improvement
 Environment: NetBeans IDE 12.1

macOS mojave 10.14.6
Reporter: James Z


I have more than 10 maven projects opened, one is web module. Lots of java 
files.

When edit jsp file and input '<' then IDE no response for a long time. I hope 
if auto completion not ready, it at least allow manually input text! Only have 
1 jsp file opened.

Edit java file much better, it seems no this issue (though have other issue, 
such as can not found some methods already changed from private to other).



--
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] [Updated] (NETBEANS-4024) Maven project custom Actions not available on UI

2020-03-17 Thread James Z (Jira)


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

James Z updated NETBEANS-4024:
--
Description: 
In project properties window, configure Actions to add some custom actions, but 
project node shortcut menu do not show Custom menu item.

The custom action is copied from 'Debug project' with some configured 
properties. 

  was:
In project properties window, configure Actions to add some custom actions, but 
project node shortcut menu do not show Custom menu item.

 


> Maven project custom Actions not available on UI
> 
>
> Key: NETBEANS-4024
> URL: https://issues.apache.org/jira/browse/NETBEANS-4024
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: James Z
>Priority: Major
>
> In project properties window, configure Actions to add some custom actions, 
> but project node shortcut menu do not show Custom menu item.
> The custom action is copied from 'Debug project' with some configured 
> properties. 



--
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] [Updated] (NETBEANS-4024) Maven project custom Actions not available on UI

2020-03-17 Thread James Z (Jira)


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

James Z updated NETBEANS-4024:
--
Description: 
In project properties window, configure Actions to add some custom actions, but 
project node shortcut menu do not show Custom menu item.

 

  was:In project properties window, configure Actions to add some custom 
actions, but project node shortcut menu do not show Custom menu item. It seems 
the menu item lost for a long time, since 11.2 also do not have it.


> Maven project custom Actions not available on UI
> 
>
> Key: NETBEANS-4024
> URL: https://issues.apache.org/jira/browse/NETBEANS-4024
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: James Z
>Priority: Major
>
> In project properties window, configure Actions to add some custom actions, 
> but project node shortcut menu do not show Custom menu item.
>  



--
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] [Updated] (NETBEANS-4024) Maven project custom Actions not available on UI

2020-03-17 Thread James Z (Jira)


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

James Z updated NETBEANS-4024:
--
Component/s: ide - UI

> Maven project custom Actions not available on UI
> 
>
> Key: NETBEANS-4024
> URL: https://issues.apache.org/jira/browse/NETBEANS-4024
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: James Z
>Priority: Major
>
> In project properties window, configure Actions to add some custom actions, 
> but project node shortcut menu do not show Custom menu item. It seems the 
> menu item lost for a long time, since 11.2 also do not have it.



--
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-4024) Maven project custom Actions not available on UI

2020-03-17 Thread James Z (Jira)
James Z created NETBEANS-4024:
-

 Summary: Maven project custom Actions not available on UI
 Key: NETBEANS-4024
 URL: https://issues.apache.org/jira/browse/NETBEANS-4024
 Project: NetBeans
  Issue Type: Bug
Reporter: James Z


In project properties window, configure Actions to add some custom actions, but 
project node shortcut menu do not show Custom menu item. It seems the menu item 
lost for a long time, since 11.2 also do not have it.



--
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] [Closed] (NETBEANS-4015) All look and feel only change code editor and does not change left pane and bottom pane.

2020-03-16 Thread James Z (Jira)


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

James Z closed NETBEANS-4015.
-
Resolution: Invalid

> All look and feel only change code editor and does not change left pane and 
> bottom pane.
> 
>
> Key: NETBEANS-4015
> URL: https://issues.apache.org/jira/browse/NETBEANS-4015
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: James Z
>Priority: Major
>
> As I known, this is always the behavior, but strange and ugly. But recently 
> 11.3 released, I noticed there are some dark look and feels, and the 
> screenshots looks great, the file tree panel and out put panel all are dark. 
> I tried but not works, still only editor changed, the navigation pane and out 
> put window still in white. What happened?
> I use Macbook, OSX 10.14.6
> Thanks!



--
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] [Resolved] (NETBEANS-3456) Background color and font color similar or same for navigation tree and open window

2020-03-16 Thread James Z (Jira)


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

James Z resolved NETBEANS-3456.
---
Resolution: Invalid

> Background color and font color similar or same for navigation tree and open 
> window
> ---
>
> Key: NETBEANS-3456
> URL: https://issues.apache.org/jira/browse/NETBEANS-3456
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.0, 11.1
> Environment: OS: macOS Mojave 10.14, used Dark theme (System 
> Preferences -> General -> Appearance: Dark).
>Reporter: James Z
>Priority: Major
> Attachments: Screen Shot 2019-11-26 at 5.02.02 PM.png
>
>
> Some UI screens have similar or same color for background and fonts, caused 
> difficult to read.
> Reproduce steps:
> 1. Set OS use Dark theme.
> 2. Open NetBeans and open a project (the open dialog also has issue).
> You can found the UI color issue (it used system font color but did not use 
> system background color!).
>  
> This issue exists on all versions.
>  



--
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] [Closed] (NETBEANS-3456) Background color and font color similar or same for navigation tree and open window

2020-03-16 Thread James Z (Jira)


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

James Z closed NETBEANS-3456.
-

> Background color and font color similar or same for navigation tree and open 
> window
> ---
>
> Key: NETBEANS-3456
> URL: https://issues.apache.org/jira/browse/NETBEANS-3456
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 11.0, 11.1
> Environment: OS: macOS Mojave 10.14, used Dark theme (System 
> Preferences -> General -> Appearance: Dark).
>Reporter: James Z
>Priority: Major
> Attachments: Screen Shot 2019-11-26 at 5.02.02 PM.png
>
>
> Some UI screens have similar or same color for background and fonts, caused 
> difficult to read.
> Reproduce steps:
> 1. Set OS use Dark theme.
> 2. Open NetBeans and open a project (the open dialog also has issue).
> You can found the UI color issue (it used system font color but did not use 
> system background color!).
>  
> This issue exists on all versions.
>  



--
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] [Updated] (NETBEANS-4015) All look and feel only change code editor and does not change left pane and bottom pane.

2020-03-16 Thread James Z (Jira)


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

James Z updated NETBEANS-4015:
--
Component/s: ide - UI

> All look and feel only change code editor and does not change left pane and 
> bottom pane.
> 
>
> Key: NETBEANS-4015
> URL: https://issues.apache.org/jira/browse/NETBEANS-4015
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: James Z
>Priority: Major
>
> As I known, this is always the behavior, but strange and ugly. But recently 
> 11.3 released, I noticed there are some dark look and feels, and the 
> screenshots looks great, the file tree panel and out put panel all are dark. 
> I tried but not works, still only editor changed, the navigation pane and out 
> put window still in white. What happened?
> I use Macbook, OSX 10.14.6
> Thanks!



--
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] [Updated] (NETBEANS-4015) All look and feel only change code editor and does not change left pane and bottom pane.

2020-03-16 Thread James Z (Jira)


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

James Z updated NETBEANS-4015:
--
Description: 
As I known, this is always the behavior, but strange and ugly. But recently 
11.3 released, I noticed there are some dark look and feels, and the 
screenshots looks great, the file tree panel and out put panel all are dark. I 
tried but not works, still only editor changed, the navigation pane and out put 
window still in white. What happened?

I use Macbook, OSX 10.14.6

Thanks!

> All look and feel only change code editor and does not change left pane and 
> bottom pane.
> 
>
> Key: NETBEANS-4015
> URL: https://issues.apache.org/jira/browse/NETBEANS-4015
> Project: NetBeans
>  Issue Type: Bug
>Reporter: James Z
>Priority: Major
>
> As I known, this is always the behavior, but strange and ugly. But recently 
> 11.3 released, I noticed there are some dark look and feels, and the 
> screenshots looks great, the file tree panel and out put panel all are dark. 
> I tried but not works, still only editor changed, the navigation pane and out 
> put window still in white. What happened?
> I use Macbook, OSX 10.14.6
> Thanks!



--
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] [Updated] (NETBEANS-4015) All look and feel only change code editor and does not change left pane and bottom pane.

2020-03-16 Thread James Z (Jira)


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

James Z updated NETBEANS-4015:
--
Summary: All look and feel only change code editor and does not change left 
pane and bottom pane.  (was: Dark look and feel does not change left pan and 
bottom pane.)

> All look and feel only change code editor and does not change left pane and 
> bottom pane.
> 
>
> Key: NETBEANS-4015
> URL: https://issues.apache.org/jira/browse/NETBEANS-4015
> Project: NetBeans
>  Issue Type: Bug
>Reporter: James Z
>Priority: Major
>




--
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-4015) Dark look and feel does not change left pan and bottom pane.

2020-03-16 Thread James Z (Jira)
James Z created NETBEANS-4015:
-

 Summary: Dark look and feel does not change left pan and bottom 
pane.
 Key: NETBEANS-4015
 URL: https://issues.apache.org/jira/browse/NETBEANS-4015
 Project: NetBeans
  Issue Type: Bug
Reporter: James Z






--
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] [Updated] (NETBEANS-2446) New project wizard with wrong project location

2019-11-27 Thread James Z (Jira)


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

James Z updated NETBEANS-2446:
--
Priority: Major  (was: Critical)

> New project wizard with wrong project location
> --
>
> Key: NETBEANS-2446
> URL: https://issues.apache.org/jira/browse/NETBEANS-2446
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
>Reporter: James Z
>Priority: Major
>
> New Project wizard has bug, it used wrong Project Location, and when navigate 
> with 'Next >', '< Back', the project location will become longer and longer. 
> It also create lots of directories.
> Such as: ~/NetBeansProjects/mavenproject1/mavenproject1/mavenproject1/.../...



--
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] [Updated] (NETBEANS-2446) New project wizard with wrong project location

2019-11-27 Thread James Z (Jira)


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

James Z updated NETBEANS-2446:
--
Priority: Critical  (was: Minor)

> New project wizard with wrong project location
> --
>
> Key: NETBEANS-2446
> URL: https://issues.apache.org/jira/browse/NETBEANS-2446
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 11.0
>Reporter: James Z
>Priority: Critical
>
> New Project wizard has bug, it used wrong Project Location, and when navigate 
> with 'Next >', '< Back', the project location will become longer and longer. 
> It also create lots of directories.
> Such as: ~/NetBeansProjects/mavenproject1/mavenproject1/mavenproject1/.../...



--
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-3471) Could not initialize JShell in NetBeans

2019-11-27 Thread James Z (Jira)
James Z created NETBEANS-3471:
-

 Summary: Could not initialize JShell in NetBeans
 Key: NETBEANS-3471
 URL: https://issues.apache.org/jira/browse/NETBEANS-3471
 Project: NetBeans
  Issue Type: Bug
  Components: java - JShell
Affects Versions: 11.2
 Environment: Product Version: Apache NetBeans IDE 11.2
Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
Runtime: Java(TM) SE Runtime Environment 13.0.1+9
System: Mac OS X version 10.14 running on x86_64; UTF-8; en_CN (nb)

Reporter: James Z


Click menu Tools -> Open Java Platform Shell, it failed to start jshell.

Error as below:

|  Could not initialize JShell: Launching JShell execution engine threw: Failed 
remote launch: java.util.concurrent.ExecutionException: 
com.sun.jdi.connect.VMStartException: VM initialization failed for: 
/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
-classpath /Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
 -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
org.netbeans.lib.jshell.agent.AgentWorker 63452 @ com.sun.jdi.CommandLineLaunch 
(defaults: home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
options=, main=, suspend=true, quote=", vmexec=java) -- 
\{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
 main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  Could not initialize 
JShell: Launching JShell execution engine threw: Failed remote launch: 
java.util.concurrent.ExecutionException: com.sun.jdi.connect.VMStartException: 
VM initialization failed for: 
/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
-classpath /Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
 -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
org.netbeans.lib.jshell.agent.AgentWorker 63452 @ com.sun.jdi.CommandLineLaunch 
(defaults: home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
options=, main=, suspend=true, quote=", vmexec=java) -- 
\{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
 main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  caused by: Failed 
remote launch: java.util.concurrent.ExecutionException: 
com.sun.jdi.connect.VMStartException: VM initialization failed for: 
/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
-classpath /Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
 -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
org.netbeans.lib.jshell.agent.AgentWorker 63452 @ com.sun.jdi.CommandLineLaunch 
(defaults: home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
options=, main=, suspend=true, quote=", vmexec=java) -- 
\{home=home=/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home, 
options=options=-classpath "/Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:",
 main=main=org.netbeans.lib.jshell.agent.AgentWorker 63452, 
suspend=suspend=true, quote=quote=", vmexec=vmexec=java}|  caused by: 
com.sun.jdi.connect.VMStartException: VM initialization failed for: 
/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
-classpath /Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
 -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
org.netbeans.lib.jshell.agent.AgentWorker 63452|  caused by: VM initialization 
failed for: 
/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/bin/java 
-classpath /Applications/NetBeans/Apache NetBeans 
11.2.app/Contents/Resources/NetBeans/netbeans/java/modules/ext/nb-mod-jshell-probe.jar:
 -Xdebug -Xrunjdwp:transport=dt_socket,address=xx-macOS:63453,suspend=y 
org.netbeans.lib.jshell.agent.AgentWorker 63452

-> 



--
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:

[jira] [Created] (NETBEANS-3456) Background color and font color similar or same for navigation tree and open window

2019-11-26 Thread James Z (Jira)
James Z created NETBEANS-3456:
-

 Summary: Background color and font color similar or same for 
navigation tree and open window
 Key: NETBEANS-3456
 URL: https://issues.apache.org/jira/browse/NETBEANS-3456
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 11.1, 11.0
 Environment: OS: macOS Mojave 10.14, used Dark theme (System 
Preferences -> General -> Appearance: Dark).

Reporter: James Z
 Attachments: Screen Shot 2019-11-26 at 5.02.02 PM.png

Some UI screens have similar or same color for background and fonts, caused 
difficult to read.

Reproduce steps:

1. Set OS use Dark theme.

2. Open NetBeans and open a project (the open dialog also has issue).

You can found the UI color issue (it used system font color but did not use 
system background color!).

 

This issue exists on all versions.

 



--
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-2446) New project wizard with wrong project location

2019-04-23 Thread James Z (JIRA)
James Z created NETBEANS-2446:
-

 Summary: New project wizard with wrong project location
 Key: NETBEANS-2446
 URL: https://issues.apache.org/jira/browse/NETBEANS-2446
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Affects Versions: 11.0
Reporter: James Z


New Project wizard has bug, it used wrong Project Location, and when navigate 
with 'Next >', '< Back', the project location will become longer and longer. It 
also create lots of directories.

Such as: ~/NetBeansProjects/mavenproject1/mavenproject1/mavenproject1/.../...



--
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