[jira] [Commented] (NETBEANS-1851) PHP Project, created a PHPUnit test class to test model used in application

2019-02-28 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1851:


[~musicmaestro360] Could you please attach a simple sample PHP project(as a zip 
file) to reproduce it and please write exact steps? Thanks for reporting.

> PHP Project, created a PHPUnit test class to test model used in application
> ---
>
> Key: NETBEANS-1851
> URL: https://issues.apache.org/jira/browse/NETBEANS-1851
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - PHPUnit
>Affects Versions: 10.0
> Environment: Ubuntu
>Reporter: Roy Penfold
>Priority: Major
>  Labels: test
>
> Created a PHPUnit test class as below;
> namespace App\Tests\Model;
> use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
>  use App\Model\Placemark;
> /**
>  * Description of PlacemarkModelTest
>  *
>  * @author roy
>  */
>  class PlacemarkModelTest extends TestCase {
> public function testYearFrom()
> Unknown macro: \{ $placemark = new Placemark(); 
> $placemark->setYearFrom(1955); $this->assertEquals($placemark->getYearFrom(), 
> 1955); }
> public function testYearTo()
> Unknown macro: \{ $placemark = new Placemark(); $placemark->setYearTo(1986); 
> $placemark->setYearTo($placemark->getYearTo(), 1986); }
> }
> Upon running 'All Tests' within Netbeans, received the below exception. Prior 
> to this all tests performed correctly. Removal of the test class resulted in 
> normal execution.
>  
> {quote}{{}}{{java.lang.AssertionError: At least 2 lines must be found 
> (message + stacktrace)}}
>  {{    at 
> org.netbeans.modules.php.phpunit.run.PhpUnitLogParser.fillStacktrace(PhpUnitLogParser.java:193)}}
>  {{    at 
> org.netbeans.modules.php.phpunit.run.PhpUnitLogParser.endTestContent(PhpUnitLogParser.java:176)}}
>  {{    at 
> org.netbeans.modules.php.phpunit.run.PhpUnitLogParser.endElement(PhpUnitLogParser.java:105)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)}}
>  {{    at 
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)}}
>  {{[catch] at 
> org.netbeans.modules.php.phpunit.run.PhpUnitLogParser.parse(PhpUnitLogParser.java:65)}}
>  {{    at 
> org.netbeans.modules.php.phpunit.run.TestRunner.createTestSession(TestRunner.java:79)}}
>  {{    at 
> org.netbeans.modules.php.phpunit.run.TestRunner.runTests(TestRunner.java:62)}}
>  {{    at 
> org.netbeans.modules.php.phpunit.PhpUnitTestingProvider.runTests(PhpUnitTestingProvider.java:113)}}
>  {{    at 
> org.netbeans.modules.php.project.ui.testrunner.UnitTestRunner.runInternal(UnitTestRunner.java:109)}}
>  {{    at 
> org.netbeans.modules.php.project.ui.testrunner.UnitTestRunner.run(UnitTestRunner.java:90)}}
>  {{    at 
> org.netbeans.modules.php.project.ui.actions.support.ConfigActionTest.run(ConfigActionTest.java:208)}}
>  {{    at 
> org.netbeans.modules.php.project.ui.actions.support.ConfigActionTest$RerunUnitTestHandler$1.run(ConfigActionTest.java:292)}}
>  {{    at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)}}
>  {{    at java.util.concurrent.FutureTask.run(FutureTask.java:266)}}
>  {{    at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)}}
>  {{    at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)}}
>  {{    at java.lang.Thread.run(Thread.java:748)}}
> {quote}



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

[jira] [Created] (NETBEANS-2188) Command completion on SmartParams

2019-02-28 Thread David Green (JIRA)
David Green created NETBEANS-2188:
-

 Summary: Command completion on SmartParams
 Key: NETBEANS-2188
 URL: https://issues.apache.org/jira/browse/NETBEANS-2188
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Code Completion
Affects Versions: 10.0, 11.0
Reporter: David Green
 Attachments: Screen Shot 2019-02-28 at 8.35.42 PM.png

h3. Steps
 # open class {{completion.SmartParams }}from sample project
 # On line 39 call smart CC for each parameter
h3. Expected result:
Only right items are suggested by CC.
 
Actual result the method signature is highlighted, the "right item" is shown, 
then a lot of other items are shown.



--
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-2187) Command completion on assignment

2019-02-28 Thread David Green (JIRA)
David Green created NETBEANS-2187:
-

 Summary: Command completion on assignment
 Key: NETBEANS-2187
 URL: https://issues.apache.org/jira/browse/NETBEANS-2187
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 10.0, 11.0
Reporter: David Green
 Attachments: Screen Shot 2019-02-28 at 8.13.18 PM.png

h3. Steps
 # Open class {{completion.SmartAssign }}from sample project
 # Type {{List l = }}at the end of test method and call smart CC
 # Replace last entered line with {{List l = }}and call smart CC
 # Replace last entered line with {{List l = new }}and call smart CC
 # open class {{completion.SmartReturn }}from sample project
 # Replace last line of method {{getName }}with {{return }}and call smart CC
 # Replace last line of method {{getName }}with {{return "". }}and call smart CC
 # Replace last line of method {{getName }}with {{return new }}and call smart CC
h3. Expected result:
In step 2 all elements of type (or returning type) String are listed together 
with all static methods from class java.lang.String returning String
In step 3 all methods of java.lang.String returning String are listed 
In step 4 identifier String is inserted, since it was the only possible 
completion in this situation (String cannot have subclasses it's final)
 
Actual - many more things are returned.  See attached graphic.



--
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-2186) Command completion won't supply class name after "public class"

2019-02-28 Thread David Green (JIRA)
David Green created NETBEANS-2186:
-

 Summary: Command completion won't supply class name after "public 
class"
 Key: NETBEANS-2186
 URL: https://issues.apache.org/jira/browse/NETBEANS-2186
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Code Completion
Affects Versions: 10.0, 11.0
Reporter: David Green


h1. Steps
 # Create new class
 # Delete all its content except package statement
 # Try to enter whole class with several method, field and inner classes using 
CC to produce all keywords (only typing identifiers and symbols like brackets 
and operators by hand)
h3. Expected result:
The whole class can be written using only CC to insert keywords
 
Actual:
 
1. Can add back 
public
 
then
class
 
but then command completion won't supply the class name (from the file name).  
Other things can be added.



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

2019-02-28 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 370a6cb  Automated site publishing by Jenkins build 622
370a6cb is described below

commit 370a6cb1ca582a6cd08618ddb1c9b8c73a8edf1c
Author: jenkins 
AuthorDate: Thu Feb 28 20:56:27 2019 +

Automated site publishing by Jenkins build 622
---
 content/css/netbeans.css  |  2 +-
 content/css/netbeans.css.map  |  2 +-
 content/kb/docs/contributing.html | 49 ++-
 3 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/content/css/netbeans.css b/content/css/netbeans.css
index 84fe2b4..79eac3a 100644
--- a/content/css/netbeans.css
+++ b/content/css/netbeans.css
@@ -1 +1 @@
-pre,code{font-family:Consolas,Menlo,Monaco,"IBM Plex Mono","Lucida 
Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans 
Mono","Courier New",monospace,sans-serif}@media print, screen and (min-width: 
40em){.reveal,.reveal.tiny,.reveal.small,.reveal.large{right:auto;left:auto;margin:0
 auto}}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss 
*/html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,
 [...]
+pre,code{font-family:Consolas,Menlo,Monaco,"IBM Plex Mono","Lucida 
Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans 
Mono","Courier New",monospace,sans-serif}@media print, screen and (min-width: 
40em){.reveal,.reveal.tiny,.reveal.small,.reveal.large{right:auto;left:auto;margin:0
 auto}}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss 
*/html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,
 [...]
diff --git a/content/css/netbeans.css.map b/content/css/netbeans.css.map
index d8f2d43..b8584b1 100644
--- a/content/css/netbeans.css.map
+++ b/content/css/netbeans.css.map
@@ -154,5 +154,5 @@
"components/_video.scss"
],
"names": [],
-   "mappings": 
"GeyBA,,GAAG,CAAE,,IAAI,AAAC,CACN,WAAW,CAHI,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,eAAe,CAAE,gBAAgB,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,0BAA0B,CAAC,aAAa,CAAC,SAAS,CAAC,UAAU,CAI5K,AHwIK,MAAM,CAAC,KAAK,EAAC,MAAM,MAAM,SAAS,EAAE,IAAI,E6EhB5C,AAvGA,OAuGO,CAAP,AAvGA,OAuGO,AAeL,KAAM,CAfR,AAvGA,OAuGO,AAgBL,MAAO,CAhBT,AAvGA,OAuGO,AAiBL,MAAO,AAxHQ,CACf,KAAK,CAAE,IAAI,CACX,IAAI,CAAE,IAAI,CACV,MAAM,CAAE,MAAM,CACf,CpEHD,iEAAiE,AAa/D,,IAAI,AAAC,CACH,WAAW,CF1CE,UAAU,CEkDrB,WAAW,CAAE,IAAI,CAEnB
 [...]
+   "mappings": 
"GeyBA,,GAAG,CAAE,,IAAI,AAAC,CACN,WAAW,CAHI,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,eAAe,CAAE,gBAAgB,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,0BAA0B,CAAC,aAAa,CAAC,SAAS,CAAC,UAAU,CAI5K,AHwIK,MAAM,CAAC,KAAK,EAAC,MAAM,MAAM,SAAS,EAAE,IAAI,E6EhB5C,AAvGA,OAuGO,CAAP,AAvGA,OAuGO,AAeL,KAAM,CAfR,AAvGA,OAuGO,AAgBL,MAAO,CAhBT,AAvGA,OAuGO,AAiBL,MAAO,AAxHQ,CACf,KAAK,CAAE,IAAI,CACX,IAAI,CAAE,IAAI,CACV,MAAM,CAAE,MAAM,CACf,CpEHD,iEAAiE,AAa/D,,IAAI,AAAC,CACH,WAAW,CF1CE,UAAU,CEkDrB,WAAW,CAAE,IAAI,CAEnB
 [...]
 }
\ No newline at end of file
diff --git a/content/kb/docs/contributing.html 
b/content/kb/docs/contributing.html
index 100d0a3..edee0c2 100644
--- a/content/kb/docs/contributing.html
+++ b/content/kb/docs/contributing.html
@@ -111,6 +111,7 @@
 Numbered lists
 Admonitions (notes, tips)
 Icons
+Keyboard shortcuts
 New features
 
 
@@ -255,7 +256,9 @@ The generated HTML is responsive, this is, it can be 
correctly visualized in mob
 :toc-title:
 :icons: font
 :description: NetBeans IDE Java Quick Start Tutorial - Apache NetBeans
-:keywords: Apache NetBeans, Tutorials, NetBeans IDE Java Quick Start 
Tutorial
+:keywords: Apache NetBeans, Tutorials, NetBeans IDE Java Quick Start Tutorial
+:experimental:
+:backslash: \
 
 
 
@@ -293,6 +296,9 @@ The generated HTML is responsive, this is, it can be 
correctly visualized in mob
 
 keywords: keywords describing the page. This is used for 
SEO.
 
+
+experimental: enables button, menu paths, keyboard short cut 
graphics
+
 
 
 
@@ -490,6 +496,47 @@ Now we have a paragraph here, or an image or whatever
 
 
 
+Keyboard shortcuts
+
+Keyboard short cuts can be displayed in a graphical way using the 
kbd:[] macro.
+To enable the use of keyboard shortcut graphics, include the 
:experimental: in the metadata of the page.
+
+
+
+:experimental:
+
+
+
+Example Asciidoc text
+
+
+
+kbd:[Ctrl+Shift+N] - Create a *New Project*
+
+
+
+Produces this result
+Ctrl+Shift+N - 
Create a New Project
+
+
+There is a trick to using things like a backslash. A backslash must be 
followed by a proceeding space.
+
+
+Notice the space between the backslash and the closing 
bracket
+
+
+
+kbd:[Ctrl+\ ]
+
+
+
+Produces this result
+
+
+Ctrl+\
+
+
+
 New features
 
 If you need to include a new feature in the page then



[jira] [Updated] (NETBEANS-2185) NullPointerException after close program

2019-02-28 Thread Michal Rama (JIRA)


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

Michal Rama updated NETBEANS-2185:
--
Summary: NullPointerException after close program  (was: NullPointer after 
close program)

> NullPointerException after close program
> 
>
> Key: NETBEANS-2185
> URL: https://issues.apache.org/jira/browse/NETBEANS-2185
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 1018, Java 12 Early 
> Access 32
>Reporter: Michal Rama
>Assignee: Jan Lahoda
>Priority: Minor
>  Labels: close, netbeans
>
> Hello,
> An error will pop up when the program closes.
> Sometimes it only appears for a fraction of a second, barely noticeable. 
> Sometimes it will also appear for a few seconds. I've copied it a few times 
> and the bug always writes the same thing.
> {code:java}
> java.lang.NullPointerException
> at 
> org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
> at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
> at org.netbeans.core.startup.NbStartStop.startClose(NbStartStop.java:119)
> at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:707)
> at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:2302)
> at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:346)
> at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:114)
> at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:71)
> at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
> at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
> at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
> at org.openide.util.Mutex.readAccess(Mutex.java:235)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:209)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:115)
> at 
> org.netbeans.core.windows.view.ui.MainWindow$9.windowClosing(MainWindow.java:529)
> at 
> java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
> at java.desktop/java.awt.Window.processWindowEvent(Window.java:2068)
> at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298)
> at java.desktop/java.awt.Window.processEvent(Window.java:2027)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
> at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
> at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
> 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(AccessController.java:389)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
> at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
> at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
> at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:389)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
> 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)
> [catch] at 
> java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> {code}
> I know the program

[incubator-netbeans-website] branch master updated: pre/code size, kbd styling (#330)

2019-02-28 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 2afdc87  pre/code size, kbd styling (#330)
2afdc87 is described below

commit 2afdc87a27799905f16f5bd4e852eab73b54fe7e
Author: Antonio Vieiro 
AuthorDate: Thu Feb 28 19:49:56 2019 +0100

pre/code size, kbd styling (#330)
---
 netbeans.apache.org/src/content/scss/base/_settings.scss   |  4 ++--
 netbeans.apache.org/src/content/scss/common/_netbeans.scss | 11 +++
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/scss/base/_settings.scss 
b/netbeans.apache.org/src/content/scss/base/_settings.scss
index c630be9..01fa130 100644
--- a/netbeans.apache.org/src/content/scss/base/_settings.scss
+++ b/netbeans.apache.org/src/content/scss/base/_settings.scss
@@ -158,8 +158,8 @@ $header-styles: (
 'h4': ('font-size': 23),
 'h5': ('font-size': 19),
 'h6': ('font-size': 16),
-'pre': ('font-size': 16),
-'code': ('font-size': 12),
+'pre': ('font-size': 14),
+'code': ('font-size': 14),
   ),
 );
 $header-text-rendering: optimizeLegibility;
diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index 19e2cc9..ba3f511 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -325,6 +325,8 @@ table tbody tr:nth-child(2n) {
 
 // Align NOTE: tables to the left (i.e., no centering)
 .admonitionblock {
+font-size: 90%;
+color: #333;
 table {
 margin: 1rem 0;
 }
@@ -340,3 +342,12 @@ table tbody tr:nth-child(2n) {
 }
 }
 
+kbd {
+margin: 0 4px;
+padding: 4px 8px;
+background-color: #444;
+color: #fff;
+border-radius: 4px;
+box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
+}
+


-
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: Added keyboard shortcut usage (#329)

2019-02-28 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 ac0449e  Added keyboard shortcut usage (#329)
ac0449e is described below

commit ac0449e75e8d8b8c150206998aa0206f1a489d11
Author: Brian Cowell <18186433+cu...@users.noreply.github.com>
AuthorDate: Fri Mar 1 05:49:09 2019 +1100

Added keyboard shortcut usage (#329)

Added how to enable keyboard shortcut graphics using the :experimental: 
attribute and the kbd:[] macro
Added an example of asciidoc code to use the kbd:[] macro to produce a nice 
visual keyboard combination.
---
 .../src/content/kb/docs/contributing.asciidoc  | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/netbeans.apache.org/src/content/kb/docs/contributing.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/contributing.asciidoc
index f2f9bbf..c1030ac 100644
--- a/netbeans.apache.org/src/content/kb/docs/contributing.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/contributing.asciidoc
@@ -28,6 +28,7 @@
 :toc-title:
 :description: Tutorial Contribution Guidelines
 :reviewed: 2019-01-25
+:experimental:
 
 The Apache NetBeans Tutorials were included in the third donation from Oracle 
to the Apache Software Foundation. Many of these tutorials need to be reviewed. 
Everybody can help out in the review process. All you need is a web browser, a 
GitHub account and a basic knowledge of link:https://asciidoc.org/[AsciiDoc].
 
@@ -119,6 +120,8 @@ Immediately after the level 0 title, we add the metadata of 
the page, all the "j
 :icons: font
 :description: NetBeans IDE Java Quick Start Tutorial - Apache NetBeans
 :keywords: Apache NetBeans, Tutorials, NetBeans IDE Java Quick Start Tutorial
+:experimental:
+:backslash: \
 
 
 This is a small description of the metadata:
@@ -133,6 +136,7 @@ This is a small description of the metadata:
 - `icons` Set to `font` for adding support for FontAwesome icons.
 - `description`: set to something that describes the page. This is used for 
SEO.
 - `keywords`: keywords describing the page. This is used for SEO.
+- `experimental`: enables button, menu paths, keyboard short cut graphics
 
 == The Content
 
@@ -270,6 +274,35 @@ Then you can reference an icon using the name of the icon 
in the asciidoc icon m
 
 for a list of icons see https://fontawesome.com/icons?d=gallery
 
+=== Keyboard shortcuts
+
+Keyboard short cuts can be displayed in a graphical way using the *kbd:[]* 
macro. +
+To enable the use of keyboard shortcut graphics, include the `:experimental:` 
in the metadata of the page.
+
+[source, asciidoc]
+
+:experimental:
+
+
+_Example Asciidoc text_
+
+kbd:[Ctrl+Shift+N] - Create a *New Project*
+
+
+_Produces this result_ +
+kbd:[Ctrl+Shift+N] - Create a *New Project*
+
+There is a trick to using things like a backslash. A backslash must be 
followed by a proceeding space.
+
+_Notice the space between the backslash and the closing bracket_ +
+
+kbd:[Ctrl+\ ]
+
+
+_Produces this result_ 
+
+kbd:[Ctrl+\ ]
+
 === New features
 
 If you need to include a new feature in the page then 


-
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 (ec8a320 -> 5f7d848)

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

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


from ec8a320  Merge pull request #1148 from peedeeboy/NETBEANS-2182
 new b958ac3  NETBEANS-1774 Use fragment host instead of fragment bundle 
for class loading in Netigso
 new ef82f30  NETBEANS-1774 Added test case for fragment bundle 
substitution in NetigsoLoader
 new 5f7d848  Merge pull request #1048 from iajn/NETBEANS-1774

The 2406 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/org/netbeans/core/netigso/Netigso.java | 16 +++-
 .../org/netbeans/core/netigso/NetigsoLoader.java   | 10 ++-
 .../netigso/NetigsoLoaderOSGiFragmentTest.java | 90 ++
 3 files changed, 112 insertions(+), 4 deletions(-)
 create mode 100644 
platform/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoLoaderOSGiFragmentTest.java


-
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-2161) "Finish Debugger Session" delayed when debugging ant scripts

2019-02-28 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2161:
-

OK, will take a look, but not very critical, I think. 

> "Finish Debugger Session" delayed when debugging ant scripts
> 
>
> Key: NETBEANS-2161
> URL: https://issues.apache.org/jira/browse/NETBEANS-2161
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Ant
>Affects Versions: 11.0
>Reporter: Aldo Brucale
>Priority: Minor
>
> Steps to reproduce:
>  # Create the AnagramGame sample project
>  # Start the ant debugger on build.xml
>  # Invoke "Finish debugging session"
> The AnagramGame window is shown before the ant debugger exits. If present, 
> breakpoints in the script are not hit.



--
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-2161) "Finish Debugger Session" delayed when debugging ant scripts

2019-02-28 Thread Aldo Brucale (JIRA)


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

Aldo Brucale commented on NETBEANS-2161:


I have filed this bug based on this test: [Finish debugger ignores 
breakpoint|https://netbeans-vm.apache.org/synergy/client/app/#/case/5037/suite/2485/v/1].
 

When you start the ant debugger it stops immediately on the first line of the 
script, which is normal. The unexpected behavior is the fact that "Finish 
debugging session" stops the debugger (because the breakpoint doesn't get hit) 
but not the execution of the ant script, which only ends when you close the 
AnagramName window (and the ant "run" target is completed).

> "Finish Debugger Session" delayed when debugging ant scripts
> 
>
> Key: NETBEANS-2161
> URL: https://issues.apache.org/jira/browse/NETBEANS-2161
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Ant
>Affects Versions: 11.0
>Reporter: Aldo Brucale
>Priority: Minor
>
> Steps to reproduce:
>  # Create the AnagramGame sample project
>  # Start the ant debugger on build.xml
>  # Invoke "Finish debugging session"
> The AnagramGame window is shown before the ant debugger exits. If present, 
> breakpoints in the script are not hit.



--
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 master updated: [NETBEANS-2182] Display correct licence (Oracle / Eclipse Foundation) depending on version of GlassFish to download

2019-02-28 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 ea64766  [NETBEANS-2182] Display correct licence (Oracle / Eclipse 
Foundation) depending on version of GlassFish to download
 new ec8a320  Merge pull request #1148 from peedeeboy/NETBEANS-2182
ea64766 is described below

commit ea64766656ad9e4f5ec807d9b0bed3674aa02271
Author: Pete Whelpton 
AuthorDate: Wed Feb 27 20:02:39 2019 +

[NETBEANS-2182] Display correct licence (Oracle / Eclipse Foundation) 
depending on version of GlassFish to download
---
 enterprise/glassfish.common/manifest.mf|  2 +-
 .../modules/glassfish/common/ServerDetails.java| 50 +-
 .../wizards/AddServerLocationVisualPanel.form  | 78 +++--
 .../wizards/AddServerLocationVisualPanel.java  | 79 +++---
 4 files changed, 147 insertions(+), 62 deletions(-)

diff --git a/enterprise/glassfish.common/manifest.mf 
b/enterprise/glassfish.common/manifest.mf
index 3472002..e15eb45 100644
--- a/enterprise/glassfish.common/manifest.mf
+++ b/enterprise/glassfish.common/manifest.mf
@@ -4,6 +4,6 @@ OpenIDE-Module: org.netbeans.modules.glassfish.common/0
 OpenIDE-Module-Install: org/netbeans/modules/glassfish/common/Installer.class
 OpenIDE-Module-Layer: org/netbeans/modules/glassfish/common/layer.xml
 OpenIDE-Module-Localizing-Bundle: 
org/netbeans/modules/glassfish/common/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.76
+OpenIDE-Module-Specification-Version: 1.77
 OpenIDE-Module-Provides: org.netbeans.modules.glassfish.common
 
diff --git 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
index d2e1f1d..8698558 100644
--- 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
+++ 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
@@ -57,7 +57,8 @@ public enum ServerDetails {
 "deployer:gfv3ee6", // NOI18N
 300,
 "https://download.oracle.com/glassfish/v3/release/glassfish-v3.zip";, 
// NOI18N
-"https://download.oracle.com/glassfish/v3/release/glassfish-v3.zip"; // 
NOI18N
+"https://download.oracle.com/glassfish/v3/release/glassfish-v3.zip";, 
// NOI18N
+"https://javaee.github.io/glassfish/LICENSE"; //NOI18N
 ),
 /**
  * details for an instance of GlassFish Server 3.0/3.0.x
@@ -66,7 +67,8 @@ public enum ServerDetails {
 "deployer:gfv3ee6", // NOI18N
 301,
 
"https://download.oracle.com/glassfish/3.0.1/release/glassfish-3.0.1-ml.zip";, 
// NOI18N
-
"https://download.oracle.com/glassfish/3.0.1/release/glassfish-3.0.1-ml.zip"; // 
NOI18N
+
"https://download.oracle.com/glassfish/3.0.1/release/glassfish-3.0.1-ml.zip";, 
// NOI18N
+"https://javaee.github.io/glassfish/LICENSE"; //NOI18N
 ),
 /**
  * details for an instance of GlassFish Server 3.1
@@ -75,7 +77,8 @@ public enum ServerDetails {
 "deployer:gfv3ee6wc", // NOI18N
 310,
 
"https://download.oracle.com/glassfish/3.1/release/glassfish-3.1-ml.zip";, // 
NOI18N
-
"https://download.oracle.com/glassfish/3.1/release/glassfish-3.1-ml.zip"; // 
NOI18N
+
"https://download.oracle.com/glassfish/3.1/release/glassfish-3.1-ml.zip";, // 
NOI18N
+"https://javaee.github.io/glassfish/LICENSE"; //NOI18N
 ),
 /**
  * details for an instance of GlassFish Server 3.1.1
@@ -84,8 +87,9 @@ public enum ServerDetails {
 "deployer:gfv3ee6wc", // NOI18N
 311,
 
"https://download.oracle.com/glassfish/3.1.1/release/glassfish-3.1.1-ml.zip";, 
// NOI18N
-
"https://download.oracle.com/glassfish/3.1.1/release/glassfish-3.1.1-ml.zip"; // 
NOI18N
-),
+
"https://download.oracle.com/glassfish/3.1.1/release/glassfish-3.1.1-ml.zip";, 
// NOI18N
+"https://javaee.github.io/glassfish/LICENSE"; //NOI18N
+),
 /**
  * details for an instance of GlassFish Server 3.1.2
  */
@@ -93,7 +97,8 @@ public enum ServerDetails {
 "deployer:gfv3ee6wc", // NOI18N
 312,
 
"https://download.oracle.com/glassfish/3.1.2/release/glassfish-3.1.2-ml.zip";, 
// NOI18N
-
"https://download.oracle.com/glassfish/3.1.2/release/glassfish-3.1.2-ml.zip"; // 
NOI18N
+
"https://download.oracle.com/glassfish/3.1.2/release/glassfish-3.1.2-ml.zip";, 
// NOI18N
+"https://javaee.github.io/glassfish/LICENSE"; //NOI18N
 ),
 
 /**
@@ -103,7 +108,8 @@ public enum ServerDetails {
 "deployer:gfv3ee6wc", // NOI18N
 312,
 
"https://download.oracle.com/glassfish/3.1.2.2/release/glassfish-3.1.2.2-ml.zip";,
 //

[incubator-netbeans] branch master updated: [NETBEANS-2130] Add support to download/install/register GlassFish 5.1

2019-02-28 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 b141842  [NETBEANS-2130] Add support to download/install/register 
GlassFish 5.1
 new 717f9a0  Merge pull request #1141 from geertjanw/NETBEANS-2130-gf51
b141842 is described below

commit b1418420c2b8a1e7a3a0abbc9ca2dc909e39bc0a
Author: Geertjan Wielenga 
AuthorDate: Tue Feb 19 14:29:39 2019 +0100

[NETBEANS-2130] Add support to download/install/register GlassFish 5.1
---
 .../netbeans/modules/glassfish/common/Bundle.properties  |  1 +
 .../netbeans/modules/glassfish/common/ServerDetails.java | 16 ++--
 .../modules/glassfish/tooling/data/GlassFishVersion.java | 13 ++---
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/Bundle.properties
 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/Bundle.properties
index 2e7616f..657e9c8 100644
--- 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/Bundle.properties
+++ 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/Bundle.properties
@@ -156,6 +156,7 @@ STR_41_SERVER_NAME=GlassFish Server 4.1
 STR_411_SERVER_NAME=GlassFish Server 4.1.1
 STR_412_SERVER_NAME=GlassFish Server 4.1.2
 STR_50_SERVER_NAME=GlassFish Server 5.0
+STR_51_SERVER_NAME=GlassFish Server 5.1
 
 # CommonServerSupport.java
 MSG_FLAKEY_NETWORK=Network communication problemCould not establish 
\
diff --git 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
index 669f324..d2e1f1d 100644
--- 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
+++ 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java
@@ -164,6 +164,16 @@ public enum ServerDetails {
 500,
 "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip";, 
// NOI18N
 "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip"; 
// NOI18N
+),
+
+/**
+ * details for an instance of GlassFish Server 5
+ */
+GLASSFISH_SERVER_5_1(NbBundle.getMessage(ServerDetails.class, 
"STR_51_SERVER_NAME", new Object[]{}), // NOI18N
+"deployer:gfv3ee6wc", // NOI18N
+500,
+
"https://repo1.maven.org/maven2/org/glassfish/main/distributions/glassfish/5.1.0/glassfish-5.1.0.zip";,
 // NOI18N
+
"https://repo1.maven.org/maven2/org/glassfish/main/distributions/glassfish/5.1.0/glassfish-5.1.0.zip";
 // NOI18N
 );
 
 /**
@@ -175,6 +185,7 @@ public enum ServerDetails {
 public static WizardDescriptor.InstantiatingIterator
 getInstantiatingIterator() {
 return new ServerWizardIterator(new ServerDetails[]{
+GLASSFISH_SERVER_5_1,
 GLASSFISH_SERVER_5_0,
 GLASSFISH_SERVER_4_1_2,
 GLASSFISH_SERVER_4_1_1,
@@ -188,12 +199,12 @@ public enum ServerDetails {
 GLASSFISH_SERVER_3_0_1,
 GLASSFISH_SERVER_3,},
 new ServerDetails[]{
+GLASSFISH_SERVER_5_1,
 GLASSFISH_SERVER_5_0,
 GLASSFISH_SERVER_4_1_2,
 GLASSFISH_SERVER_4_1_1,
 GLASSFISH_SERVER_4_1,
-GLASSFISH_SERVER_4_0,
-GLASSFISH_SERVER_3_1_2_2});
+GLASSFISH_SERVER_4_0});
 }
 
 /**
@@ -226,6 +237,7 @@ public enum ServerDetails {
 case GF_4_1_1:   return GLASSFISH_SERVER_4_1_1.getVersion();
 case GF_4_1_2:   return GLASSFISH_SERVER_4_1_2.getVersion();
 case GF_5:   return GLASSFISH_SERVER_5_0.getVersion();
+case GF_5_1: return GLASSFISH_SERVER_5_1.getVersion();
 default: return -1;
 }
 }
diff --git 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/data/GlassFishVersion.java
 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/data/GlassFishVersion.java
index e20a52a..55f3137 100644
--- 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/data/GlassFishVersion.java
+++ 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/data/GlassFishVersion.java
@@ -75,8 +75,10 @@ public enum GlassFishVersion {
 /** GlassFish 4.1.2. */
 GF_4_1_2((short) 4, (short) 1, (short) 1, (short) 2, 
GlassFishVersion.GF_4_1_2_STR),
 /** GlassFish 5. */
-GF_5((short) 5, (short) 0, (short) 0, (short) 0, 
GlassFishVersion.GF_5_STR);
-
+GF_5((short) 5

[incubator-netbeans] branch master updated: Update quickstart.html

2019-02-28 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 d4bd118  Update quickstart.html
 new 06eb0cd  Merge pull request #1146 from apache/geertjanw-NETBEANS-2047
d4bd118 is described below

commit d4bd11803a35b4d4121483848beb83ece374cd23
Author: Geertjan Wielenga 
AuthorDate: Mon Feb 25 17:00:34 2019 +0100

Update quickstart.html
---
 .../src/org/netbeans/modules/maven/newproject/idenative/quickstart.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/java/maven/src/org/netbeans/modules/maven/newproject/idenative/quickstart.html
 
b/java/maven/src/org/netbeans/modules/maven/newproject/idenative/quickstart.html
index 3117691..f9e0eb8 100644
--- 
a/java/maven/src/org/netbeans/modules/maven/newproject/idenative/quickstart.html
+++ 
b/java/maven/src/org/netbeans/modules/maven/newproject/idenative/quickstart.html
@@ -23,6 +23,6 @@
 
 
 
-A simple Java SE application using Maven.
+A simple Java SE application using Maven. You are recommended to begin 
here, if you are new to Java!
 
 


-
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: Update enterprise.properties

2019-02-28 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 85db74b  Update enterprise.properties
 new 3069fc5  Merge pull request #1147 from apache/geertjanw-netbeans-2125
85db74b is described below

commit 85db74b534c271707bb1d494d706c6e818659743
Author: Geertjan Wielenga 
AuthorDate: Tue Feb 26 14:09:11 2019 +0100

Update enterprise.properties
---
 ergonomics/ide.ergonomics/enterprise.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ergonomics/ide.ergonomics/enterprise.properties 
b/ergonomics/ide.ergonomics/enterprise.properties
index a320769..e630aa0 100644
--- a/ergonomics/ide.ergonomics/enterprise.properties
+++ b/ergonomics/ide.ergonomics/enterprise.properties
@@ -22,3 +22,6 @@ project.xpath.nbproject/project.xml=\
 project.xpath.src/main/webapp=
 
 mainModule=org.netbeans.modules.j2ee.kit
+
+extra.modules=org.netbeans.libs.oracle.jsparser
+LBL_Ergonomics_Extra_Required=Javascript Parser is required by HTML5 features.


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

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



[jira] [Assigned] (NETBEANS-2185) NullPointer after close program

2019-02-28 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga reassigned NETBEANS-2185:
---

Assignee: Jan Lahoda

at org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)

That indicates it's related to LSP, hope [~jlahoda] can take a look.

> NullPointer after close program
> ---
>
> Key: NETBEANS-2185
> URL: https://issues.apache.org/jira/browse/NETBEANS-2185
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 1018, Java 12 Early 
> Access 32
>Reporter: Michal Rama
>Assignee: Jan Lahoda
>Priority: Minor
>  Labels: close, netbeans
>
> Hello,
> An error will pop up when the program closes.
> Sometimes it only appears for a fraction of a second, barely noticeable. 
> Sometimes it will also appear for a few seconds. I've copied it a few times 
> and the bug always writes the same thing.
> {code:java}
> java.lang.NullPointerException
> at 
> org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
> at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
> at org.netbeans.core.startup.NbStartStop.startClose(NbStartStop.java:119)
> at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:707)
> at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:2302)
> at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:346)
> at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:114)
> at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:71)
> at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
> at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
> at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
> at org.openide.util.Mutex.readAccess(Mutex.java:235)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:209)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:115)
> at 
> org.netbeans.core.windows.view.ui.MainWindow$9.windowClosing(MainWindow.java:529)
> at 
> java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
> at java.desktop/java.awt.Window.processWindowEvent(Window.java:2068)
> at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298)
> at java.desktop/java.awt.Window.processEvent(Window.java:2027)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
> at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
> at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
> 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(AccessController.java:389)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
> at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
> at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
> at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:389)
> at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
> 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)
> [catch] at 
> java.desktop/java.awt

[jira] [Created] (NETBEANS-2185) NullPointer after close program

2019-02-28 Thread Michal Rama (JIRA)
Michal Rama created NETBEANS-2185:
-

 Summary: NullPointer after close program
 Key: NETBEANS-2185
 URL: https://issues.apache.org/jira/browse/NETBEANS-2185
 Project: NetBeans
  Issue Type: Bug
  Components: platform - JDK Problems
Affects Versions: 10.0
 Environment: Windows 10, Incubator NetBeans Linux 1018, Java 12 Early 
Access 32
Reporter: Michal Rama


Hello,

An error will pop up when the program closes.

Sometimes it only appears for a fraction of a second, barely noticeable. 
Sometimes it will also appear for a few seconds. I've copied it a few times and 
the bug always writes the same thing.
{code:java}
java.lang.NullPointerException
at org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
at org.netbeans.core.startup.NbStartStop.startClose(NbStartStop.java:119)
at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:707)
at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:2302)
at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:346)
at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:114)
at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:71)
at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
at 
org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
at org.openide.util.Mutex.readAccess(Mutex.java:235)
at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:209)
at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:115)
at 
org.netbeans.core.windows.view.ui.MainWindow$9.windowClosing(MainWindow.java:529)
at 
java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
at java.desktop/java.awt.Window.processWindowEvent(Window.java:2068)
at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298)
at java.desktop/java.awt.Window.processEvent(Window.java:2027)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
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(AccessController.java:389)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:389)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
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)
[catch] at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
{code}
I know the program does not limit it, but it did not make the mistake before.

I'm sorry, I do not know exactly when it started, but it's been a longer time 
(definitely it started in the version of the end of January)

Please repair.

Thank you



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

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

2019-02-28 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2174:
--

Screenshot is an attachment here: darcula-plugin. Under the list where the 
plugin list is shown there are 3 buttons (Activate, Deactivatea, Uninstall). 
Yes ask the mailinglist or send me a mail: christian.lenz [ at ] gmx.net

> 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-28 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2174:
-

In the Plugin Manager, you can uninstall any plugin you want -- can you use the 
mailing lists for further questions:

https://netbeans.apache.org/community/mailing-lists.html

> 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-1962) Java 11: Opening Java source files from the JDK takes minutes

2019-02-28 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA edited comment on NETBEANS-1962 at 2/28/19 9:23 AM:
--

Follow the below steps to get jdk sources in Netbeans editor for JDK-11/12.

1. If one is using NetBeans exe, then specify netbeans_jdkhome=  in netbeans.conf file and restart the ide.
 2. otherwise if one is using NetBeans build ,use "ant tryme 
-Dtryme.jdkhome=" .
 3. Don't use attach sources option. If you had already attached the sources, 
then manually delete it .Go to Project properties-->libraries->Manage 
Platform–>Sources tab . Delete the attached sources. then restart the IDE 
following either step1 or step2

Automatically jdk-sources will get attached to the Java Platform used in the 
IDE.


was (Author: arunava.sinha):
Follow the below steps to get jdk sources in Netbeans editor for JDK-11/12.

1. If one is using NetBeans exe, then specify netbeans_jdkhome=  in netbeans.conf file and restart the ide.
 2. otherwise if one is using NetBeans build ,use "ant tryme 
-Dtryme.jdkhome=" .
 3. Don't use attach sources option. If u had already attached the sources, 
then manually delete it .Go to Project properties-->libraries->Manage 
Platform–>Sources tab . Delete the attached sources. then restart the IDE 
following either step 1 or step2

Automatically jdk-sources will get attached to the Java Platform used in the 
IDE.

> Java 11: Opening Java source files from the JDK takes minutes
> -
>
> Key: NETBEANS-1962
> URL: https://issues.apache.org/jira/browse/NETBEANS-1962
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, java - Source
>Affects Versions: 11.0
> Environment: Debian GNU/Linux 9, OpenJDK 11.0.1
>Reporter: Michael Groß
>Priority: Critical
> Attachments: 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_fast.png, 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_verySLOW.png, 
> 2019-01-20_Netbeans10_Java8_JavaPlatformManager_Sources.png
>
>
> For Java 8 it is enough to provide the path to the 
> /usr/lib/jvm/openjdk-8/src.zip with the source files of the JDK with the Java 
> Platform Manager/Sources. The I can click on a class like java.lang.String 
> the source file for it is opened almost immediately.
> For Java 11 providing the /usr/lib/jvm/openjdk-11/src.zip does not bring the 
> source. There is no error message in the IDE log (View > IDE Log).
> Unpacking the src.zip and then including each folder herein, from java.base 
> to java.xml.crypto works - but it took minutes on my machine at high CPU load 
> (Intel(R) Pentium(R) CPU B940 @ 2.00GHz, SSD drive).
> Then I merged all sub-directories from the direcories java.base to 
> java.xml.crypto together. The resulting structure is
> com/
> java/
> javax/
> jdk/
> org/
> sun/
> (such as the structure before Java 9). Now I can open the Java sources for 
> Java 11 as fast as before.
>  # Could you please adapt the program such that I can provide a src.zip for 
> the JDK and it opens the sources from where?
>  # Could you please write an error in the IDE log when the source file was 
> not found (including the absolute path of that file)?



--
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-1962) Java 11: Opening Java source files from the JDK takes minutes

2019-02-28 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA edited comment on NETBEANS-1962 at 2/28/19 9:23 AM:
--

Follow the below steps to get jdk sources in Netbeans editor for JDK-11/12.

1. If one is using NetBeans exe, then specify netbeans_jdkhome=  in netbeans.conf file and restart the ide.
 2. otherwise if one is using NetBeans build ,use "ant tryme 
-Dtryme.jdkhome=" .
 3. Don't use attach sources option. If u had already attached the sources, 
then manually delete it .Go to Project properties-->libraries->Manage 
Platform–>Sources tab . Delete the attached sources. then restart the IDE 
following either step 1 or step2

Automatically jdk-sources will get attached to the Java Platform used in the 
IDE.


was (Author: arunava.sinha):
Follow the below steps to get jdk sources in Netbeans editor for JDK-11/12.

1. If one is using NetBeans exe , then specify netbeans_jdkhome=  in netbeans.conf file and restart the ide.
 2. otherwise if one is using NetBeans build ,use "ant tryme 
-Dtryme.jdkhome=" .
 3. Don't use attach sources option. If u had already attached the sources, 
then manually delete it .Go to Project properties-->libraries->Manage 
Platform–>Sources tab . Delete the attached sources. then restart the IDE 
following either step 1 or step2

Automatically jdk-sources will get attached to the Java Platform used in the 
IDE.

> Java 11: Opening Java source files from the JDK takes minutes
> -
>
> Key: NETBEANS-1962
> URL: https://issues.apache.org/jira/browse/NETBEANS-1962
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, java - Source
>Affects Versions: 11.0
> Environment: Debian GNU/Linux 9, OpenJDK 11.0.1
>Reporter: Michael Groß
>Priority: Critical
> Attachments: 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_fast.png, 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_verySLOW.png, 
> 2019-01-20_Netbeans10_Java8_JavaPlatformManager_Sources.png
>
>
> For Java 8 it is enough to provide the path to the 
> /usr/lib/jvm/openjdk-8/src.zip with the source files of the JDK with the Java 
> Platform Manager/Sources. The I can click on a class like java.lang.String 
> the source file for it is opened almost immediately.
> For Java 11 providing the /usr/lib/jvm/openjdk-11/src.zip does not bring the 
> source. There is no error message in the IDE log (View > IDE Log).
> Unpacking the src.zip and then including each folder herein, from java.base 
> to java.xml.crypto works - but it took minutes on my machine at high CPU load 
> (Intel(R) Pentium(R) CPU B940 @ 2.00GHz, SSD drive).
> Then I merged all sub-directories from the direcories java.base to 
> java.xml.crypto together. The resulting structure is
> com/
> java/
> javax/
> jdk/
> org/
> sun/
> (such as the structure before Java 9). Now I can open the Java sources for 
> Java 11 as fast as before.
>  # Could you please adapt the program such that I can provide a src.zip for 
> the JDK and it opens the sources from where?
>  # Could you please write an error in the IDE log when the source file was 
> not found (including the absolute path of that file)?



--
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-1962) Java 11: Opening Java source files from the JDK takes minutes

2019-02-28 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA edited comment on NETBEANS-1962 at 2/28/19 9:22 AM:
--

Follow the below steps to get jdk sources in Netbeans editor for JDK-11/12.

1. If one is using NetBeans exe , then specify netbeans_jdkhome=  in netbeans.conf file and restart the ide.
 2. otherwise if one is using NetBeans build ,use "ant tryme 
-Dtryme.jdkhome=" .
 3. Don't use attach sources option. If u had already attached the sources, 
then manually delete it .Go to Project properties-->libraries->Manage 
Platform–>Sources tab . Delete the attached sources. then restart the IDE 
following either step 1 or step2

Automatically jdk-sources will get attached to the Java Platform used in the 
IDE.


was (Author: arunava.sinha):
Follow the below steps to get jdk sources in Netbeans Editor for JDK-11/12.

1. If one is using NetBeans exe , then specify netbeans_jdkhome=  in netbeans.conf file and restart the ide.
2. otherwise if one is using NetBeans build ,use "ant tryme 
-Dtryme.jdkhome=" .
3. Don't use attach sources option. If u had already attached the sources, then 
manually delete it .Go to Project properties-->libraries->Manage 
Platform–>Sources tab . Delete the attached sources. then restart the IDE 
following either step 1 or step2

Automatically jdk-sources will get attached to the Java Platform used in the 
IDE.

> Java 11: Opening Java source files from the JDK takes minutes
> -
>
> Key: NETBEANS-1962
> URL: https://issues.apache.org/jira/browse/NETBEANS-1962
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, java - Source
>Affects Versions: 11.0
> Environment: Debian GNU/Linux 9, OpenJDK 11.0.1
>Reporter: Michael Groß
>Priority: Critical
> Attachments: 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_fast.png, 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_verySLOW.png, 
> 2019-01-20_Netbeans10_Java8_JavaPlatformManager_Sources.png
>
>
> For Java 8 it is enough to provide the path to the 
> /usr/lib/jvm/openjdk-8/src.zip with the source files of the JDK with the Java 
> Platform Manager/Sources. The I can click on a class like java.lang.String 
> the source file for it is opened almost immediately.
> For Java 11 providing the /usr/lib/jvm/openjdk-11/src.zip does not bring the 
> source. There is no error message in the IDE log (View > IDE Log).
> Unpacking the src.zip and then including each folder herein, from java.base 
> to java.xml.crypto works - but it took minutes on my machine at high CPU load 
> (Intel(R) Pentium(R) CPU B940 @ 2.00GHz, SSD drive).
> Then I merged all sub-directories from the direcories java.base to 
> java.xml.crypto together. The resulting structure is
> com/
> java/
> javax/
> jdk/
> org/
> sun/
> (such as the structure before Java 9). Now I can open the Java sources for 
> Java 11 as fast as before.
>  # Could you please adapt the program such that I can provide a src.zip for 
> the JDK and it opens the sources from where?
>  # Could you please write an error in the IDE log when the source file was 
> not found (including the absolute path of that file)?



--
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-28 Thread Pranav bhattarai (JIRA)


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

Pranav bhattarai commented on NETBEANS-2174:


[~Chrizzly] where is ur screenshot? I don't see any uninstall section to remove 
this Dracula plugin? 

> 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-2182) Display correct licence (Oracle / Eclipse Foundation) depending on version of GlassFish to download

2019-02-28 Thread Pete Whelpton (JIRA)


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

Pete Whelpton updated NETBEANS-2182:

Labels: api-change pull-request-available  (was: pull-request-available)

> Display correct licence (Oracle / Eclipse Foundation) depending on version of 
> GlassFish to download
> ---
>
> Key: NETBEANS-2182
> URL: https://issues.apache.org/jira/browse/NETBEANS-2182
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - GlassFish
>Affects Versions: 11.0
>Reporter: Pete Whelpton
>Priority: Minor
>  Labels: api-change, pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> A follow up to https://issues.apache.org/jira/browse/NETBEANS-2130
>  
> The link for "I have read and understand the license..." should change 
> dynamically between the Oracle license (GF <= 5.0) and EF license (GF >= 5.1)



--
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-2036) Output tab remain active after gradle build finishes

2019-02-28 Thread Alessandro Falappa (JIRA)


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

Alessandro Falappa commented on NETBEANS-2036:
--

Glad to have aided in improving the quality of Gradle support in NetBeans and 
thank you for your swift reaction.

I am going to test VC2 soon.

> Output tab remain active after gradle build finishes
> 
>
> Key: NETBEANS-2036
> URL: https://issues.apache.org/jira/browse/NETBEANS-2036
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Alessandro Falappa
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: 11.0-vc1, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> After a gradle build finishes the tab in the output window remain in 'active' 
> or 'running' state.
> With Nimbus LAF the title of the tab is rendered with a bold font. The issue 
> is more evident wen having several tabs (try building several projects).
> Maven and Ant builds deactivate the tab when finished.



--
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-1962) Java 11: Opening Java source files from the JDK takes minutes

2019-02-28 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA updated NETBEANS-1962:


Follow the below steps to get jdk sources in Netbeans Editor for JDK-11/12.

1. If one is using NetBeans exe , then specify netbeans_jdkhome=  in netbeans.conf file and restart the ide.
2. otherwise if one is using NetBeans build ,use "ant tryme 
-Dtryme.jdkhome=" .
3. Don't use attach sources option. If u had already attached the sources, then 
manually delete it .Go to Project properties-->libraries->Manage 
Platform–>Sources tab . Delete the attached sources. then restart the IDE 
following either step 1 or step2

Automatically jdk-sources will get attached to the Java Platform used in the 
IDE.

> Java 11: Opening Java source files from the JDK takes minutes
> -
>
> Key: NETBEANS-1962
> URL: https://issues.apache.org/jira/browse/NETBEANS-1962
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, java - Source
>Affects Versions: 11.0
> Environment: Debian GNU/Linux 9, OpenJDK 11.0.1
>Reporter: Michael Groß
>Priority: Critical
> Attachments: 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_fast.png, 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_verySLOW.png, 
> 2019-01-20_Netbeans10_Java8_JavaPlatformManager_Sources.png
>
>
> For Java 8 it is enough to provide the path to the 
> /usr/lib/jvm/openjdk-8/src.zip with the source files of the JDK with the Java 
> Platform Manager/Sources. The I can click on a class like java.lang.String 
> the source file for it is opened almost immediately.
> For Java 11 providing the /usr/lib/jvm/openjdk-11/src.zip does not bring the 
> source. There is no error message in the IDE log (View > IDE Log).
> Unpacking the src.zip and then including each folder herein, from java.base 
> to java.xml.crypto works - but it took minutes on my machine at high CPU load 
> (Intel(R) Pentium(R) CPU B940 @ 2.00GHz, SSD drive).
> Then I merged all sub-directories from the direcories java.base to 
> java.xml.crypto together. The resulting structure is
> com/
> java/
> javax/
> jdk/
> org/
> sun/
> (such as the structure before Java 9). Now I can open the Java sources for 
> Java 11 as fast as before.
>  # Could you please adapt the program such that I can provide a src.zip for 
> the JDK and it opens the sources from where?
>  # Could you please write an error in the IDE log when the source file was 
> not found (including the absolute path of that file)?



--
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-2184) Exception while using autoinsertion

2019-02-28 Thread Alexander (JIRA)


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

Alexander updated NETBEANS-2184:

Attachment: messages.log

> Exception while using autoinsertion
> ---
>
> Key: NETBEANS-2184
> URL: https://issues.apache.org/jira/browse/NETBEANS-2184
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Alexander
>Priority: Major
> Attachments: messages.log
>
>




--
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-2184) Exception while using autoinsertion

2019-02-28 Thread Alexander (JIRA)
Alexander created NETBEANS-2184:
---

 Summary: Exception while using autoinsertion
 Key: NETBEANS-2184
 URL: https://issues.apache.org/jira/browse/NETBEANS-2184
 Project: NetBeans
  Issue Type: Bug
Reporter: Alexander






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