[jira] [Commented] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-02-25 Thread Jan Lahoda (JIRA)


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

Jan Lahoda commented on NETBEANS-2160:
--

Thanks Artur, I can reproduce.

 

So far, I was able to track this to an exception in Apache Felix - see 
NETBEANS-2160-felix-stream-exception.txt, Not sure (yet) why that happens. 
Adding [~jtulach] on CC. This may explain why it doesn't happen in the IDE, as 
the IDE is (AFAIK) using Equinox.

 

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Priority: Blocker
> Attachments: NETBEANS-2160-felix-stream-exception.txt, app3.zip, 
> messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>      at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
>  Caused by: java.lang.RuntimeException: failed to load system cursor: 
> 

[jira] [Updated] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-02-25 Thread Jan Lahoda (JIRA)


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

Jan Lahoda updated NETBEANS-2160:
-
Attachment: NETBEANS-2160-felix-stream-exception.txt

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Priority: Blocker
> Attachments: NETBEANS-2160-felix-stream-exception.txt, app3.zip, 
> messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>      at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
>  Caused by: java.lang.RuntimeException: failed to load system cursor: 
> DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
>      at java.desktop/java.awt.dnd.DragSource.load(DragSource.java:137)
>      at java.desktop/java.awt.dnd.DragSource.(DragSource.java:150)
>      ... 32 more
>  
> =
> One strange behavior that i identified is when i compile 

[jira] [Updated] (NETBEANS-2125) Could not enable Java EE on clean install

2019-02-25 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach updated NETBEANS-2125:
--
Description: 
On default install Java EE modules are disabled.

If you go Services -> Servers -> Add Server -> GlassFish Server and press Next, 
the system says that not all request modules can be enabled. Please see the 
attached screenshot.

Also go to New Project -> Java with Ant -> Java Enterprise -> Enterprise 
Application the error is basically the same.

  was:
On default install Java EE modules are disabled.

If you go Services -> Servers -> Add Server -> GlassFish Server and press Next, 
the system says that not all request modules can be enabled. Please see the 
attached screenshot.

Summary: Could not enable Java EE on clean install  (was: Could not add 
Java EE server on clean install)

> Could not enable Java EE on clean install
> -
>
> Key: NETBEANS-2125
> URL: https://issues.apache.org/jira/browse/NETBEANS-2125
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Features On Demand
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Jaroslav Tulach
>Priority: Blocker
>  Labels: netcat
> Attachments: bug1.PNG
>
>
> On default install Java EE modules are disabled.
> If you go Services -> Servers -> Add Server -> GlassFish Server and press 
> Next, the system says that not all request modules can be enabled. Please see 
> the attached screenshot.
> Also go to New Project -> Java with Ant -> Java Enterprise -> Enterprise 
> Application the error is basically the same.



--
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-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-02-25 Thread Artur Sonnenhohl (JIRA)


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

Artur Sonnenhohl updated NETBEANS-2160:
---
Attachment: app3.zip

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Priority: Blocker
> Attachments: app3.zip, messages.log
>
>
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>      at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
>  Caused by: java.lang.RuntimeException: failed to load system cursor: 
> DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
>      at java.desktop/java.awt.dnd.DragSource.load(DragSource.java:137)
>      at java.desktop/java.awt.dnd.DragSource.(DragSource.java:150)
>      ... 32 more
>  
> =
> One strange behavior that i identified is when i compile everything it hangs, 
> but after hanging if i just compile one module again it launches.
> After launching it request me if i wish to install nb-javac into my platform 
> application.
>  
> =
> Im trying to understand if the problem is related to JDK 11.0.2 or the 
> Netbeans incompatibility with JDK 11 for platform applications.
>  



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

[jira] [Commented] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-02-25 Thread Artur Sonnenhohl (JIRA)


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

Artur Sonnenhohl commented on NETBEANS-2160:


[~jlahoda] i attached a zip file where you can reproduce the error, and updated 
the description.

 

The attached app3.zip is reproducing the problem:

The problem is related to loading modules from the IDE cluster into Netbeans.

Error:

1) Import app3.zip

2) Compile and run the project hangs

Success:

1) Import app3.zip

2) Disable module External Execution Process into IDE cluster.

3) Compile and run the project runs successfully.

 

I think Netbeans is not detecting modules conflicts/dependencies, i don't know 
why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.

 

 

 

> Platform project runs with JDK 11.0.1 but not with JDK 11.0.2
> -
>
> Key: NETBEANS-2160
> URL: https://issues.apache.org/jira/browse/NETBEANS-2160
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 10.0, 11.0
>Reporter: Artur Sonnenhohl
>Priority: Blocker
> Attachments: app3.zip, messages.log
>
>
> The attached app3.zip is reproducing the problem:
> The problem is related to loading modules from the IDE cluster into Netbeans.
> Error:
> 1) Import app3.zip
> 2) Compile and run the project hangs
> Success:
> 1) Import app3.zip
> 2) Disable module External Execution Process into IDE cluster.
> 3) Compile and run the project runs successfully.
>  
> I think Netbeans is not detecting modules conflicts/dependencies, i don't 
> know why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.
>  
>  
>  
> 
> Our application based on the Netbeans Platform RCP isn't unable to boot 
> hanging during the process, this problems happens with JDK 11.0.2 and JDK 12, 
> i also tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 
> and JDK8 it runs perfectlly.
> The error that happens is:
> java.lang.ExceptionInInitializerError
>      at 
> org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
>      at 
> org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
>      at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
>      at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
>      at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
>      at 
> org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
>      at 
> org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
>      at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
>      at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>      at 
> org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
>      at 
> org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
>      at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
>      at org.netbeans.core.windows.Central.setVisible(Central.java:115)
>      at 
> org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
>      at 
> org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
>      at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
>      at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>      at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>      at java.base/java.security.AccessController.doPrivileged(Native Method)
>      at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>      at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>      at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>  

[jira] [Updated] (NETBEANS-2160) Platform project runs with JDK 11.0.1 but not with JDK 11.0.2

2019-02-25 Thread Artur Sonnenhohl (JIRA)


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

Artur Sonnenhohl updated NETBEANS-2160:
---
Description: 
The attached app3.zip is reproducing the problem:

The problem is related to loading modules from the IDE cluster into Netbeans.

Error:

1) Import app3.zip

2) Compile and run the project hangs

Success:

1) Import app3.zip

2) Disable module External Execution Process into IDE cluster.

3) Compile and run the project runs successfully.

 

I think Netbeans is not detecting modules conflicts/dependencies, i don't know 
why this problem also occurs only on JDK 11.0.2 and not on 11.0.1.

 

 

 



Our application based on the Netbeans Platform RCP isn't unable to boot hanging 
during the process, this problems happens with JDK 11.0.2 and JDK 12, i also 
tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 and JDK8 
it runs perfectlly.

The error that happens is:

java.lang.ExceptionInInitializerError
     at 
org.netbeans.core.windows.view.ui.toolbars.DnDSupport.(DnDSupport.java:95)
     at 
org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.dndSupport(ToolbarConfiguration.java:107)
     at 
org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:287)
     at 
org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:375)
     at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:220)
     at org.openide.awt.ToolbarPool.setConfigurationNow(ToolbarPool.java:304)
     at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:276)
     at 
org.netbeans.core.windows.view.DefaultView.showWindowSystem(DefaultView.java:542)
     at 
org.netbeans.core.windows.view.DefaultView.windowSystemVisibilityChanged(DefaultView.java:517)
     at 
org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:162)
     at 
org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
     at 
org.netbeans.core.windows.ViewRequestor.processVisibilityRequest(ViewRequestor.java:239)
     at 
org.netbeans.core.windows.ViewRequestor.postVisibilityRequest(ViewRequestor.java:176)
     at 
org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:96)
     at org.netbeans.core.windows.Central.setVisible(Central.java:115)
     at 
org.netbeans.core.windows.WindowManagerImpl.setVisible(WindowManagerImpl.java:907)
     at 
org.netbeans.core.windows.WindowSystemImpl.show(WindowSystemImpl.java:80)
     at org.netbeans.core.GuiRunLevel$InitWinSys.run(GuiRunLevel.java:215)
     at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
     at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
     at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
     at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
     at java.base/java.security.AccessController.doPrivileged(Native Method)
     at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
     at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
     at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
     at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
     at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
     at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
     at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
     at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
     at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
 Caused by: java.lang.RuntimeException: failed to load system cursor: 
DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
     at java.desktop/java.awt.dnd.DragSource.load(DragSource.java:137)
     at java.desktop/java.awt.dnd.DragSource.(DragSource.java:150)
     ... 32 more

 

=

One strange behavior that i identified is when i compile everything it hangs, 
but after hanging if i just compile one module again it launches.

After launching it request me if i wish to install nb-javac into my platform 
application.

 

=

Im trying to understand if the problem is related to JDK 11.0.2 or the Netbeans 
incompatibility with JDK 11 for platform applications.

 

  was:
Our application based on the Netbeans Platform RCP isn't unable to boot hanging 
during the process, this problems happens with JDK 11.0.2 and JDK 12, i also 
tested with NetBeans 11 (preview) and it also hangs. With JDK 11.0.1 and JDK8 
it runs perfectlly.

The error that happens is:

java.lang.ExceptionInInitializerError
     at 

[jira] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2174:
--

It is not about winning or loosing, it is about helping :).

> ... Created a lot of issues.
This is what you said and I asked: did you created tickets for your problems?

> ... Can you tell me how to remove all components of Darcula...
Yes, only deactivate/deinstall the plugin. I added a new screenshot. This is 
it. Unfortunately you need to restart NetBeans. !darcula-plugin.png! 

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png, 
> darcula-plugin.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Comment Edited] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-2174 at 2/25/19 4:51 PM:
---

It is not about winning or loosing, it is about helping :).

{quote}... Created a lot of issues.{quote}
This is what you said and I asked: did you created tickets for your problems?

{quote}... Can you tell me how to remove all components of Darcula...{quote}
Yes, only deactivate/deinstall the plugin. See my screenshot for that.

Unfortunately you need to restart NetBeans.


was (Author: chrizzly):
It is not about winning or loosing, it is about helping :).

{quote}... Created a lot of issues.{quote}
This is what you said and I asked: did you created tickets for your problems?

{quote}... Can you tell me how to remove all components of Darcula...{quote}
Yes, only deactivate/deinstall the plugin. I added a new screenshot. This is 
it. Unfortunately you need to restart NetBeans.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png, 
> darcula-plugin.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Comment Edited] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-2174 at 2/25/19 4:50 PM:
---

It is not about winning or loosing, it is about helping :).

> ... Created a lot of issues.
This is what you said and I asked: did you created tickets for your problems?

> ... Can you tell me how to remove all components of Darcula...
Yes, only deactivate/deinstall the plugin. I added a new screenshot. This is 
it. Unfortunately you need to restart NetBeans.


was (Author: chrizzly):
It is not about winning or loosing, it is about helping :).

> ... Created a lot of issues.
This is what you said and I asked: did you created tickets for your problems?

> ... Can you tell me how to remove all components of Darcula...
Yes, only deactivate/deinstall the plugin. I added a new screenshot. This is 
it. Unfortunately you need to restart NetBeans. !darcula-plugin.png! 

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png, 
> darcula-plugin.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Comment Edited] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-2174 at 2/25/19 4:50 PM:
---

It is not about winning or loosing, it is about helping :).

{quote}... Created a lot of issues.{quote}
This is what you said and I asked: did you created tickets for your problems?

{quote}... Can you tell me how to remove all components of Darcula...{quote}
Yes, only deactivate/deinstall the plugin. I added a new screenshot. This is 
it. Unfortunately you need to restart NetBeans.


was (Author: chrizzly):
It is not about winning or loosing, it is about helping :).

> ... Created a lot of issues.
This is what you said and I asked: did you created tickets for your problems?

> ... Can you tell me how to remove all components of Darcula...
Yes, only deactivate/deinstall the plugin. I added a new screenshot. This is 
it. Unfortunately you need to restart NetBeans.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png, 
> darcula-plugin.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-2174:
-
Attachment: darcula-plugin.png

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png, 
> darcula-plugin.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai commented on NETBEANS-2174:


[~Chrizzly] Can u tell me how to remove all components of Dracula Plugins? 

I searched everywhere, but didn't findout.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed updated NETBEANS-2176:
--
Affects Version/s: 10.0

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai commented on NETBEANS-2174:


[~Chrizzly] u win. 

(I give up for now...)

thanks anyway.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Resolved] (NETBEANS-2047) Highlight the fact that Maven/Java Application should be the first to use

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga resolved NETBEANS-2047.
-
Resolution: Fixed

Changed the template HTML file to specify this is the preferred starting point, 
in addition to the fact that it is the first in the list. If anything else 
should be done to show the preference of this template, please reopen and 
suggest what can be done.

> Highlight the fact that Maven/Java Application should be the first to use
> -
>
> Key: NETBEANS-2047
> URL: https://issues.apache.org/jira/browse/NETBEANS-2047
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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] [Commented] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed commented on NETBEANS-2176:
---

[~junichi11] When I tested the same behavior with a "small" project (only 2 js 
modules), there is no error .. may be it's related to the size of the project 
or files .. I don't know

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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] [Commented] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed commented on NETBEANS-2176:
---

OK, some remarks here.

I think that the problem has something to do with the use of the ES6 "import" 
because when I use "require" the error is not fired, at least inside the file 
where it's fired every time ...

Note here that I used the same call using "import" inside another script and no 
error. I even cleaned up the file where the error is fired like automatically 
and I keep only the import instruction and another one for the test, and I 
always got the error !! very weird because I thought that may be the size (more 
than 6000 lines of code and some 250Kb in the disk) of the file has influenced 
that behavior ...

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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] [Commented] (NETBEANS-1902) Programm stopps without visible reason: Thread stopped at Java

2019-02-25 Thread Thomas Willms (JIRA)


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

Thomas Willms commented on NETBEANS-1902:
-

Hallo,

I've written an extensive complex Java command line program. If I go through 
each step of a pro­grammed function individually with debug, everything works. 
If I don't go completely through all the steps of the same function, but step 
over it with F8, then the green colour of the bar - indicating the current 
position - often disappears at once. "The program is still running according to 
menu/run, but there is a message “Thread stopped at Java (line number) user 
program running". 

But no line was reached where it is required to enter data. There's no other 
way as to restart the written program. A deadlock is not found. Going through 
the program further - using the debugger - is not possible. No new bar appears 
even when you press F8. However, the program has not gone through all lines 
until the end or until the next data entry.

If I go through the program directly afterwards with the debugger line by line 
of the same function - that previously did not work with F8 because the given 
phenomenon occurs - using F7 the program works perfectly. This has occurred 
many times.

A reason for the stop of the thread is not clear, although it sometimes seems 
as if it happens at lines where a breakpoint was before. The problem occurs 
even when I start the program normally, not using debugging.  Unfortunately, it 
is difficult to reproduce the problem. It happens however so often that it 
occurs again without that one could predict it. 

Can someone help me? Due to the complexity it is difficult to show where the 
problem is but as I don't change anything - except the data file which I 
replace by the same version as before each time - I don't see how to resolve 
this problem.

> Programm stopps without visible reason: Thread stopped at Java 
> ---
>
> Key: NETBEANS-1902
> URL: https://issues.apache.org/jira/browse/NETBEANS-1902
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0, 10.0
> Environment: Windows 10 Pro, Java 8 unter Netbeans Apache 10.0
>Reporter: Thomas Willms
>Priority: Critical
>  Labels: command-line, debugger
>
> Ich habe ein umfangreiches komplexes Java-Kommandozeilen-Programm 
> geschrieben. Wenn ich durch eine programmierte Funktion mit Debug jeden 
> Schritt einzeln durchlaufe, funktioniert alles. Wenn ich jedoch durch 
> dieselbe Funktion nicht komplett die einzelnen Schritte durchlaufe, sondern 
> sie mit F8 durchlaufe, dann verschwindet auf einmal die grüne Farbe des 
> Balkens, der die aktuelle Position angibt. Das Programm läuft laut Menü/Run 
> noch, aber es gibt eine Meldung "Thread stopped at Java (Liniennummer)" User 
> Program running".  Es wurde aber keine Zeile erreicht, an der eine Eingabe 
> erforderlich ist. Es bleibt keine andere Möglichkeit, als das geschriebene 
> Programm neu zu starten. Ein Deadlock wird nicht gefunden. Weiteres 
> Durchlaufen mit dem Debugger ist nicht möglich. Der Balken erscheint auch 
> nicht neu, wenn man F8 drückt. Das Programm ist jedoch nicht fertig 
> durchgelaufen.
> Wenn ich dieselbe Funktion, die vorher mit F8 nicht funktionierte, weil das 
> angegebene Phänomen auftritt, mit dem Debugger Zeile für Zeile mit F7 
> durchlaufe, dann funktioniert alles auf einmal. Dies ist viele Male 
> aufgetreten.
> Ein Grund für das Stoppen des Threads ist nicht ersichtlich, obwohl es 
> manchmal den Anschein hat, als ob es daran liegen könnte, dass an derselben 
> Stelle vorher ein Haltepunkt war.
> Das Problem taucht sogar beim ganz normalen Starten des Programmes mit Run 
> statt mit Debug auf. Leider ist es schwierig, das Auftauchen definiert zu 
> reproduzieren. Es ist jedoch so häufig, dass es immer wieder mal auftritt, 
> ohne dass man es jedoch vorhersagen könnte.
>  Kann mir da jemand helfen?
>  



--
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] [Resolved] (NETBEANS-2109) Splash screens for 11.0 release

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga resolved NETBEANS-2109.
-
Resolution: Fixed

Done.

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-02-20-09-36-36-503.png, 
> image-2019-02-20-09-37-21-832.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
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] [Resolved] (NETBEANS-2111) Update titlebar version to 11.0

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga resolved NETBEANS-2111.
-
Resolution: Fixed

Done.

> Update titlebar version to 11.0
> ---
>
> Key: NETBEANS-2111
> URL: https://issues.apache.org/jira/browse/NETBEANS-2111
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
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-2047) Highlight the fact that Maven/Java Application should be the first to use

2019-02-25 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2047:
-
Labels: pull-request-available  (was: )

> Highlight the fact that Maven/Java Application should be the first to use
> -
>
> Key: NETBEANS-2047
> URL: https://issues.apache.org/jira/browse/NETBEANS-2047
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>




--
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] [Commented] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2176:
-

Looks like a problem with proxies, maybe:

INFO [AngularDoc]: Cannot load AngularJS documentation from 
"https://code.angularjs.org/1.4.0/docs/partials/api/ng/function/angular.uppercase.html;.


> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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] [Commented] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-2176:


[~akmozo] Could you please provide a simple sample code to reproduce it if 
possible?

[~rtaneja] Could you please have a look at this?

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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] [Commented] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed commented on NETBEANS-2176:
---

[^netbeans10_error.txt]

[~junichi11] It's absolutely the same with Netbeans 10 ... (see the 
"[^netbeans10_error.txt]" attached log file)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed updated NETBEANS-2176:
--
Attachment: netbeans10_error.txt

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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] [Comment Edited] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed edited comment on NETBEANS-2176 at 2/25/19 3:16 PM:


[~junichi11] It's absolutely the same with Netbeans 10 ... (see the 
"[^netbeans10_error.txt]" attached log file)


was (Author: akmozo):
[^netbeans10_error.txt]

[~junichi11] It's absolutely the same with Netbeans 10 ... (see the 
"[^netbeans10_error.txt]" attached log file)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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] [Commented] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-2176:


Please try using NetBeans 10.0. Maybe, it was already fixed.

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



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



[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 615

2019-02-25 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 3e6ca14  Automated site publishing by Jenkins build 615
3e6ca14 is described below

commit 3e6ca14e7af4007869c3ddc6c3a048bea7e3a43e
Author: jenkins 
AuthorDate: Mon Feb 25 14:58:09 2019 +

Automated site publishing by Jenkins build 615
---
 content/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/index.html b/content/index.html
index 95a5b5c..3f96d68 100644
--- a/content/index.html
+++ b/content/index.html
@@ -71,7 +71,7 @@
 
 
   
-
+
   Previous 
Slide
   Next 
Slide
 


-
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



[incubator-netbeans-website] branch master updated: remove overlapping carousel controls on mobile devices (#325)

2019-02-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 8ca8b6a  remove overlapping carousel controls on mobile devices (#325)
8ca8b6a is described below

commit 8ca8b6afa790c265730a70366db820648c242705
Author: zimmi 
AuthorDate: Mon Feb 25 15:56:01 2019 +0100

remove overlapping carousel controls on mobile devices (#325)
---
 netbeans.apache.org/src/content/templates/slider.gsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/templates/slider.gsp 
b/netbeans.apache.org/src/content/templates/slider.gsp
index af2d51c..0a7f2ea 100644
--- a/netbeans.apache.org/src/content/templates/slider.gsp
+++ b/netbeans.apache.org/src/content/templates/slider.gsp
@@ -21,7 +21,7 @@
 
 
   
-
+
   Previous 
Slide
   Next 
Slide
 


-
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed updated NETBEANS-2176:
--
Description: This error is fired after I've tried to go to the declaration 
of a method in an imported local nodejs module. Some minutes after that error 
has been fired, the "autocomplete" and "go to declaration" are both not working 
and Netbeans takes many time to execute them with the "Lengthy operation in 
progress" message.  (was: This error is fired after I've tried to go to a 
declaration of a method in an imported local nodejs module. Some minutes after 
that error has been fired, the "autocomplete" and "go to declaration" are both 
not working and Netbeans takes many time to excute them with the "Lengthy 
operationin progress" message.)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed updated NETBEANS-2176:
--
Summary: Autocomplete + go to declaration not working after a 
"java.lang.StackOverflowError" exception  (was: Autocomplete + go to method 
declaration + get method documentation not working after a 
"java.lang.StackOverflowError" exception)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log
>
>
> This error is fired after I've tried to go to a declaration of a method in an 
> imported local nodejs module. Some minutes after that error has been fired, 
> the "autocomplete" and "go to declaration" are both not working and Netbeans 
> takes many time to excute them with the "Lengthy operationin progress" 
> message.



--
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-2176) Autocomplete + go to method declaration + get method documentation not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)
Mohamed created NETBEANS-2176:
-

 Summary: Autocomplete + go to method declaration + get method 
documentation not working after a "java.lang.StackOverflowError" exception
 Key: NETBEANS-2176
 URL: https://issues.apache.org/jira/browse/NETBEANS-2176
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Editor, javascript - Node.js
Affects Versions: 9.0, 8.2
 Environment: Windows 10 x64 PRO
Reporter: Mohamed
 Attachments: formatting.png, go_to_declaration.png, messages.log

This error is fired after I've tried to go to a declaration of a method in an 
imported local nodejs module. Some minutes after that error has been fired, the 
"autocomplete" and "go to declaration" are both not working and Netbeans takes 
many time to excute them with the "Lengthy operationin progress" message.



--
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-2175) java.lang.ClassCastException

2019-02-25 Thread John Stark (JIRA)
John Stark created NETBEANS-2175:


 Summary: java.lang.ClassCastException
 Key: NETBEANS-2175
 URL: https://issues.apache.org/jira/browse/NETBEANS-2175
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0
 Environment: Windows 10 version 10.0 running on x86
Reporter: John Stark
 Attachments: messages.log

I'm working on a JavaFX project. I imported 
[pty4j|https://bintray.com/jetbrains/pty4j/org.jetbrains.pty4j%3Apty4j#files/org%2Fjetbrains%2Fpty4j%2Fpty4j%2F0.8.6]
 library 
([pty4j-0.8.6.jar|https://bintray.com/jetbrains/pty4j/download_file?file_path=org%2Fjetbrains%2Fpty4j%2Fpty4j%2F0.8.6%2Fpty4j-0.8.6.jar]).
 When I try to open some _.class files_, they are opened. But when I try to 
open {color:#14892c}_PtyProcessBuilder.class_{color} and 
{color:#d04437}_WinPtyProcess.class_{color}, I get the bug notification and 
these files are not opened. Then I decompiled jar file in another decompiler 
application, those two files were opened.

And when I run my JavaFX application, I get following exception for above two 
files:
{code:java}
Exception in thread "Thread-6" java.lang.NoClassDefFoundError
{code}



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2174:
--

So if the original plugin author hands over the code, it will be part of 
NetBeans.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2174:
--

First did you created tickets in the darcula repo for that problem? Even if it 
doesn't look so, but the Darcula LaF is the more or less best solution for 
NetBeans to have a modern looking, dark laf. It is more or less official. Not 
from Oracle but as you can see the downloads and usages, you know what I mean. 
So yes, you can trust it. But still, you can create tickets for what you don't 
like, what doesn't work and and and. The developers already talked to revivius 
and there is a ticket open for a request to hand over the code to Apache 
NetBeans. I commented today, because I don't know the progress either.

 

I getting your point, but it could be, that this happened, because of the 
background that you use. You have to change it to the look and feel background. 
Please make a minimal reproducable case where this problem of you happens and 
make a ticket at the official repo or check whether there is still one or not.

 

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Comment Edited] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai edited comment on NETBEANS-2174 at 2/25/19 10:16 AM:
--

[~Chrizzly] I used that long time ago. It didn't go well. Created a lot of 
issues.

I am trying again, let see.

But u are not getting my point of saying "built-in" stuff.  !Screenshot from 
2019-02-25 15-50-47.png!

Don't know whether to trust warnings or not. Now, look how it looks after 
installation:

!Screenshot from 2019-02-25 15-53-32.png!

This is worst way to design anything. Are u getting my point?

 


was (Author: prabesh_bhattarai):
[~Chrizzly] I used that long time ago. It didn't go well. Created a lot of 
issues.

I am trying again, let see.

But u are not getting my point of saying "built-in" stuff.  !Screenshot from 
2019-02-25 15-50-47.png!

Don't know whether to trust warnings or not. Now, look how it looks after 
installation:

!Screenshot from 2019-02-25 15-53-32.png!

This is worst way to design anything. Are u getting my point?

 

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Comment Edited] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai edited comment on NETBEANS-2174 at 2/25/19 10:14 AM:
--

[~Chrizzly] I used that long time ago. It didn't go well. Created a lot of 
issues.

I am trying again, let see.

But u are not getting my point of saying "built-in" stuff.  !Screenshot from 
2019-02-25 15-50-47.png!

Don't know whether to trust warnings or not. Now, look how it looks after 
installation:

!Screenshot from 2019-02-25 15-53-32.png!

This is worst way to design anything. Are u getting my point?

 


was (Author: prabesh_bhattarai):
[~Chrizzly] I used that long time ago. I didn't go well. Created a lot of 
issues.

I am trying again, let see.

But u are not getting my point of saying "built-in" stuff.  !Screenshot from 
2019-02-25 15-50-47.png!

Don't know whether to trust warnings or not. Now, look how it looks after 
installation:

!Screenshot from 2019-02-25 15-53-32.png!

This is worst way to design anything. Are u getting my point?

 

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Commented] (NETBEANS-2154) Bump bundled Maven version >= 3.5

2019-02-25 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-2154:


For running and debuging 3.6.0 is good but for profiling it will not be able to 
bind on windows default behaviour. 

 

If java,NetBeans and maven are installed in path not containing space it works 
but we need to be carefull presenting that to user.

 

> Bump bundled Maven version >= 3.5
> -
>
> Key: NETBEANS-2154
> URL: https://issues.apache.org/jira/browse/NETBEANS-2154
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: Next
>Reporter: Björn Raupach
>Priority: Major
>
> Hi there,
> Apache NetBeans 10 and 11 are bundled with Apache Maven 3.3.9. This version 
> was released in November 2015. 
> The most recent version of Apache Maven is 3.6.0 released in Oktober 2018.
> Not sure how complex it is to add a more recent version of Maven in NetBeans, 
> but it would definitely benefit many projects.
>  



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai commented on NETBEANS-2174:


[~Chrizzly] I used that long time ago. I didn't go well. Created a lot of 
issues.

I am trying again, let see.

But u are not getting my point of saying "built-in" stuff.  !Screenshot from 
2019-02-25 15-50-47.png!

Don't know whether to trust warnings or not. Now, look how it looks after 
installation:

!Screenshot from 2019-02-25 15-53-32.png!

This is worst way to design anything. Are u getting my point?

 

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai updated NETBEANS-2174:
---
Attachment: Screenshot from 2019-02-25 15-53-32.png

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png, Screenshot from 2019-02-25 15-53-32.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai updated NETBEANS-2174:
---
Attachment: Screenshot from 2019-02-25 15-50-47.png

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png, Screenshot from 
> 2019-02-25 15-50-47.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Comment Edited] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai edited comment on NETBEANS-2174 at 2/25/19 10:00 AM:
--

[~GeertjanWielenga] I don't think Dracula is available for Netbeans 10 and the 
future versions.

Point is these "Themeing concept" should be integrated with Netbeans teams.

Theme affect a lot in our viewing prooective. It a first impression of User 
toward the software.

I think Native built-in dark is missing a lot here.

Eclipse is embracing its Dark theme.

Netbeans teams should not depend on 3rd party dark theme.  They will  not 
update.


was (Author: prabesh_bhattarai):
[~GeertjanWielenga] I don't think Dracula is available for Netbeans 10 and the 
future versions.

Point is these "Themeing concept" should be integrated with Netbeans teams.

Theme affect a lot in our viewing prooective. It a first impression of User 
toward the software.

I don't think Native built-in dark is missing a lot here.

Eclipse is embracing its Dark theme.

Netbeans teams should not depend on 3rd party dark theme.  They will  not 
update.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2019-02-25 Thread michael anderl (JIRA)


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

michael anderl commented on NETBEANS-168:
-

All I wrote was with the new new Gradle support, but i think it hat problems 
with my old .gradle and .nb-gradle files.

 

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey, pull-request-available
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai commented on NETBEANS-2174:


[~GeertjanWielenga] I don't think Dracula is available for Netbeans 10 and the 
future versions.

Point is these "Themeing concept" should be integrated with Netbeans teams.

Theme affect a lot in our viewing prooective. It a first impression of User 
toward the software.

I don't think Native built-in dark is missing a lot here.

Eclipse is embracing its Dark theme.

Netbeans teams should not depend on 3rd party dark theme.  They will  not 
update.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2174:
--

[~Prabesh_bhattarai] Darcula LaF is working with NB 10.0 I use it everyday. In 
general, if there is nothing changed a lot in the core of NetBeans, the look 
and feels will still work over the versions. Those are the most stable stuff in 
NetBeans, when updates are available.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Resolved] (NETBEANS-2148) Maven dependency Check Out action is failing with "The goal you specified requires a project to execute ..."

2019-02-25 Thread Mark Herkrath (JIRA)


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

Mark Herkrath resolved NETBEANS-2148.
-
Resolution: Fixed
  Assignee: Mark Herkrath  (was: Matthias Bläsing)

> Maven dependency Check Out action is failing with "The goal you specified 
> requires a project to execute ..."
> 
>
> Key: NETBEANS-2148
> URL: https://issues.apache.org/jira/browse/NETBEANS-2148
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 9.0, 10.0
> Environment: Windows 10, Maven 3.5.4
>Reporter: Mark Herkrath
>Assignee: Mark Herkrath
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> At least under Windows 10 and Maven 3.5.4, the handy Check Out... feature at 
> _[Maven project]_ > Dependencies > _[artifact]_ > View Artifact Details > 
> Project > Source Control Management > Check Out... is broken.
> After filling the dialog and clicking _Check Out_, the Maven error "The goal 
> you specified requires a project to execute but there is no POM in this 
> directory ..." is occurring every time.
> It is caused by a space after -Dpassword in the Maven command line:
> {code:java}
> ...\mvn.cmd -DcheckoutDirectory=... -DconnectionUrl=... -Dusername= 
> -Dpassword = ... scm:checkout{code}
> Instead, it should be "{{... -Dpassword= ...}}".
> I have already sent a mail including additional details with the subject "Bug 
> and solution with Maven Dependency Check Out" to d...@netbeans.apache.org and 
> will provide an according PR for the fix on GitHub next.



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2174:
--

Hey [~Prabesh_bhattarai] please be more specific. What do you mean exactly? Do 
you mean there is no dark theme/look and feel for the Apache NetBeans IDE or no 
dark mode for the webpage? As for the look and feel for NetBeans, there is the 
darcula laf, what Geertjan mentioned. For the webpage, yes, we don't have a 
dark mode yet, but maybe [~Raiken] can have this in his mind :)

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-168:


Yes, in Apache NetBeans 11, new Gradle support is included, please only test 
with that, not with the old Gradle module which is completely different.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey, pull-request-available
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2019-02-25 Thread michael anderl (JIRA)


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

michael anderl commented on NETBEANS-168:
-

 

After removing the .gradle and .nb-gradle files from my gradle project and 
killing all the java processes (I think left over from gradle) after a restart 
the problem is gone.

I used the old gradle Module on the project. Now with NB-master with gradle I 
dont need it any more.

I try to reproduce it with the old .gradle .nb-gradle files.

 

 

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey, pull-request-available
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2174:
-

Also note that all of netbeans.org is going to go away, to be replaced by and 
redirected to netbeans.apache.org.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)
>  
> !Screenshot from 2019-02-25 14-13-33.png!



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2174:
-

Good news for you -- any problem you have with NetBeans you can fix yourself, 
there is no "they" anymore, only "us": netbeans.apache.org.

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  
> Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)



--
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-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai updated NETBEANS-2174:
---
Description: 
Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
still in 2019.

Don't know how many years has passed by, but Overall dark themed Netbeans app 
has never been made.

 

Updating apps internally, never happens. 

A lot of things can be improved.

( Screenshot: Never opening website: 
[https://netbeans.org/about/contact_form.html?to=2]  May be they don't want to 
hear what we have to say.)

  was:
Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
still in 2019.

Don't know how many years has passed by, but Overall dark themed Netbeans app 
has never been made.

 

Updating apps internally, never happens. 

A lot of things can be improved.


> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  
> Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2174:
-

Here's the homepage: netbeans.apache.org

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  
> Updating apps internally, never happens. 
> A lot of things can be improved.
> ( Screenshot: Never opening website: 
> [https://netbeans.org/about/contact_form.html?to=2]  May be they don't want 
> to hear what we have to say.)



--
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-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)


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

Pranav Bhattarai updated NETBEANS-2174:
---
Attachment: Screenshot from 2019-02-25 14-13-33.png

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
> Attachments: Screenshot from 2019-02-25 14-13-33.png
>
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  
> Updating apps internally, never happens. 
> A lot of things can be improved.



--
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] [Commented] (NETBEANS-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2174:
-

Here it is: http://plugins.netbeans.org/plugin/62424/darcula-laf-for-netbeans

> I don't perfer Netbeans because of its lackness of Dark Theme Netbeans 
> options.
> ---
>
> Key: NETBEANS-2174
> URL: https://issues.apache.org/jira/browse/NETBEANS-2174
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 10.0
>Reporter: Pranav Bhattarai
>Assignee: Pranav Bhattarai
>Priority: Major
>
> Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
> still in 2019.
> Don't know how many years has passed by, but Overall dark themed Netbeans app 
> has never been made.
>  
> Updating apps internally, never happens. 
> A lot of things can be improved.



--
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-2174) I don't perfer Netbeans because of its lackness of Dark Theme Netbeans options.

2019-02-25 Thread Pranav Bhattarai (JIRA)
Pranav Bhattarai created NETBEANS-2174:
--

 Summary: I don't perfer Netbeans because of its lackness of Dark 
Theme Netbeans options.
 Key: NETBEANS-2174
 URL: https://issues.apache.org/jira/browse/NETBEANS-2174
 Project: NetBeans
  Issue Type: Wish
Affects Versions: 10.0
Reporter: Pranav Bhattarai
Assignee: Pranav Bhattarai


Sexy Black eye catching and eye friendly (Like Reddit.com) is lacking behind 
still in 2019.

Don't know how many years has passed by, but Overall dark themed Netbeans app 
has never been made.

 

Updating apps internally, never happens. 

A lot of things can be improved.



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