[jira] [Resolved] (NETBEANS-764) Skip ConvertToVar hint for compound variable declaration

2018-06-11 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA resolved NETBEANS-764.

Resolution: Fixed

> Skip ConvertToVar hint for compound variable declaration
> 
>
> Key: NETBEANS-764
> URL: https://issues.apache.org/jira/browse/NETBEANS-764
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Reema Taneja
>Assignee: ARUNAVA SINHA
>Priority: Minor
>  Labels: JDK10-LVTI, pull-request-available
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> For compound variable declaration (e.g.,int i =10, j=20; )
> There are two 'Convert to var type' hints displayed , selecting any will 
> convert the declaration at the current cursor position. 
> To prevent this from happening ConvertToVar hint will be disabled for 
> compound variable declaration.
> PR link : https://github.com/apache/incubator-netbeans/pull/547 



--
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-777) NPE on trying to put comment in '^ position /*comment1*/final/*comment*/var/*^

2018-06-11 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA resolved NETBEANS-777.

Resolution: Fixed

is merged to apache:master

> NPE on trying to put comment in '^ position /*comment1*/final/*comment*/var/*^
> --
>
> Key: NETBEANS-777
> URL: https://issues.apache.org/jira/browse/NETBEANS-777
> Project: NetBeans
>  Issue Type: Bug
>Reporter: vikas kumar prabhakar
>Assignee: ARUNAVA SINHA
>Priority: Minor
>  Labels: JDK10-LVTI, pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> /*comment1*/final/*comment*/var/*^ NPE on trying to put comment in '^ position
>  
> Exception Logs:
> java.lang.NullPointerException
> at org.netbeans.lib.java.lexer.JavaLexer.nextToken(JavaLexer.java:1055)
> at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
> at 
> org.netbeans.lib.lexer.inc.TokenListUpdater.relex(TokenListUpdater.java:602)
> at 
> org.netbeans.lib.lexer.inc.TokenListUpdater.updateRegular(TokenListUpdater.java:255)
> at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:325)
> at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:200)
> at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.updateImpl(TokenHierarchyUpdate.java:171)
> at 
> org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.update(TokenHierarchyUpdate.java:109)
> at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.textModified(TokenHierarchyOperation.java:585)
> at 
> org.netbeans.spi.lexer.TokenHierarchyControl.textModified(TokenHierarchyControl.java:71)
> at 
> org.netbeans.lib.lexer.inc.DocumentInput.textModified(DocumentInput.java:128)
> at 
> org.netbeans.lib.lexer.inc.DocumentInput.removeUpdate(DocumentInput.java:121)
> at 
> org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.removeUpdate(PriorityDocumentListenerList.java:91)
> at 
> java.desktop/javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:261)
> at org.netbeans.editor.BaseDocument.fireRemoveUpdate(BaseDocument.java:1650)
> at org.netbeans.editor.BaseDocument.handleRemove(BaseDocument.java:1022)
> at 
> org.netbeans.editor.BaseDocument$FilterBypassImpl.remove(BaseDocument.java:2639)
> at java.desktop/javax.swing.text.DocumentFilter.remove(DocumentFilter.java:79)
> at 
> org.openide.text.CloneableEditorSupport$DocFilter.remove(CloneableEditorSupport.java:2364)
> at org.netbeans.editor.BaseDocument.remove(BaseDocument.java:935)
> at org.netbeans.editor.BaseKit$DeleteCharAction$3.run(BaseKit.java:2159)
> at 
> org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:333)
> at 
> org.netbeans.editor.BaseKit$DeleteCharAction.actionPerformed(BaseKit.java:2151)
> at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
> at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
> at java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
> at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948)
> at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
> at java.desktop/java.awt.Component.processEvent(Component.java:6366)
> at java.desktop/java.awt.Container.processEvent(Container.java:2261)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4966)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
> at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:871)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1140)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1010)
> at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:836)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4847)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2319)
> at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4798)
> at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
> at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
> 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)

[jira] [Comment Edited] (NETBEANS-851) About box and splash screen don't say "Apache"

2018-06-11 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla edited comment on NETBEANS-851 at 6/11/18 11:23 PM:


The Updater Splash  screen is not updated and the netbeans.exe and 
netbeans64.exe files in windows still have the old logo. Should i open a new 
issue?

 

!image-2018-06-11-18-21-12-728.png!

 

!image-2018-06-11-18-21-47-823.png!


was (Author: eduardo quintanilla):
The Updater Splash  screen is not updated and the netbeans.exe and 
netbeans64.exe files in windows still have the old logo. Should i open a new 
issue?

> About box and splash screen don't say "Apache"
> --
>
> Key: NETBEANS-851
> URL: https://issues.apache.org/jira/browse/NETBEANS-851
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Bertrand Delacretaz
>Priority: Minor
>  Labels: pull-request-available
> Attachments: 473x300.gif, 529x252.gif, 
> NB-SplashScreen-dave-180325.psd, NB-SplashScreen-dave-180407.psd, 
> NB-SplashScreen-dave-180607 (2).psd, image-2018-06-11-18-21-12-728.png, 
> image-2018-06-11-18-21-47-823.png, image-2018-06-11-18-22-53-967.png, 
> tryme-about.jpg
>
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> I'll attach a screenshot of the rc1-rc1 about box, that I get from the About 
> menu after starting with "ant tryme".
> I think it should say "Apache NetBeans more prominently" and it would be nice 
> to include an Apache logo as well.
> I wasn't quick enough to get a screenshot of the splash screen but it looks 
> similar and should also probably be enhanced.



--
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-851) About box and splash screen don't say "Apache"

2018-06-11 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-851:
--

The Updater Splash  screen is not updated and the netbeans.exe and 
netbeans64.exe files in windows still have the old logo. Should i open a new 
issue?

> About box and splash screen don't say "Apache"
> --
>
> Key: NETBEANS-851
> URL: https://issues.apache.org/jira/browse/NETBEANS-851
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Bertrand Delacretaz
>Priority: Minor
>  Labels: pull-request-available
> Attachments: 473x300.gif, 529x252.gif, 
> NB-SplashScreen-dave-180325.psd, NB-SplashScreen-dave-180407.psd, 
> NB-SplashScreen-dave-180607 (2).psd, tryme-about.jpg
>
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> I'll attach a screenshot of the rc1-rc1 about box, that I get from the About 
> menu after starting with "ant tryme".
> I think it should say "Apache NetBeans more prominently" and it would be nice 
> to include an Apache logo as well.
> I wasn't quick enough to get a screenshot of the splash screen but it looks 
> similar and should also probably be enhanced.



--
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-876) Update release 9.0 branding

2018-06-11 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-876:
---

[~GeertjanWielenga] depends if you consider this an 'umbrella' issue or just an 
issue for the 5 listed TODOs. 

For example, it would be nice if the Start Page / welcome module (that ​Thilina 
Ranathunga is working on) could be updated with this new style we have in the 
splash screen: some new graphics, different color palette, etc. But that's not 
a 'blocker'. So perhaps we should close this blocker issue?

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-876) Update release 9.0 branding

2018-06-11 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-876:


Is there anything here that must still be done or can we set this to resolved?

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-851) About box and splash screen don't say "Apache"

2018-06-11 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-851:


Based on the fact that the splash screen, logo, and so on are now all merged 
into main and release90, I am setting this to resolved.

> About box and splash screen don't say "Apache"
> --
>
> Key: NETBEANS-851
> URL: https://issues.apache.org/jira/browse/NETBEANS-851
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Bertrand Delacretaz
>Priority: Minor
>  Labels: pull-request-available
> Attachments: 473x300.gif, 529x252.gif, 
> NB-SplashScreen-dave-180325.psd, NB-SplashScreen-dave-180407.psd, 
> NB-SplashScreen-dave-180607 (2).psd, tryme-about.jpg
>
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> I'll attach a screenshot of the rc1-rc1 about box, that I get from the About 
> menu after starting with "ant tryme".
> I think it should say "Apache NetBeans more prominently" and it would be nice 
> to include an Apache logo as well.
> I wasn't quick enough to get a screenshot of the splash screen but it looks 
> similar and should also probably be enhanced.



--
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-851) About box and splash screen don't say "Apache"

2018-06-11 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga resolved NETBEANS-851.

Resolution: Fixed

> About box and splash screen don't say "Apache"
> --
>
> Key: NETBEANS-851
> URL: https://issues.apache.org/jira/browse/NETBEANS-851
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Bertrand Delacretaz
>Priority: Minor
>  Labels: pull-request-available
> Attachments: 473x300.gif, 529x252.gif, 
> NB-SplashScreen-dave-180325.psd, NB-SplashScreen-dave-180407.psd, 
> NB-SplashScreen-dave-180607 (2).psd, tryme-about.jpg
>
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> I'll attach a screenshot of the rc1-rc1 about box, that I get from the About 
> menu after starting with "ant tryme".
> I think it should say "Apache NetBeans more prominently" and it would be nice 
> to include an Apache logo as well.
> I wasn't quick enough to get a screenshot of the splash screen but it looks 
> similar and should also probably be enhanced.



--
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] branch release90 updated: [NETBEANS-851] New image for splash screen and about box (#587)

2018-06-11 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release90 by this push:
 new c1fc728  [NETBEANS-851] New image for splash screen and about box 
(#587)
c1fc728 is described below

commit c1fc7284e8442cfb97b0ed471851dbdf92f2b7b1
Author: Sven Reimers 
AuthorDate: Mon Jun 11 23:19:13 2018 +0200

[NETBEANS-851] New image for splash screen and about box (#587)

New image for splash screen and about box, replacing the old ones.
---
 .../org/netbeans/core/startup/about_dark_nb.png| Bin 137593 -> 28024 bytes
 .../src/org/netbeans/core/startup/about_nb.png | Bin 137593 -> 28024 bytes
 .../org/netbeans/core/startup/splash_dark_nb.gif   | Bin 49006 -> 44390 bytes
 .../src/org/netbeans/core/startup/splash_nb.gif| Bin 49006 -> 44390 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png
index 7d91ace..c350a77 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png 
differ
diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png
index 7d91ace..c350a77 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png differ
diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif
index 7b7950a..cb20fae 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif 
and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif 
differ
diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif
index 7b7950a..cb20fae 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif differ

-- 
To stop receiving notification emails like this one, please contact
geert...@apache.org.

-
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] branch master updated: Modify the JavaScript script to work not only with Nashorn, but also with GraalVM 1.0.0-rc1 (#580)

2018-06-11 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 25f29be  Modify the JavaScript script to work not only with Nashorn, 
but also with GraalVM 1.0.0-rc1 (#580)
25f29be is described below

commit 25f29be40b5d36447b3ce2bd170feac6bcc0a9ee
Author: Jaroslav Tulach 
AuthorDate: Mon Jun 11 22:06:05 2018 +0200

Modify the JavaScript script to work not only with Nashorn, but also with 
GraalVM 1.0.0-rc1 (#580)
---
 nbbuild/build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 065781e..1e101d8 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1029,11 +1029,11 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
>
 

[incubator-netbeans] branch master updated: [NETBEANS-851] New image for splash screen and about box (#584)

2018-06-11 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 899b13a  [NETBEANS-851] New image for splash screen and about box 
(#584)
899b13a is described below

commit 899b13aeef69a43746bcbbab3869fbcd9921e12d
Author: Geertjan Wielenga 
AuthorDate: Mon Jun 11 22:05:28 2018 +0200

[NETBEANS-851] New image for splash screen and about box (#584)

New image for splash screen and about box, replacing the old ones.
---
 .../org/netbeans/core/startup/about_dark_nb.png| Bin 137593 -> 28024 bytes
 .../src/org/netbeans/core/startup/about_nb.png | Bin 137593 -> 28024 bytes
 .../org/netbeans/core/startup/splash_dark_nb.gif   | Bin 49006 -> 44390 bytes
 .../src/org/netbeans/core/startup/splash_nb.gif| Bin 49006 -> 44390 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png
index 7d91ace..c350a77 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png 
differ
diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png
index 7d91ace..c350a77 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png differ
diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif
index 7b7950a..cb20fae 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif 
and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif 
differ
diff --git 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif
index 7b7950a..cb20fae 100644
Binary files 
a/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif and 
b/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif differ

-- 
To stop receiving notification emails like this one, please contact
geert...@apache.org.

-
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-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-11 Thread Vano Beridze (JIRA)


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

Vano Beridze commented on NETBEANS-330:
---

It's working fine from Republic of Georgia

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: Capture du 2018-06-07 16-17-04.png, Hudson 
> UI_plugin_found.JPG, Hudson UI_plugin_install.JPG, Hudson 
> UI_plugin_install_finished.JPG, Hudson UI_plugin_install_verify_CA.JPG, 
> NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 10-06-42.png, 
> NBUCERRDL2018-06-07 10-22-27.png, image-2018-06-07-09-54-32-725.png, 
> update_testing_2015-06-07.JPG
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
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-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-11 Thread Constantin Drabo (JIRA)


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

Constantin Drabo commented on NETBEANS-330:
---

It is working now from  Burkina Faso 

Great job !

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: Capture du 2018-06-07 16-17-04.png, Hudson 
> UI_plugin_found.JPG, Hudson UI_plugin_install.JPG, Hudson 
> UI_plugin_install_finished.JPG, Hudson UI_plugin_install_verify_CA.JPG, 
> NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 10-06-42.png, 
> NBUCERRDL2018-06-07 10-22-27.png, image-2018-06-07-09-54-32-725.png, 
> update_testing_2015-06-07.JPG
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
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-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-11 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-330:
--

Maybe is something related to https://issues.apache.org/jira/browse/INFRA-16638 

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: Capture du 2018-06-07 16-17-04.png, Hudson 
> UI_plugin_found.JPG, Hudson UI_plugin_install.JPG, Hudson 
> UI_plugin_install_finished.JPG, Hudson UI_plugin_install_verify_CA.JPG, 
> NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 10-06-42.png, 
> NBUCERRDL2018-06-07 10-22-27.png, image-2018-06-07-09-54-32-725.png, 
> update_testing_2015-06-07.JPG
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
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-330) NetBeans 9.0 UC hosted on Apache infra

2018-06-11 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-330:
--

It is working now from Monterrey, Mexico.

> NetBeans 9.0 UC hosted on Apache infra
> --
>
> Key: NETBEANS-330
> URL: https://issues.apache.org/jira/browse/NETBEANS-330
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Jiří Kovalský
>Priority: Blocker
>  Labels: NETBEANS-9
> Attachments: Capture du 2018-06-07 16-17-04.png, Hudson 
> UI_plugin_found.JPG, Hudson UI_plugin_install.JPG, Hudson 
> UI_plugin_install_finished.JPG, Hudson UI_plugin_install_verify_CA.JPG, 
> NBUCERR-2018-06-07 10-04-41.png, NBUCERRCFN2018-06-07 10-06-42.png, 
> NBUCERRDL2018-06-07 10-22-27.png, image-2018-06-07-09-54-32-725.png, 
> update_testing_2015-06-07.JPG
>
>
> In order to keep measuring number of NetBeans active users also in the future 
> we need to create an update center similar to 8.2 NetBeans Distribution UC 
> [1] which will be hosted on Apache infrastructure and register it in the 
> NetBeans 9.0 FCS build. We are measuring this statistics since 2004 and 
> stopping it now is not an option hence this is a blocker bug for 9.0 release.
> [1] 
> [http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]
> (for the uninitiated: UC == Update Center)



--
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-951) NetBeans hangs up in headless mode

2018-06-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-951:

Labels: pull-request-available  (was: )

> NetBeans hangs up in headless mode
> --
>
> Key: NETBEANS-951
> URL: https://issues.apache.org/jira/browse/NETBEANS-951
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Svatopluk Dedic
>Priority: Minor
>  Labels: pull-request-available
>
> In certain type of tests/infrastructure, it is desirable to run NB in 
> headless mode (-Djava.awt.headless=true) and terminate early 
> (-J-Dnetbeans.close=true).
> But the code which eventually terminates NB instance is executed in 
> WindowManager.invokeWhenUIReady - this mean never in headless mode, as the 
> main window never becomes visible.
> [~jtulach] proposed a patch that would schedule termination of NB process 
> just after GuiRunLevel initaializes



--
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-951) NetBeans hangs up in headless mode

2018-06-11 Thread Svatopluk Dedic (JIRA)


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

Svatopluk Dedic updated NETBEANS-951:
-
Summary: NetBeans hangs up in headless mode  (was: NetBeans hang up in 
headless mode)

> NetBeans hangs up in headless mode
> --
>
> Key: NETBEANS-951
> URL: https://issues.apache.org/jira/browse/NETBEANS-951
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Svatopluk Dedic
>Priority: Minor
>
> In certain type of tests/infrastructure, it is desirable to run NB in 
> headless mode (-Djava.awt.headless=true) and terminate early 
> (-J-Dnetbeans.close=true).
> But the code which eventually terminates NB instance is executed in 
> WindowManager.invokeWhenUIReady - this mean never in headless mode, as the 
> main window never becomes visible.
> [~jtulach] proposed a patch that would schedule termination of NB process 
> just after GuiRunLevel initaializes



--
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-951) NetBeans hang up in headless mode

2018-06-11 Thread Svatopluk Dedic (JIRA)
Svatopluk Dedic created NETBEANS-951:


 Summary: NetBeans hang up in headless mode
 Key: NETBEANS-951
 URL: https://issues.apache.org/jira/browse/NETBEANS-951
 Project: NetBeans
  Issue Type: Bug
Reporter: Svatopluk Dedic


In certain type of tests/infrastructure, it is desirable to run NB in headless 
mode (-Djava.awt.headless=true) and terminate early (-J-Dnetbeans.close=true).

But the code which eventually terminates NB instance is executed in 
WindowManager.invokeWhenUIReady - this mean never in headless mode, as the main 
window never becomes visible.

[~jtulach] proposed a patch that would schedule termination of NB process just 
after GuiRunLevel initaializes



--
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-876) Update release 9.0 branding

2018-06-11 Thread Emilian Bold (JIRA)


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

Emilian Bold commented on NETBEANS-876:
---

Thank you [~Raiken]

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-876) Update release 9.0 branding

2018-06-11 Thread David Schulz (JIRA)


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

David Schulz updated NETBEANS-876:
--
Attachment: splashscreen.zip

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-876) Update release 9.0 branding

2018-06-11 Thread David Schulz (JIRA)


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

David Schulz commented on NETBEANS-876:
---

Hello there, 

here is my contribution to the project including all the raw material:
[^logo.zip][^splashscreen.zip]

Have fun ;)


Congratulation to the release!

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-876) Update release 9.0 branding

2018-06-11 Thread David Schulz (JIRA)


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

David Schulz updated NETBEANS-876:
--
Attachment: logo.zip

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}



--
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-819) shifted cursor in terminal with GDK_SCALE=2

2018-06-11 Thread Michal Hlavac (JIRA)


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

Michal Hlavac updated NETBEANS-819:
---
Component/s: platform - Output Window

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Terminalemulator, platform - Output Window
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Major
> Attachments: resize-fonts.mkv, shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



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