[jira] [Commented] (NETBEANS-168) Background scanning process needs a rethink

2019-01-13 Thread flexJoly (JIRA)


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

flexJoly commented on NETBEANS-168:
---

Last week I updated java and now the whole netbeans is a lot faster. I am no 
java-expert, and was unsure what to use and I could not get it to work fast 
enough. So I copied the jre from netbeans 8.0. That worked ;-)
But netbeans was so slow and I discovered that java was running as 32-bit while 
I use netbeans 64-bit. So I looked again at java and unzipped jdk-11
That solved a lot!!


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



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

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

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



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

2019-01-13 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 6eed075  Automated site publishing by Jenkins build 193
6eed075 is described below

commit 6eed0753323848783e1243524358ed01f2ebce5a
Author: jenkins 
AuthorDate: Mon Jan 14 00:29:34 2019 +

Automated site publishing by Jenkins build 193
---
 content/participate/build-run-debug-tutorials.html | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/content/participate/build-run-debug-tutorials.html 
b/content/participate/build-run-debug-tutorials.html
index 3285533..a64a60a 100644
--- a/content/participate/build-run-debug-tutorials.html
+++ b/content/participate/build-run-debug-tutorials.html
@@ -88,6 +88,32 @@
 Part 5: Debug 
the Sources of Apache NetBeans IDE
 
 
+
+
+
+
+
+
+Important
+
+
+Changes since the videos were made:
+
+
+
+Working with the NetBeans source now requires NB IDE 9 or later.
+
+
+The folder layout of the repository has changed to use sub-folder per 
cluster.
+
+
+
+
+
+
+
+
+
 
 Part 1: Hello Apache NetBeans 
Platform
 


-
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] 01/01: Merge pull request #90 from lbruun/patch-1

2019-01-13 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

commit db51c5613d30ff743956d1d8717215c6298b4f22
Merge: fca138d 91de60f
Author: Geertjan Wielenga 
AuthorDate: Mon Jan 14 01:27:08 2019 +0100

Merge pull request #90 from lbruun/patch-1

Update build-run-debug-tutorials.asciidoc

 .../src/content/participate/build-run-debug-tutorials.asciidoc | 7 +++
 1 file changed, 7 insertions(+)


-
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] Diff for: [GitHub] geertjanw closed pull request #90: Update build-run-debug-tutorials.asciidoc

2019-01-13 Thread GitBox
diff --git 
a/netbeans.apache.org/src/content/participate/build-run-debug-tutorials.asciidoc
 
b/netbeans.apache.org/src/content/participate/build-run-debug-tutorials.asciidoc
index ab795277..8558bd15 100644
--- 
a/netbeans.apache.org/src/content/participate/build-run-debug-tutorials.asciidoc
+++ 
b/netbeans.apache.org/src/content/participate/build-run-debug-tutorials.asciidoc
@@ -26,6 +26,13 @@
 :toclevels: 4
 :toc-title: 
 
+[IMPORTANT] 
+.Changes since the videos were made:
+ 
+. Working with the NetBeans source now requires NB IDE 9 or later.
+. The folder layout of the repository has changed to use sub-folder per 
cluster.
+
+
 == Part 1: Hello Apache NetBeans Platform
 video::VC8gQJknPaU[youtube]
 


With regards,
Apache Git Services

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

2019-01-13 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 8c880ee  Automated site publishing by Jenkins build 192
8c880ee is described below

commit 8c880ee3fdabfc6701d1d85c981e2e81a395269f
Author: jenkins 
AuthorDate: Mon Jan 14 00:27:49 2019 +

Automated site publishing by Jenkins build 192
---
 content/help/index.html | 401 ++--
 1 file changed, 388 insertions(+), 13 deletions(-)

diff --git a/content/help/index.html b/content/help/index.html
index ae56ba0..16c13df 100644
--- a/content/help/index.html
+++ b/content/help/index.html
@@ -81,7 +81,14 @@
 
 
 
-Documentation
+Documentation
+
+IDE tutorials
+Java tutorials
+PHP Tutorials
+
+
+Other resources
 Apache NetBeans 
Wiki
 Support
 
@@ -89,20 +96,388 @@
 
 Documentation
 
-
-
-
-
-Note
-
-
-Documentation is being transferred from Oracle to Apache NetBeans.
-
-
-
+
+Here is a list of NetBeans tutorials available. Some of these tutorials 
have been automatically converted from the third Oracle donation, and need to 
be reviewed. You’re welcome to contribute your review!
+
+
+IDE tutorials
+
+
+
+Connecting to a MySQL Database
+
+
+Connecting to Oracle Database from 
NetBeans IDE
+
+
+Creating Applications on 
NetBeans Platform 6.9
+
+
+Introduction to NetBeans 
IDE 6.5
+
+
+NetBeans DTrace 
GUI Plug-in
+
+
+NetBeans IDE 7.1 
Overview
+
+
+NetBeans IDE 7.3.1 
Overview
+
+
+NetBeans IDE 8.0 
Overview
+
+
+NetBeans IDE Tutorials
+
+
+/kb/docs/ide/overview-screencast_74.html
+
+
+Redirect Page
+
+
+Screencast: 
Database Support in NetBeans IDE
+
+
+/kb/docs/ide/section.html
+
+
+Setting Up 
the MySQL Database Server in the Windows Operating System
+
+
+Using ClearCase Support in NetBeans 
IDE
+
+
+Using CVS Support in NetBeans IDE
+
+
+Using Git Support in NetBeans IDE
+
+
+Using Mercurial Support in NetBeans 
IDE
+
+
+Using Subversion Support in NetBeans 
IDE
+
+
+Using Support for Mercurial 
Queues in NetBeans IDE
+
+
+Video of Cloning a Git 
Repository Using NetBeans IDE
+
+
+Video of Setting Up a 
GitHub Repository Using NetBeans IDE
+
+
+Working With a Team Server in 
NetBeans IDE
+
+
+Working with the Java DB (Derby) 
Database
+
+
+
+
+
+Java tutorials
+
+
+
+Adding a File Chooser to a 
Java Application
+
+
+Adding Java Management Extensions 
(JMX) Instrumentation to a Java Application
+
+
+Annotation Processors Support in 
the NetBeans IDE
+
+
+Annotation Processors 
Support in the NetBeans IDE, Part I: Using Project Lombok
+
+
+Annotation Processors 
Support in the NetBeans IDE, Part II: Using Own Custom Annotation Processors in 
the IDE
+
+
+Binding Beans and Data in a Java 
Application
+
+
+ Code Assistance in the 
NetBeans IDE Java Editor: A Reference Guide
+
+
+Creating a Maven Swing 
Application Using Hibernate - NetBeans IDE Tutorial
+
+
+Debugging Multi-threaded 
Applications in NetBeans IDE
+
+
+Designing a Basic Java Form 
Using the GridBag Customizer
+
+
+Designing an Advanced 
Java Form Using the GridBag Customizer
+
+
+Designing a Swing GUI 
in NetBeans IDE
+
+
+Designing a Swing GUI in 
NetBeans IDE
+
+
+Developing a Java 
Management Extensions (JMX) Manager and Connecting to a Remote JMX Agent
+
+
+Developing General Java 
Applications
+
+
+Editing Java Code in 
NetBeans IDE 6.9.1
+
+
+Gap Editing Support in the NetBeans 
GUI Builder
+
+
+Getting Started with JMX 
Monitoring in NetBeans IDE
+
+
+GUI Builder Visual 
Feedback Legend
+
+
+Handling Images in a Java 
GUI Application
+
+
+Internationalizing a GUI 
Form
+
+
+Introduction to 
Groovy
+
+
+Introduction to GUI 
Building
+
+
+Introduction to Profiling Java 
Applications in NetBeans IDE
+
+
+Java Tutorials
+
+
+Native Packaging in NetBeans 
IDE
+
+
+NetBeans IDE Java Quick Start 
Tutorial
+
+
+Overview of JDK 7 Support in 
NetBeans IDE
+
+
+Overview of JDK 8 Support in 
NetBeans IDE
+
+
+Packaging and Distributing Java 
Desktop Applications
+
+
+/kb/docs/java/profile-loadgenerator.html
+
+
+Profiling Points, Drill 
Down Graph, Heap Walker in NetBeans IDE
+
+
+Redirect Page
+
+
+Redirect Page
+
+
+Refactoring with 
Inspect and Transform in the NetBeans IDE Java Editor
+
+
+/kb/docs/java/section.html
+
+
+Static Code Analysis in the 
NetBeans IDE Java Editor
+
+
+Using Hibernate in a Java 
Swing Application
+
+
+Using Oracle Java SE Embedded 
Support in NetBeans IDE
+
+
+Using Profiling 
Points in NetBeans IDE
+
+
+Using the Visual Debugger in 
NetBeans IDE
+
+
+Video of Deadlock 
Detection Using the NetBeans Debugger
+
+
+Video of JavaFX Support in 
NetBeans IDE
+
+
+Video of JDK 8 Support in 
NetBeans IDE 7.4
+
+
+Video of NetBeans IDE 
Support for JDK 7
+
+
+Video of Smart 
Migration to JDK 8 in NetBeans IDE
+
+
+Video of the Code 
Formatting Features in the NetBeans IDE
+
+
+Video of the 
Inspect

[incubator-netbeans-website] branch master updated (fca138d -> db51c56)

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

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


from fca138d  Merge pull request #101 from vieiro/features/tutorials-index
 add 91de60f  Update build-run-debug-tutorials.asciidoc
 new db51c56  Merge pull request #90 from lbruun/patch-1

The 1 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/content/participate/build-run-debug-tutorials.asciidoc | 7 +++
 1 file changed, 7 insertions(+)


-
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] Diff for: [GitHub] geertjanw closed pull request #101: Tutorials: java/php/ide to help/index.html

2019-01-13 Thread GitBox
diff --git a/netbeans.apache.org/src/content/help/index.asciidoc 
b/netbeans.apache.org/src/content/help/index.asciidoc
index e49b258f..60b894ad 100644
--- a/netbeans.apache.org/src/content/help/index.asciidoc
+++ b/netbeans.apache.org/src/content/help/index.asciidoc
@@ -28,9 +28,138 @@
 [[documentation]]
 == Documentation
 
-NOTE: Documentation is being transferred from Oracle to Apache NetBeans. 
+Here is a list of NetBeans tutorials available. Some of these tutorials have 
been automatically converted from the third Oracle donation, and need to be 
reviewed. You're welcome to contribute your review!
 
-The following resources are available:
+=== IDE tutorials
+
+- link:/kb/docs/ide/mysql.html[Connecting to a MySQL Database]
+- link:/kb/docs/ide/oracle-db.html[Connecting to Oracle Database from NetBeans 
IDE]
+- link:/kb/docs/ide/platform-screencast.html[Creating Applications on NetBeans 
Platform 6.9]
+- link:/kb/docs/ide/nb65-intro-screencast.html[Introduction to NetBeans IDE 
6.5]
+- link:/kb/docs/ide/NetBeans_DTrace_GUI_Plugin_0_4.html[NetBeans DTrace GUI 
Plug-in]
+- link:/kb/docs/ide/overview-screencast-smaller.html[NetBeans IDE 7.1 Overview]
+- link:/kb/docs/ide/overview-screencast_731.html[NetBeans IDE 7.3.1 Overview]
+- link:/kb/docs/ide/overview-screencast.html[NetBeans IDE 8.0 Overview]
+- link:/kb/docs/ide/index.html[NetBeans IDE Tutorials]
+- link:/kb/docs/ide/overview-screencast_74.html[]
+- link:/kb/docs/ide/macro-keywords.html[Redirect Page]
+- link:/kb/docs/ide/database-improvements-screencast.html[Screencast: Database 
Support in NetBeans IDE]
+- link:/kb/docs/ide/section.html[]
+- link:/kb/docs/ide/install-and-configure-mysql-server.html[Setting Up the 
MySQL Database Server in the Windows Operating System]
+- link:/kb/docs/ide/clearcase.html[Using ClearCase Support in NetBeans IDE]
+- link:/kb/docs/ide/cvs.html[Using CVS Support in NetBeans IDE]
+- link:/kb/docs/ide/git.html[Using Git Support in NetBeans IDE]
+- link:/kb/docs/ide/mercurial.html[Using Mercurial Support in NetBeans IDE]
+- link:/kb/docs/ide/subversion.html[Using Subversion Support in NetBeans IDE]
+- link:/kb/docs/ide/mercurial-queues.html[Using Support for Mercurial Queues 
in NetBeans IDE]
+- link:/kb/docs/ide/git_nb_ssh_screencast.html[Video of Cloning a Git 
Repository Using NetBeans IDE]
+- link:/kb/docs/ide/github_nb_screencast.html[Video of Setting Up a GitHub 
Repository Using NetBeans IDE]
+- link:/kb/docs/ide/team-servers.html[Working With a Team Server in NetBeans 
IDE]
+- link:/kb/docs/ide/java-db.html[Working with the Java DB (Derby) Database]
+
+=== Java tutorials
+
+- link:/kb/docs/java/gui-filechooser.html[Adding a File Chooser to a Java 
Application]
+- link:/kb/docs/java/jmx-tutorial.html[Adding Java Management Extensions (JMX) 
Instrumentation to a Java Application]
+- link:/kb/docs/java/annotations.html[Annotation Processors Support in the 
NetBeans IDE]
+- link:/kb/docs/java/annotations-lombok.html[Annotation Processors Support in 
the NetBeans IDE, Part I: Using Project Lombok]
+- link:/kb/docs/java/annotations-custom.html[Annotation Processors Support in 
the NetBeans IDE, Part II: Using Own Custom Annotation Processors in the IDE]
+- link:/kb/docs/java/gui-binding.html[Binding Beans and Data in a Java 
Application]
+- link:/kb/docs/java/editor-codereference.html[ Code Assistance in the 
NetBeans IDE Java Editor: A Reference Guide]
+- link:/kb/docs/java/maven-hib-java-se.html[Creating a Maven Swing Application 
Using Hibernate - NetBeans IDE Tutorial]
+- link:/kb/docs/java/debug-multithreaded.html[Debugging Multi-threaded 
Applications in NetBeans IDE]
+- link:/kb/docs/java/gbcustomizer-basic.html[Designing a Basic Java Form Using 
the GridBag Customizer]
+- link:/kb/docs/java/gbcustomizer-advanced.html[Designing an Advanced Java 
Form Using the GridBag Customizer]
+- link:/kb/docs/java/gui-builder-screencast.html[Designing a Swing GUI in 
NetBeans IDE]
+- link:/kb/docs/java/quickstart-gui.html[Designing a Swing GUI in NetBeans IDE]
+- link:/kb/docs/java/jmx-manager-tutorial.html[Developing a Java Management 
Extensions (JMX) Manager and Connecting to a Remote JMX Agent]
+- link:/kb/docs/java/javase-intro.html[Developing General Java Applications]
+- link:/kb/docs/java/java-editor-screencast.html[Editing Java Code in NetBeans 
IDE 6.9.1]
+- link:/kb/docs/java/gui-gaps.html[Gap Editing Support in the NetBeans GUI 
Builder]
+- link:/kb/docs/java/jmx-getstart.html[Getting Started with JMX Monitoring in 
NetBeans IDE]
+- link:/kb/docs/java/quickstart-gui-legend.html[GUI Builder Visual Feedback 
Legend]
+- link:/kb/docs/java/gui-image-display.html[Handling Images in a Java GUI 
Application]
+- link:/kb/docs/java/gui-automatic-i18n.html[Internationalizing a GUI Form]
+- link:/kb/docs/java/groovy-quickstart.html[Introduction to Groovy]
+- link:/kb/docs/java/gui-functionality.html[Introduction to GUI Building]
+- link:/kb/docs/java/profiler-intro.html[Introduction to Profiling Java 
Applications in NetBea

[incubator-netbeans-website] 01/01: Merge pull request #101 from vieiro/features/tutorials-index

2019-01-13 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

commit fca138d92eb94ae70af11e860a92007fc98e3510
Merge: 9dc7b72 6711370
Author: Geertjan Wielenga 
AuthorDate: Mon Jan 14 01:26:08 2019 +0100

Merge pull request #101 from vieiro/features/tutorials-index

Tutorials: java/php/ide to help/index.html

 .../src/content/help/index.asciidoc| 133 -
 1 file changed, 131 insertions(+), 2 deletions(-)


-
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 (9dc7b72 -> fca138d)

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

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


from 9dc7b72  SCSS improvements for tutorials (#100)
 add 6711370  Tutorials: java/php/ide to help/index.html
 new fca138d  Merge pull request #101 from vieiro/features/tutorials-index

The 1 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/content/help/index.asciidoc| 133 -
 1 file changed, 131 insertions(+), 2 deletions(-)


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

2019-01-13 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 677a55c  Automated site publishing by Jenkins build 190
677a55c is described below

commit 677a55c8d3246fd1b7fd02945bcb6e63c353f8ab
Author: jenkins 
AuthorDate: Sun Jan 13 23:13:05 2019 +

Automated site publishing by Jenkins build 190
---
 content/css/netbeans.css | 2 +-
 content/css/netbeans.css.map | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/css/netbeans.css b/content/css/netbeans.css
index e5e601c..b2d10f6 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,aside,foot
 [...]
+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,aside,foot
 [...]
diff --git a/content/css/netbeans.css.map b/content/css/netbeans.css.map
index 42a5754..297e181 100644
--- a/content/css/netbeans.css.map
+++ b/content/css/netbeans.css.map
@@ -153,5 +153,5 @@
"components/_video.scss"
],
"names": [],
-   "mappings": 
"GeyBA,,GAAG,CAAE,,IAAI,AAAC,CACN,WAAW,CAHI,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,eAAe,CAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,UAAU,CAIlK,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,iEAA
 [...]
+   "mappings": 
"GeyBA,,GAAG,CAAE,,IAAI,AAAC,CACN,WAAW,CAHI,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,eAAe,CAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,UAAU,CAIlK,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,iEAA
 [...]
 }
\ No newline at end of file


-
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: SCSS improvements for tutorials (#100)

2019-01-13 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

vieiro 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 9dc7b72  SCSS improvements for tutorials (#100)
9dc7b72 is described below

commit 9dc7b72dc987893ff860f64a55a00ed3cfdc3b9e
Author: Antonio Vieiro 
AuthorDate: Mon Jan 14 00:11:08 2019 +0100

SCSS improvements for tutorials (#100)
---
 .../src/content/scss/common/_netbeans.scss | 112 -
 1 file changed, 19 insertions(+), 93 deletions(-)

diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index 8a920ac..9559346 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -180,7 +180,6 @@ section.hero {
 
 
 
-
 /*
 The toc for mobile is horizontal.
 */
@@ -189,12 +188,16 @@ section.hero {
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   margin: 0 auto;
+  ul.sectlevel2, ul.sectlevel3, ul.sectlevel4 {
+/* We hide sectlevels 2 and up in mobile */
+display: none;
+  }
   ul {
 margin: 0;
 padding: 8px;
 list-style-type: none;
 li {
-  display: inline-block;
+  display: block;
   font-size: $font-size-small;
   color: $nb-color-mid-blue;
   a {
@@ -213,7 +216,14 @@ section.hero {
 border-bottom: 0px;
 border-left: 1px solid #ddd;
 max-width: 15em;
-margin: 32px 0 2em 2em;
+margin: 0 0 2em 2em;
+float: right;
+
+ul.sectlevel2, ul.sectlevel3, ul.sectlevel4 {
+  /* We show sectlevels 2 and up */
+  display: block;
+}
+
 ul {
   margin-left: 8px;
   li {
@@ -229,6 +239,11 @@ section.hero {
   vertical-align: top;
 }
 
+table {
+  width: auto;
+  margin: 1rem auto;
+}
+
 table tbody tr {
   border-bottom: 1px solid #f1f1f1;
 }
@@ -239,11 +254,7 @@ table tbody tr:nth-child(2n) {
 }
 
 .main-content {
-  padding: 0;
-
-  .sect1 {
-padding: 16px 32px;
-  }
+  padding: 0 16px;
 
   .aside {
 background-color: $nb-color-bg-blue;
@@ -260,89 +271,4 @@ table tbody tr:nth-child(2n) {
   box-shadow: none;
 }
 
-/*
-
-main-content uses CSS Grid Layout (right now).
-The idea is to have a main area and a sidebar, both responsive. 
-The 'toc' generated with asciidoc (class 'toc') is positioned in the 
'area-toc'.
-We may add additional asides in the template.
-
-Mobile:
-[area-news]
-[area-toc]
-[area-tools]
-[area-main]
-[area-aside]
-
-Desktop:
-
-[area-news] [area-news]
-[area-main] [area-toc]
-[area-main] [area-aside]
-[area-tools] [area-tools]
-
-"news" content is provided in templates/news.gsp
-"tools" content is provided in templates/tools.gsp
-"aside" content is currently empty
-
-Foundations medium media query is 
(https://foundation.zurb.com/sites/docs/media-queries.html)
-@media screen and (min-width: 40em) {}
-
-*/
-
-.main-content {
-}
-
-/*@media screen and (min-width: 40em) {*/
-@include breakpoint(medium) {
-.main-content .toc {
-float: right;
-}
-}
-
-
-/*.main-content {
-  display: grid;
-  grid-gap: 8px;
-  grid-template-areas: 
-"area-news"
-"area-toc"
-"area-tools"
-"area-main"
-;
-
-  .content {
-grid-area: area-main;
-  }
-
-  .aside {
-grid-area: area-news;
-  }
-
-  .tools {
-grid-area: area-tools;
-  }
-
-  .toc {
-grid-area: area-toc;
-  }
-}
-
-.toc {
-  grid-area: area-toc;
-}
-
-@media screen and (min-width: 40em) {
-
-  .main-content {
-grid-template-columns: 3fr 1fr;
-grid-template-rows: auto auto auto auto;
-grid-template-areas:
-  "area-news area-news"
-  "area-main area-toc"
-  "area-main area-aside"
-  "area-tools area-tools"
-  ;
-  }
-}*/
 


-
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] Diff for: [GitHub] vieiro closed pull request #100: SCSS improvements for tutorials

2019-01-13 Thread GitBox
diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index 8a920acc..9559346d 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -180,7 +180,6 @@ section.hero {
 
 
 
-
 /*
 The toc for mobile is horizontal.
 */
@@ -189,12 +188,16 @@ section.hero {
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   margin: 0 auto;
+  ul.sectlevel2, ul.sectlevel3, ul.sectlevel4 {
+/* We hide sectlevels 2 and up in mobile */
+display: none;
+  }
   ul {
 margin: 0;
 padding: 8px;
 list-style-type: none;
 li {
-  display: inline-block;
+  display: block;
   font-size: $font-size-small;
   color: $nb-color-mid-blue;
   a {
@@ -213,7 +216,14 @@ section.hero {
 border-bottom: 0px;
 border-left: 1px solid #ddd;
 max-width: 15em;
-margin: 32px 0 2em 2em;
+margin: 0 0 2em 2em;
+float: right;
+
+ul.sectlevel2, ul.sectlevel3, ul.sectlevel4 {
+  /* We show sectlevels 2 and up */
+  display: block;
+}
+
 ul {
   margin-left: 8px;
   li {
@@ -229,6 +239,11 @@ section.hero {
   vertical-align: top;
 }
 
+table {
+  width: auto;
+  margin: 1rem auto;
+}
+
 table tbody tr {
   border-bottom: 1px solid #f1f1f1;
 }
@@ -239,11 +254,7 @@ table tbody tr:nth-child(2n) {
 }
 
 .main-content {
-  padding: 0;
-
-  .sect1 {
-padding: 16px 32px;
-  }
+  padding: 0 16px;
 
   .aside {
 background-color: $nb-color-bg-blue;
@@ -260,89 +271,4 @@ table tbody tr:nth-child(2n) {
   box-shadow: none;
 }
 
-/*
-
-main-content uses CSS Grid Layout (right now).
-The idea is to have a main area and a sidebar, both responsive. 
-The 'toc' generated with asciidoc (class 'toc') is positioned in the 
'area-toc'.
-We may add additional asides in the template.
-
-Mobile:
-[area-news]
-[area-toc]
-[area-tools]
-[area-main]
-[area-aside]
-
-Desktop:
-
-[area-news] [area-news]
-[area-main] [area-toc]
-[area-main] [area-aside]
-[area-tools] [area-tools]
-
-"news" content is provided in templates/news.gsp
-"tools" content is provided in templates/tools.gsp
-"aside" content is currently empty
-
-Foundations medium media query is 
(https://foundation.zurb.com/sites/docs/media-queries.html)
-@media screen and (min-width: 40em) {}
-
-*/
-
-.main-content {
-}
-
-/*@media screen and (min-width: 40em) {*/
-@include breakpoint(medium) {
-.main-content .toc {
-float: right;
-}
-}
-
-
-/*.main-content {
-  display: grid;
-  grid-gap: 8px;
-  grid-template-areas: 
-"area-news"
-"area-toc"
-"area-tools"
-"area-main"
-;
-
-  .content {
-grid-area: area-main;
-  }
-
-  .aside {
-grid-area: area-news;
-  }
-
-  .tools {
-grid-area: area-tools;
-  }
-
-  .toc {
-grid-area: area-toc;
-  }
-}
-
-.toc {
-  grid-area: area-toc;
-}
-
-@media screen and (min-width: 40em) {
-
-  .main-content {
-grid-template-columns: 3fr 1fr;
-grid-template-rows: auto auto auto auto;
-grid-template-areas:
-  "area-news area-news"
-  "area-main area-toc"
-  "area-main area-aside"
-  "area-tools area-tools"
-  ;
-  }
-}*/
 


With regards,
Apache Git Services

-
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-1927) unable to connect to update/plugins portal

2019-01-13 Thread JIRA
Marc Krämer created NETBEANS-1927:
-

 Summary: unable to connect to update/plugins portal
 Key: NETBEANS-1927
 URL: https://issues.apache.org/jira/browse/NETBEANS-1927
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Plugin Manager
Affects Versions: 10.0
 Environment: $ uname -a
Linux localhost.localdomain 4.14.89-desktop-1.mga6 #1 SMP Mon Dec 17 13:14:48 
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

$ java -showversion
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)
Reporter: Marc Krämer


Netbeans Distribution points to

[https://netbeans.apache.org/nb/updates/10.0/updates.xml.gz]

but trying to connect always results in

"Unable to connect to the NetBeans Distribution because of Received fatal 
alert: handshake_failure"

Looks like apache.org uses a certificate which is not available to all java 
versions.



--
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-1862) missing namespace in new PHP Class file

2019-01-13 Thread Pete Whelpton (JIRA)


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

Pete Whelpton commented on NETBEANS-1862:
-

Also tested on Windows 7 w/ Netbeans 10.0.  I can't replicate there either.

> missing namespace in new PHP Class file
> ---
>
> Key: NETBEANS-1862
> URL: https://issues.apache.org/jira/browse/NETBEANS-1862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Project
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Ales Seifert
>Priority: Major
>
> When new class file is created using right click on folder > New > PHP Class 
> in dialog is selected namespace but generated file is missing it...
> When creating Trait or Interface files namespace line is present.



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

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

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



[jira] [Assigned] (NETBEANS-1926) Time Zone Problem

2019-01-13 Thread Samir Krivic (JIRA)


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

Samir Krivic reassigned NETBEANS-1926:
--

Assignee: Samir Krivic

> Time Zone Problem
> -
>
> Key: NETBEANS-1926
> URL: https://issues.apache.org/jira/browse/NETBEANS-1926
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Samir Krivic
>Assignee: Samir Krivic
>Priority: Major
>
> The server time zone value 'Central European Standard Tim' is unrecognized or 
> represents more than one time zone. You must configure either the server or 
> JDBC driver (via the serverTimezone configuration property) to use a more 
> specifc time zone value if you want to utilize time zone support.



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

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

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



[jira] [Assigned] (NETBEANS-1926) Time Zone Problem

2019-01-13 Thread Samir Krivic (JIRA)


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

Samir Krivic reassigned NETBEANS-1926:
--

Assignee: (was: Samir Krivic)

> Time Zone Problem
> -
>
> Key: NETBEANS-1926
> URL: https://issues.apache.org/jira/browse/NETBEANS-1926
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Samir Krivic
>Priority: Major
>
> The server time zone value 'Central European Standard Tim' is unrecognized or 
> represents more than one time zone. You must configure either the server or 
> JDBC driver (via the serverTimezone configuration property) to use a more 
> specifc time zone value if you want to utilize time zone support.



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

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

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



[jira] [Assigned] (NETBEANS-1926) Time Zone Problem

2019-01-13 Thread Samir Krivic (JIRA)


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

Samir Krivic reassigned NETBEANS-1926:
--

Assignee: (was: Samir Krivic)

> Time Zone Problem
> -
>
> Key: NETBEANS-1926
> URL: https://issues.apache.org/jira/browse/NETBEANS-1926
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Samir Krivic
>Priority: Major
>
> The server time zone value 'Central European Standard Tim' is unrecognized or 
> represents more than one time zone. You must configure either the server or 
> JDBC driver (via the serverTimezone configuration property) to use a more 
> specifc time zone value if you want to utilize time zone support.



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

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

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



[jira] [Assigned] (NETBEANS-1926) Time Zone Problem

2019-01-13 Thread Samir Krivic (JIRA)


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

Samir Krivic reassigned NETBEANS-1926:
--

Assignee: Samir Krivic

> Time Zone Problem
> -
>
> Key: NETBEANS-1926
> URL: https://issues.apache.org/jira/browse/NETBEANS-1926
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Samir Krivic
>Assignee: Samir Krivic
>Priority: Major
>
> The server time zone value 'Central European Standard Tim' is unrecognized or 
> represents more than one time zone. You must configure either the server or 
> JDBC driver (via the serverTimezone configuration property) to use a more 
> specifc time zone value if you want to utilize time zone support.



--
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-1926) Time Zone Problem

2019-01-13 Thread Samir Krivic (JIRA)
Samir Krivic created NETBEANS-1926:
--

 Summary: Time Zone Problem
 Key: NETBEANS-1926
 URL: https://issues.apache.org/jira/browse/NETBEANS-1926
 Project: NetBeans
  Issue Type: Bug
Reporter: Samir Krivic


The server time zone value 'Central European Standard Tim' is unrecognized or 
represents more than one time zone. You must configure either the server or 
JDBC driver (via the serverTimezone configuration property) to use a more 
specifc time zone value if you want to utilize time zone support.



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