[incubator-netbeans] branch release90 updated: update to only show stable javadoc package

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

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


The following commit(s) were added to refs/heads/release90 by this push:
 new 13ca009  update to only show stable javadoc package
13ca009 is described below

commit 13ca0091ef7e2cf8fa06ec36b137c820e841e10b
Author: Eric Barboni 
AuthorDate: Thu Jan 24 09:26:12 2019 +0100

update to only show stable javadoc package

resolve issue for javadoc website 
https://lists.apache.org/thread.html/6336c9b3f76a7a81417d623e14a59e160d768b025134f9ceaae720b5@%3Cdev.netbeans.apache.org%3E
---
 nbbuild/build.properties | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/nbbuild/build.properties b/nbbuild/build.properties
index c3299c1..f0f6f71 100644
--- a/nbbuild/build.properties
+++ b/nbbuild/build.properties
@@ -220,10 +220,7 @@ config.javadoc.deprecated=\
 # is composed from the javadocs split by stability
 # categories, for release it shall contain just stable ones
 config.javadoc.all=\
-${config.javadoc.stable},\
-${config.javadoc.devel},\
-${config.javadoc.friend},\
-${config.javadoc.deprecated}
+${config.javadoc.stable}
 
 # list of modules for jnlp:
 config.jnlp.stable=\


-
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-1980) Netbeans does not start and freezes while installed

2019-01-24 Thread C.G. (JIRA)


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

C.G. updated NETBEANS-1980:
---
Description: 
Hi,

i have installed netbeans twice and it does not start. Looks it freezes

during the startup. It has been installed on a network drive, but the local 
installation 

does not work too.

 

Thanks

 

  was:
Hi,

i have installed netbeans twice and it does not start. Looks it freezes

during the startup.

 

Thanks

 


> Netbeans does not start and freezes while installed
> ---
>
> Key: NETBEANS-1980
> URL: https://issues.apache.org/jira/browse/NETBEANS-1980
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: C.G.
>Priority: Minor
> Fix For: 10.0
>
> Attachments: OS.PNG
>
>
> Hi,
> i have installed netbeans twice and it does not start. Looks it freezes
> during the startup. It has been installed on a network drive, but the local 
> installation 
> does not work too.
>  
> Thanks
>  



--
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-1980) Netbeans does not start and freezes while installed

2019-01-24 Thread C.G. (JIRA)


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

C.G. updated NETBEANS-1980:
---
Attachment: netbeans_freeze.png

> Netbeans does not start and freezes while installed
> ---
>
> Key: NETBEANS-1980
> URL: https://issues.apache.org/jira/browse/NETBEANS-1980
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: C.G.
>Priority: Minor
> Fix For: 10.0
>
> Attachments: OS.PNG, netbeans_freeze.png
>
>
> Hi,
> i have installed netbeans twice and it does not start. Looks it freezes
> during the startup. It has been installed on a network drive, but the local 
> installation 
> does not work too.
>  
> Thanks
>  



--
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 release100 updated: update to only show stable javadoc package

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

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


The following commit(s) were added to refs/heads/release100 by this push:
 new c7200f8  update to only show stable javadoc package
c7200f8 is described below

commit c7200f8efa2323ba7e31f42b4095e7d41dc0297b
Author: Eric Barboni 
AuthorDate: Thu Jan 24 10:58:36 2019 +0100

update to only show stable javadoc package

resolve issue for javadoc website 
https://lists.apache.org/thread.html/6336c9b3f76a7a81417d623e14a59e160d768b025134f9ceaae720b5@%3Cdev.netbeans.apache.org%3E
---
 nbbuild/build.properties | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/nbbuild/build.properties b/nbbuild/build.properties
index 487c05b..e5cbc41 100644
--- a/nbbuild/build.properties
+++ b/nbbuild/build.properties
@@ -220,11 +220,8 @@ config.javadoc.deprecated=\
 # is composed from the javadocs split by stability
 # categories, for release it shall contain just stable ones
 config.javadoc.all=\
-${config.javadoc.stable},\
-${config.javadoc.devel},\
-${config.javadoc.friend},\
-${config.javadoc.deprecated}
-
+${config.javadoc.stable}
+
 # list of modules for jnlp:
 config.jnlp.stable=\
 ${nb.cluster.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



[jira] [Created] (NETBEANS-1981) Null pointer exception trying to compile anything

2019-01-24 Thread Tom Peer (JIRA)
Tom Peer created NETBEANS-1981:
--

 Summary: Null pointer exception trying to compile anything
 Key: NETBEANS-1981
 URL: https://issues.apache.org/jira/browse/NETBEANS-1981
 Project: NetBeans
  Issue Type: Bug
Reporter: Tom Peer



  2019-01-24T10:04:06
  1548324246823
  765
  700
  134
  UI_USER_CONFIGURATION
  UI_USER_CONFIGURATION
  org.netbeans.modules.uihandler.Bundle
  Windows 10, 10.0, amd64
  Java HotSpot(TM) 64-Bit Server VM, 11.0.2+9-LTS, Java(TM) SE Runtime 
Environment, 11.0.2+9-LTS
  Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
  
  NullPointerException: The bootPath parameter cannot be null
  
  Trying to complie anything...




--
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-1981) Null pointer exception trying to compile anything

2019-01-24 Thread Tom Peer (JIRA)


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

Tom Peer updated NETBEANS-1981:
---
Affects Version/s: 9.0

> Null pointer exception trying to compile anything
> -
>
> Key: NETBEANS-1981
> URL: https://issues.apache.org/jira/browse/NETBEANS-1981
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Tom Peer
>Priority: Major
>
> 
>   2019-01-24T10:04:06
>   1548324246823
>   765
>   700
>   134
>   UI_USER_CONFIGURATION
>   UI_USER_CONFIGURATION
>   org.netbeans.modules.uihandler.Bundle
>   Windows 10, 10.0, amd64
>   Java HotSpot(TM) 64-Bit Server VM, 11.0.2+9-LTS, Java(TM) SE Runtime 
> Environment, 11.0.2+9-LTS
>   Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708)
>   
>   NullPointerException: The bootPath parameter cannot be null
>    reproduce>
>   Trying to complie anything...
> 



--
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-1980) Netbeans does not start and freezes while installed

2019-01-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1980:
-

Are you trying to open C++ applications into Apache NetBeans 10? Are you trying 
to reuse some old user directory or starting from scratch?

> Netbeans does not start and freezes while installed
> ---
>
> Key: NETBEANS-1980
> URL: https://issues.apache.org/jira/browse/NETBEANS-1980
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: C.G.
>Priority: Minor
> Fix For: 10.0
>
> Attachments: OS.PNG, netbeans_freeze.png
>
>
> Hi,
> i have installed netbeans twice and it does not start. Looks it freezes
> during the startup. It has been installed on a network drive, but the local 
> installation 
> does not work too.
>  
> Thanks
>  



--
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 geertjanw-patch-116 created (now a9a0b56)

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

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


  at a9a0b56  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

[incubator-netbeans-website] 01/01: Merge pull request #237 from apache/geertjanw-patch-116

2019-01-24 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 2ebf54d305eb00be7fde517b385d48b977b64790
Merge: dca0ba2 a9a0b56
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 13:00:38 2019 +0100

Merge pull request #237 from apache/geertjanw-patch-116

Update git.asciidoc

 .../src/content/kb/docs/ide/git.asciidoc   | 25 +++---
 1 file changed, 13 insertions(+), 12 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 (dca0ba2 -> 2ebf54d)

2019-01-24 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 dca0ba2  Merge pull request #236 from apache/geertjanw-patch-115
 add a9a0b56  Update git.asciidoc
 new 2ebf54d  Merge pull request #237 from apache/geertjanw-patch-116

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/kb/docs/ide/git.asciidoc   | 25 +++---
 1 file changed, 13 insertions(+), 12 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 463

2019-01-24 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 86869ff  Automated site publishing by Jenkins build 463
86869ff is described below

commit 86869ff0bdd9af403fc89ba143a08122b2945515
Author: jenkins 
AuthorDate: Thu Jan 24 12:03:04 2019 +

Automated site publishing by Jenkins build 463
---
 content/kb/docs/ide/git.html | 34 +-
 1 file changed, 21 insertions(+), 13 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 9554fbb..2b096bf 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -152,7 +152,7 @@
 
 
 
-
+
 
 Specify the path to the repository you are going to store your versioned 
files in the  Initialize a Git Repository   dialog box or click 
Browse and browse for the directory required.
 
@@ -206,7 +206,7 @@ You can open  Window  >  
Output  >  Output
 
 
 
-
+
 
 At the Repository page, specify the path to a Git repository location, user 
name and password (you can save them for the future if required).
 
@@ -283,10 +283,14 @@ You need to have a GitHub account and be a project member 
in order to clone via
 
 
 (Skip if using SSH-agent or Pageant for automated SSH access to the 
Git server.) Complete the following steps to access the Git server 
using your private SSH key and a passphrase:
-
+
+
 
 Specify the path to the key file, for example  C:\Users\key 
.
 
+
+
+
 
 
 
@@ -301,14 +305,15 @@ The OpenSSH private key format is required. Keys 
generated by PuTTYgen for Micro
 
 
 
-
-
+
+
 
 Enter the passphrase for the key file, for example,  abcd .
 
 
 (Optional) Select the Save Passphrase option if required.
-
+
+
 
 (Applies if using SSH-agent or Pageant for automated SSH access to 
the Git server.) Leave the Private Key File and Passphrase fields 
empty to get authenticated access from the IDE to the Git server via correctly 
configured SSH-agent or Pageant.
 
@@ -317,6 +322,9 @@ The OpenSSH private key format is required. Keys generated 
by PuTTYgen for Micro
 
 
 
+
+
+
 
 
 
@@ -327,7 +335,7 @@ The OpenSSH private key format is required. Keys generated 
by PuTTYgen for Micro
 
 
 
-
+
 
 Click Next.
 
@@ -346,7 +354,7 @@ The OpenSSH private key format is required. Keys generated 
by PuTTYgen for Micro
 
 
 
-
+
 
 Click Next.
 
@@ -387,7 +395,7 @@ By default Clone Name is filled out with the actual Git 
repository name.
 
 
 
-
+
 
 Click Finish.
 After the repository is cloned, the Clone Completed message displays.
@@ -400,7 +408,7 @@ After the repository is cloned, the Clone Completed message 
displays.
 
 
 
-
+
 
 Choose the desired option.
 
@@ -499,13 +507,13 @@ The status of the file in 
the HEAD displays in gre
 
 
 
-Blue: Indicates lines that have been changed since the earlier revision.
+Blue. Indicates lines that have been changed since the 
earlier revision.
 
 
-Green: Indicates lines that have been added since the earlier revision.
+Green. Indicates lines that have been added since the 
earlier revision.
 
 
-Red: Indicates lines that have been removed since the earlier revision.
+Red. Indicates lines that have been removed since the 
earlier revision.
 
 
 


-
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 #238 from apache/geertjanw-patch-117

2019-01-24 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 646b4badb4c0eb05279708b5fda65e6b8242eb28
Merge: 2ebf54d 74b67c7
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 13:35:22 2019 +0100

Merge pull request #238 from apache/geertjanw-patch-117

Update git.asciidoc

 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 7 ++-
 1 file changed, 2 insertions(+), 5 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 geertjanw-patch-117 created (now 74b67c7)

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

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


  at 74b67c7  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

[incubator-netbeans-website] branch master updated (2ebf54d -> 646b4ba)

2019-01-24 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 2ebf54d  Merge pull request #237 from apache/geertjanw-patch-116
 add 74b67c7  Update git.asciidoc
 new 646b4ba  Merge pull request #238 from apache/geertjanw-patch-117

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:
 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 7 ++-
 1 file changed, 2 insertions(+), 5 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 465

2019-01-24 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 ea989dc  Automated site publishing by Jenkins build 465
ea989dc is described below

commit ea989dc0403fb10af62b32e17e83b9e007b0dccd
Author: jenkins 
AuthorDate: Thu Jan 24 12:37:13 2019 +

Automated site publishing by Jenkins build 465
---
 content/kb/docs/ide/git.html | 32 ++--
 1 file changed, 6 insertions(+), 26 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 2b096bf..1a00855 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -286,34 +286,17 @@ You need to have a GitHub account and be a project member 
in order to clone via
 
 
 
-Specify the path to the key file, for example  C:\Users\key 
.
+Specify the path to the key file, for example C:\Users\key. 
The OpenSSH private key format is required. Keys generated by PuTTYgen for 
Microsoft Windows must be converted to the OpenSSH format before using them in 
the IDE.
 
-
-
-
-
-
-
-
-
-
-
-
-
-The OpenSSH private key format is required. Keys generated by PuTTYgen for 
Microsoft Windows must be converted to the OpenSSH format before using them in 
the IDE.
-
-
-
-
-
-
 
-Enter the passphrase for the key file, for example,  abcd .
+Enter the passphrase for the key file, for example,  abcd.
 
 
 (Optional) Select the Save Passphrase option if required.
-
-
+
+
+
+
 
 (Applies if using SSH-agent or Pageant for automated SSH access to 
the Git server.) Leave the Private Key File and Passphrase fields 
empty to get authenticated access from the IDE to the Git server via correctly 
configured SSH-agent or Pageant.
 
@@ -322,9 +305,6 @@ The OpenSSH private key format is required. Keys generated 
by PuTTYgen for Micro
 
 
 
-
-
-
 
 
 


-
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 geertjanw-patch-118 created (now 88a6c42)

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

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


  at 88a6c42  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

[incubator-netbeans-website] 01/01: Merge pull request #239 from apache/geertjanw-patch-118

2019-01-24 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 845770e998669fdeca48817190d685939a1bc86c
Merge: 646b4ba 88a6c42
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 13:42:49 2019 +0100

Merge pull request #239 from apache/geertjanw-patch-118

Update git.asciidoc

 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 16 ++--
 1 file changed, 10 insertions(+), 6 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 (646b4ba -> 845770e)

2019-01-24 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 646b4ba  Merge pull request #238 from apache/geertjanw-patch-117
 add 88a6c42  Update git.asciidoc
 new 845770e  Merge pull request #239 from apache/geertjanw-patch-118

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:
 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 16 ++--
 1 file changed, 10 insertions(+), 6 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 467

2019-01-24 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 d63e56b  Automated site publishing by Jenkins build 467
d63e56b is described below

commit d63e56b9b74388b7ff2377875e795e10d8572881
Author: jenkins 
AuthorDate: Thu Jan 24 12:44:41 2019 +

Automated site publishing by Jenkins build 467
---
 content/kb/docs/ide/git.html | 21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 1a00855..67e4005 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -419,18 +419,15 @@ After the repository is cloned, the Clone Completed 
message displays.
 
 
 Steps to 
Follow the Workflow
-1. In the 
Projects window, right-click the file you want to add.
-2. In the context menu, choose  Git  >  Add .
-This adds the file contents to the Index before you commit it.
-3. In the Projects window, right-click the file you want to commit.
-4. In the Commit dialog box, select the Changes between HEAD and Index ( 
image::images/changes-head-index.png[] ) toggle button.
-This displays the list of files that are already staged.
-5. Commit the file(s) as described in the Committing 
Sources to a Repository section below.
-1. In the 
Projects window, right-click the file you want to commit.
-2. In the context menu, choose  Git  >  Commit .
-3. In the Commit dialog box, select the Select the Changes between HEAD and 
Working Tree (image::images/changes-head-wt.png[]) toggle button.
-This displays the list of files that are not staged.
-4. Commit the file(s) as described in the Committing 
Sources to a Repository section below.
+1. In the 
Projects window, right-click the file you want to add.
+2. In the context menu, choose  Git  >  
Add . This adds the file contents to the Index before you commit 
it.
+3. In the Projects window, right-click the file you want 
to commit.
+4. In the Commit dialog box, select the Changes between 
HEAD and Index ( image::images/changes-head-index.png[] ) toggle button. This 
displays the list of files that are already staged.
+5. Commit the file(s) as described in the Committing Sources to a Repository section 
below.
+1. In the 
Projects window, right-click the file you want to commit.
+2. In the context menu, choose  Git  >  
Commit .
+3. In the Commit dialog box, select the Select the 
Changes between HEAD and Working Tree (image::images/changes-head-wt.png[]) 
toggle button. This displays the list of files that are not staged.
+4. Commit the file(s) as described in the Committing Sources to a Repository section 
below.
 
 
 


-
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 #240 from apache/geertjanw-patch-119

2019-01-24 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 fdeef0e1cba3c48690dbf27552f84d5c4312f59c
Merge: 845770e 87402c5
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 13:48:14 2019 +0100

Merge pull request #240 from apache/geertjanw-patch-119

Update git.asciidoc

 .../src/content/kb/docs/ide/git.asciidoc | 20 ++--
 1 file changed, 10 insertions(+), 10 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 (845770e -> fdeef0e)

2019-01-24 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 845770e  Merge pull request #239 from apache/geertjanw-patch-118
 add 87402c5  Update git.asciidoc
 new fdeef0e  Merge pull request #240 from apache/geertjanw-patch-119

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/kb/docs/ide/git.asciidoc | 20 ++--
 1 file changed, 10 insertions(+), 10 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 geertjanw-patch-119 created (now 87402c5)

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

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


  at 87402c5  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

[jira] [Created] (NETBEANS-1982) Java class marks with error, but Java class don't contains any error

2019-01-24 Thread Steffen Ewert (JIRA)
Steffen Ewert created NETBEANS-1982:
---

 Summary: Java class marks with error, but Java class don't 
contains any error
 Key: NETBEANS-1982
 URL: https://issues.apache.org/jira/browse/NETBEANS-1982
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 10.0
 Environment: Linux Mint 19, JDK8
Reporter: Steffen Ewert
 Attachments: TestApp.java

Following class file (JDK 8):

 
{code:java}
public class TestApp {
 
 private JButton btnTest = new JButton("Test");
public void testMethod() {
 btnTest.addActionListener((e) -> doSomething(e));
 btnTest.addActionListener(TestApp::doSomething);
 }
private void doSomething(ActionEvent e) {
 System.out.println("Yeah!");
 }
}
{code}
Both lines 

 
{code:java}
btnTest.addActionListener((e) -> doSomething(e));
btnTest.addActionListener(TestApp::doSomething);
{code}
are valid Java 8 compatible lines (first line as lambda reference, second line 
as method reference). The editor pane don't marks one of these lines as an 
error (which is correct for me). But the Java file (in the project tree and the 
editor tab) is marked with an error icon. The "Action Items" view will be shown 
following error message:

_incompatible types: invalid method reference   unexpected instance method 
doSomething(java.awt.event.ActionEvent) found in unbound lookup_

Reason of this error message is the second line with the method reference. I 
think the error in this place is not not correct. Here I would expect no error.

+_Workaround_+: Use lambda expressions instead of method refernce

 

 

 



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

2019-01-24 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 e0810ef  Automated site publishing by Jenkins build 469
e0810ef is described below

commit e0810ef4d41fe8c736c3d72f21af5b9f9912ce1f
Author: jenkins 
AuthorDate: Thu Jan 24 12:50:16 2019 +

Automated site publishing by Jenkins build 469
---
 content/kb/docs/ide/git.html | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 67e4005..6fb5076 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -895,7 +895,7 @@ The  Revert Modifications  dialog box 
displays.
 
 
 
-
+
 
 Specify additional options (e.g.,  Revert only Uncommitted Changes in 
Index to HEAD ) .
 
@@ -1018,7 +1018,7 @@ You need to install the JIRA or Subversion plugin to 
start tracking issues in th
 
 
 
-
+
 
 Type in a commit message in the  Commit Message  text area. 
Alternatively, you can do any of the following:
 
@@ -1105,7 +1105,7 @@ As an alternative right-click the versioned project or 
folder and choose Git >
 
 
 
-
+
 
 In the Branch Name field, enter the name of the branch being created.
 
@@ -1157,7 +1157,7 @@ The Checkout Selected Revision dialog box displays.
 
 
 
-
+
 
 Specify the revision required by entering a commit ID, existing branch, or 
tag name in the Revision field or press Select to view the list of revisions 
maintained in the repository.
 
@@ -1179,7 +1179,7 @@ If the specified revision refers to a valid commit that 
is not marked with a bra
 
 
 
-
+
 
 Review the Commit ID, Author, Message fields information specific to the 
revision being checked out.
 
@@ -1225,7 +1225,7 @@ The Checkout Selected Paths dialog box displays.
 
 
 
-
+
 
 Choose the Update Index with Entries from the Selected Revision option.
 If selected, the Index is updated with the state in the selected revision 
prior to the checkout itself (i.e., the selected files both in the Working Tree 
and Index are updated).
@@ -1265,7 +1265,7 @@ The Merge Revision dialog box displays.
 
 
 
-
+
 
 Specify the revision required by entering a commit ID, existing branch, or 
tag name in the Revision field or press Select to view the list of revisions 
maintained in the repository.
 
@@ -1331,7 +1331,7 @@ The branch must be inactive, i.e. not currently checked 
out into the Working Tre
 
 
 
-
+
 
 Right-click the selected branch and choose Delete Branch from the popup 
menu.
 
@@ -1389,7 +1389,7 @@ The Fetch from Remote Repository wizard displays.
 
 
 
-
+
 
 At the Remote Repository page of the wizard, select either the Configured 
repository (to use the path to the repository configured earlier) or Specify 
Git Repository Location option (to define the path to a remote repository that 
has not been accessed yet, its name, login, password, and proxy configuration 
if required) and click Next.
 
@@ -1471,7 +1471,7 @@ The Push to Remote Repository wizard displays.
 
 
 
-
+
 
 At the Remote Repository page of the wizard, select either the Configured 
repository (to use the path to the repository configured earlier) or Specify 
Git Repository Location option (to define the path to a remote repository that 
has not been accessed yet, its name, and login and password if required) and 
click Next.
 


-
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 #241 from apache/geertjanw-patch-120

2019-01-24 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 bb0e851e1fcbfe4637f2d01784feb453e9fd9c84
Merge: fdeef0e 6288b97
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 13:51:52 2019 +0100

Merge pull request #241 from apache/geertjanw-patch-120

Update git.asciidoc

 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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 geertjanw-patch-120 created (now 6288b97)

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

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


  at 6288b97  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

[incubator-netbeans-website] branch master updated (fdeef0e -> bb0e851)

2019-01-24 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 fdeef0e  Merge pull request #240 from apache/geertjanw-patch-119
 add 6288b97  Update git.asciidoc
 new bb0e851  Merge pull request #241 from apache/geertjanw-patch-120

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:
 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

2019-01-24 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 2bf7c00  Automated site publishing by Jenkins build 471
2bf7c00 is described below

commit 2bf7c00a8d043e4f96a1b46772ad1043208edfaf
Author: jenkins 
AuthorDate: Thu Jan 24 12:53:52 2019 +

Automated site publishing by Jenkins build 471
---
 content/kb/docs/ide/git.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 6fb5076..54ec677 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -1425,7 +1425,7 @@ The Pull from Remote Repository wizard displays.
 
 
 
-
+
 
 At the Remote Repository page of the wizard, select either the Configured 
repository (to use the path to the repository configured earlier) or Specify 
Git Repository Location option (to define the path to a remote repository that 
has not been accessed yet, its name, and login and password if required) and 
click Next.
 


-
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-1903) Liniennummern verschwinden in Java-Editor

2019-01-24 Thread karex (JIRA)


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

karex commented on NETBEANS-1903:
-

Unfortunately I was able to reproduce on 10.0 (Build 
incubator-netbeans-release-380-on-20181217). It took some time to appear. The 
same thing happens, as before on the 8's releases. The symptoms are also 
similar: no line numbers, Ctrl+F not working. (I'm also in favor of the theory 
that it might be connected to windows standy/hibernation, but have no hard 
evidence.)

Related old issues:
 * [https://netbeans.org/bugzilla/show_bug.cgi?id=254406]
 * [https://netbeans.org/bugzilla/show_bug.cgi?id=258618]

 

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



--
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] 01/01: Merge pull request #242 from apache/geertjanw-patch-121

2019-01-24 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 5e1692470094d47ef384484194a3fd3bb6ef56a4
Merge: bb0e851 5207b83
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 14:10:31 2019 +0100

Merge pull request #242 from apache/geertjanw-patch-121

Update git.asciidoc

 .../src/content/kb/docs/ide/git.asciidoc   | 22 +++---
 1 file changed, 11 insertions(+), 11 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 (bb0e851 -> 5e16924)

2019-01-24 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 bb0e851  Merge pull request #241 from apache/geertjanw-patch-120
 add 5207b83  Update git.asciidoc
 new 5e16924  Merge pull request #242 from apache/geertjanw-patch-121

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/kb/docs/ide/git.asciidoc   | 22 +++---
 1 file changed, 11 insertions(+), 11 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 geertjanw-patch-121 created (now 5207b83)

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

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


  at 5207b83  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

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

2019-01-24 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 afbdc5c  Automated site publishing by Jenkins build 473
afbdc5c is described below

commit afbdc5cb02dd36c027c62bcae044f08755f8aa0f
Author: jenkins 
AuthorDate: Thu Jan 24 13:12:24 2019 +

Automated site publishing by Jenkins build 473
---
 content/kb/docs/ide/git.html | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 54ec677..04e59f2 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -466,13 +466,13 @@ The status of the file in 
the HEAD displays in gre
 
 
 
-Viewing Changes in the Source Editor
+Viewing Changes in the 
Source Editor
 
 
-Viewing File Status Information
+Viewing File Status 
Information
 
 
-Reverting Changes
+Reverting Changes
 
 
 
@@ -1052,16 +1052,16 @@ The IDE executes the commit and stores your snapshots 
to the repository. The IDE
 
 
 
-Creating
+Creating
 
 
-Checking out
+Checking out
 
 
-Merging
+Merging
 
 
-Deleting
+Deleting
 
 
 
@@ -1353,13 +1353,13 @@ The branch is removed from the local repository as well 
as the Git Repository Br
 
 
 
-Fetching
+Fetching
 
 
-Pulling
+Pulling
 
 
-Pushing
+Pushing
 
 
 
@@ -1491,7 +1491,7 @@ The specified remote repository branch is updated with 
the latest state of your
 Summary
 
 
-This tutorial showed how to perform basic versioning tasks in the IDE by 
guiding you through the standard workflow when using the IDE’s GIT 
support. It demonstrated how to set up a versioned project and perform basic 
tasks on versioned files while introducing you to some of the GIT specific 
features included in the IDE.
+This tutorial showed how to perform basic versioning tasks in the IDE by 
guiding you through the standard workflow when using the IDE’s Git 
support. It demonstrated how to set up a versioned project and perform basic 
tasks on versioned files while introducing you to some of the Git specific 
features included in the IDE.
 
 
 


-
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-1903) Liniennummern verschwinden in Java-Editor

2019-01-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1903:
-

You can right-click in the left sidebar of the editor and choose "Show Line 
Numbers". Does that not work?

> Liniennummern verschwinden in Java-Editor 
> --
>
> Key: NETBEANS-1903
> URL: https://issues.apache.org/jira/browse/NETBEANS-1903
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Thomas Willms
>Priority: Major
>
> Without any visible reason the line numbers disappear on the left side of the 
> Java Source Editor after some time of use. It might be related to the problem 
> that I never restart the program and I left it open without neither 
> restarting it neither the computer (of course) - with charged Netbeans 9.0 - 
> having it left in the hibernation state. It is more practical not to restart 
> and to reopen it each time.Off course without line numbers no breaking point 
> can be set, debugging is impossible!  It works again after restarting the 
> program.
> Ohne erkennbaren Grund verschwinden die Zeilennummern auf der linken Seite 
> des Java-Quell Code Editors nach einiger Zeit. Ich habe das Programm dabei 
> häufig lange angehabt und ohne Neustart jedes Mal den Computer - mit 
> geladenem Netbeans Apache 9.0 - aus dem Ruhezustand geholt. Nach einem 
> Neustart funktioniert es dann wieder.
>  



--
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] [Closed] (NETBEANS-1956) Unable to configure project as a "Java Frontend Application", freezes on "Finding Feature"

2019-01-24 Thread Jaroslav Tulach (JIRA)


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

Jaroslav Tulach closed NETBEANS-1956.
-
   Resolution: Fixed
Fix Version/s: 11.0

I know that "Java Frontend Application" cannot be enabled on JDK11 and NetBeans 
10, as the JavaFX libraries in runtime are missing. Unless I am mistaken, this 
has been fixed by Toni Epple for NetBeans11: 
https://github.com/apache/incubator-netbeans/pull/917

If the above isn't your case, then provide information about your JDK, OS, and 
attach NetBeans log file.

> Unable to configure project as a "Java Frontend Application", freezes on 
> "Finding Feature"
> --
>
> Key: NETBEANS-1956
> URL: https://issues.apache.org/jira/browse/NETBEANS-1956
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Juan Antelo
>Assignee: Jaroslav Tulach
>Priority: Major
> Fix For: 11.0
>
> Attachments: Screen Shot 2019-01-20 at 11.56.56 AM.png, Screen Shot 
> 2019-01-20 at 2.09.35 AM.png, Screen Shot 2019-01-20 at 2.09.47 AM.png
>
>
> See attached for details



--
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-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)
Dan Nardoza created NETBEANS-1983:
-

 Summary: When typing code Netbeans 8.2 gets hung up when working 
with JSPs 
 Key: NETBEANS-1983
 URL: https://issues.apache.org/jira/browse/NETBEANS-1983
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2
 Environment: Windows 10 version 10.0 running on amd64
Reporter: Dan Nardoza
 Fix For: 8.2


Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_171
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11

We have 6 people working on the same project (same machine set ups and 
configurations) and we are all experiencing this

STEPS:

When working on JSPs Netbeans gets hung up for really long periods of time

When writing code, Netbeans gives the waiting message and/or the blue wheel of 
death starts spinning (or not) and if we are lucky it will unfreeze sometimes 
literally a minutes can pass, sometimes 15- 30 seconds sometimes we end up just 
opening task manager and closing Netbeans.
It happens often when creating HtML tags  :  like 
It also happens often when coping code and pasting it somewhere else.

It's becoming impossible to get anything done, and it appears to only happen 
with the jsps

We have turned off all virus scanning of the files and Netbeans but that 
doesn't help.

Not sure at all what is going on.

please advise as soon as possible.

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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans-tools] branch master updated: wrong index for the javawebroot item

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

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


The following commit(s) were added to refs/heads/master by this push:
 new d2bdbbc  wrong index for the javawebroot item
d2bdbbc is described below

commit d2bdbbc69619dacb3e77af7d37f387f2a161fae4
Author: Eric Barboni 
AuthorDate: Thu Jan 24 16:18:00 2019 +0100

wrong index for the javawebroot item
---
 buildscripts/conveniences/Jenkinsfile-release100.groovy | 2 +-
 buildscripts/conveniences/Jenkinsfile-release90.groovy  | 2 +-
 buildscripts/conveniences/generatebuildscript.sh| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildscripts/conveniences/Jenkinsfile-release100.groovy 
b/buildscripts/conveniences/Jenkinsfile-release100.groovy
index 3a4fbd8..68b24f2 100644
--- a/buildscripts/conveniences/Jenkinsfile-release100.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-release100.groovy
@@ -39,7 +39,7 @@ pipeline {
   dir ('netbeanssources'){
   withAnt(installation: 'Ant (latest)') {
   sh 'ant'
-  sh "ant build-javadoc -Djavadoc.web.root='RELEASE100' 
-Dmodules-javadoc-date='27 Dec 2018' -Datom-date='2018-12-27T12:00:00Z' 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+  sh "ant build-javadoc 
-Djavadoc.web.root='http://bits.netbeans.org/10.0/javadoc' 
-Dmodules-javadoc-date='27 Dec 2018' -Datom-date='2018-12-27T12:00:00Z' 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
   sh 'ant build-source-zips'
   sh 'ant build-nbms'
   }
diff --git a/buildscripts/conveniences/Jenkinsfile-release90.groovy 
b/buildscripts/conveniences/Jenkinsfile-release90.groovy
index 299b834..b277f8f 100644
--- a/buildscripts/conveniences/Jenkinsfile-release90.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-release90.groovy
@@ -39,7 +39,7 @@ pipeline {
   dir ('netbeanssources'){
   withAnt(installation: 'Ant (latest)') {
   sh 'ant'
-  sh "ant build-javadoc -Djavadoc.web.root='RELEASE90' 
-Dmodules-javadoc-date='29 Jul 2018' -Datom-date='2018-07-29T12:00:00Z' 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
+  sh "ant build-javadoc 
-Djavadoc.web.root='http://bits.netbeans.org/9.0/javadoc' 
-Dmodules-javadoc-date='29 Jul 2018' -Datom-date='2018-07-29T12:00:00Z' 
-Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
   sh 'ant build-source-zips'
   sh 'ant build-nbms'
   }
diff --git a/buildscripts/conveniences/generatebuildscript.sh 
b/buildscripts/conveniences/generatebuildscript.sh
index f57929e..706452f 100644
--- a/buildscripts/conveniences/generatebuildscript.sh
+++ b/buildscripts/conveniences/generatebuildscript.sh
@@ -92,7 +92,7 @@ for arelease in releaseinfo:
   else:
   locale.setlocale(locale.LC_ALL,"en_US.utf8")
 ##URL for javadoc
-  javadocwebroot = arelease[6]
+  javadocwebroot = arelease[7]
 ##date for javadoc and for feed
   javadocdate = arelease[8].strftime('%-d %b %Y')
   atomdate = arelease[8].strftime('%Y-%m-%dT%H:%M:%SZ')


-
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-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1983:
-

Possibly, if it makes sense, remove the user directory and restart. Possibly 
the user directory is really old and corrupted. Look in the About dialog for 
its location.

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza commented on NETBEANS-1983:
---

There is no log, this isn't a code issue. This is happening within NetBeans.

When creating or editing any  .jsp

we start typing in HTML code or copying html code.

I start typing  < div

 and before I get to the closing    >

it tells me to wait or a blue wheel starts spinning 

and this will go on for seconds or minutes or after a couple of minutes I use 
windows task manager to end NetBeans and then I restart the IDE.

All of our machines are only a few months old (September or October)

 

 

 

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1983:
-

Possibly, if it makes sense, remove the user directory and restart. Possibly 
the user directory is really old and corrupted. Look in the About dialog for 
its location. This is the NetBeans user directory that I am referring to here.

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1983:
-

Without steps to reproduce or log files or messages of any kind, we cannot help.

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1985) Stateful context action does not initialize properly

2019-01-24 Thread Svatopluk Dedic (JIRA)
Svatopluk Dedic created NETBEANS-1985:
-

 Summary: Stateful context action does not initialize properly
 Key: NETBEANS-1985
 URL: https://issues.apache.org/jira/browse/NETBEANS-1985
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Actions
Reporter: Svatopluk Dedic
Assignee: Svatopluk Dedic


Consider an action like
{code:java}
@ActionRegistration(displayName = "My toggle action", 
   checkedOn = @ActionState(property = "myProperty")
) 
public final class MyToggleAction implements ActionListener { 
  BeanModel model; 
  public PredSuccAction(BeanModel model) { this.model = model; }
...
{code}
This action is *context-aware* and will be bound to the context Lookup. 
However, its initial state will initialize according to last-seen *global* 
model.

During debugging I've found code in *GeneralAction* (lines 473+), which 
replaces delegate's attributes (including "selected") with the global values. 
Just values which are not defined, i.e. come from the layer definitions should 
be replaced. Not the enabled, or selected state, if already present in the 
attrs.

 



--
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-1985) Stateful context action does not initialize properly

2019-01-24 Thread Svatopluk Dedic (JIRA)


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

Svatopluk Dedic updated NETBEANS-1985:
--
Affects Version/s: 10.0

> Stateful context action does not initialize properly
> 
>
> Key: NETBEANS-1985
> URL: https://issues.apache.org/jira/browse/NETBEANS-1985
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 10.0
>Reporter: Svatopluk Dedic
>Assignee: Svatopluk Dedic
>Priority: Major
>
> Consider an action like
> {code:java}
> @ActionRegistration(displayName = "My toggle action", 
>checkedOn = @ActionState(property = "myProperty")
> ) 
> public final class MyToggleAction implements ActionListener { 
>   BeanModel model; 
>   public PredSuccAction(BeanModel model) { this.model = model; }
> ...
> {code}
> This action is *context-aware* and will be bound to the context Lookup. 
> However, its initial state will initialize according to last-seen *global* 
> model.
> During debugging I've found code in *GeneralAction* (lines 473+), which 
> replaces delegate's attributes (including "selected") with the global values. 
> Just values which are not defined, i.e. come from the layer definitions 
> should be replaced. Not the enabled, or selected state, if already present in 
> the attrs.
>  



--
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-1984) Change project properties without closing the window (make dialog non-modal, add apply button)

2019-01-24 Thread dennis lucero (JIRA)
dennis lucero created NETBEANS-1984:
---

 Summary: Change project properties without closing the window 
(make dialog non-modal, add apply button)
 Key: NETBEANS-1984
 URL: https://issues.apache.org/jira/browse/NETBEANS-1984
 Project: NetBeans
  Issue Type: Improvement
  Components: ide - UI
Affects Versions: 10.0
Reporter: dennis lucero


I would like to try/run my project with different arguments. Current workflow 
is tedious because I have to close and reopen the project properties window 
everytime I want to change something since there’s no way to save the settings 
without closing the window and the modal nature of it prevents me from running 
my program while the properties window is still open.

Suggestion: Make main window accessible while project properties window is open 
and add a button to save the project properties without closing the window.



--
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-1986) Save and restore the last selected node in the project properties categories tree

2019-01-24 Thread dennis lucero (JIRA)
dennis lucero created NETBEANS-1986:
---

 Summary: Save and restore the last selected node in the project 
properties categories tree
 Key: NETBEANS-1986
 URL: https://issues.apache.org/jira/browse/NETBEANS-1986
 Project: NetBeans
  Issue Type: Wish
Reporter: dennis lucero


After opening the project properties window, the first node in the categories 
tree is selected. Instead, the node previously selected before closing the 
window should be selected again. This would make repeated changes easier (see 
also NETBEANS-1984).



--
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 master updated (5e16924 -> 51ccc1f)

2019-01-24 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 5e16924  Merge pull request #242 from apache/geertjanw-patch-121
 add 1408097  Update git.asciidoc
 new 51ccc1f  Merge pull request #243 from apache/geertjanw-patch-122

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:
 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 4 ++--
 1 file changed, 2 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 (51ccc1f -> 883e32d)

2019-01-24 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 51ccc1f  Merge pull request #243 from apache/geertjanw-patch-122
 add 04c41e3  Update git.asciidoc
 new 883e32d  Merge pull request #244 from apache/geertjanw-patch-123

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:
 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 8 +---
 1 file changed, 5 insertions(+), 3 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 475

2019-01-24 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 e940741  Automated site publishing by Jenkins build 475
e940741 is described below

commit e940741d45569093e8e7bf096bfa629fefa44f84
Author: jenkins 
AuthorDate: Thu Jan 24 16:20:03 2019 +

Automated site publishing by Jenkins build 475
---
 content/kb/docs/ide/git.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 04e59f2..b68441e 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -119,10 +119,10 @@
 
 
 
-The Apache NetBeans IDE provides support for the Git version control 
client. The IDE’s Git support allows you to perform versioning tasks 
directly from your project within the IDE. This document demonstrates how to 
perform basic versioning tasks in the IDE by guiding you through the standard 
workflow when using versioning software.
+The Apache NetBeans IDE provides support for the https://git-scm.com/";>Git version control system. The IDE’s Git 
features let you perform versioning tasks directly from your projects and code 
within the IDE. This document demonstrates how to perform versioning tasks in 
the IDE by guiding you through the standard workflow when using Git.
 
 
-Git is a free and open source, distributed version control system designed 
to handle everything from small to very large projects with speed and 
efficiency. Every Git clone is a full-fledged repository with complete history 
and full revision tracking capabilities, not dependent on network access or a 
central server. Branching and merging are fast and easy to do. Git is used for 
version control of files, much like tools such as Mercurial, Subversion, CVS, 
Perforce, etc.
+Git is a free and open source, distributed version control system designed 
to handle everything from small to very large projects with speed and 
efficiency. Every Git clone is a full-fledged repository with complete history 
and full revision tracking capabilities, not dependent on network access or a 
central server. Branching and merging are fast and easy to do. Git is used for 
version control of files, much like tools such as Mercurial, Subversion, CVS, 
and Perforce.
 
 
 


-
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 geertjanw-patch-123 created (now 04c41e3)

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

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


  at 04c41e3  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

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

2019-01-24 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 1f9063f  Automated site publishing by Jenkins build 477
1f9063f is described below

commit 1f9063f213e4aad53f5884ccfe2654b31cf844c1
Author: jenkins 
AuthorDate: Thu Jan 24 16:38:42 2019 +

Automated site publishing by Jenkins build 477
---
 content/kb/docs/ide/git.html | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index b68441e..a226b05 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -552,13 +552,13 @@ You can click on a color grouping in the margin to call 
versioning commands. For
 
 
 
-Badges and Color Coding
+Badges and Color Coding
 
 
-File Status Labels
+File Status Labels
 
 
-Git Versioning View
+Git Versioning View
 
 
 
@@ -594,6 +594,9 @@ You can click on a color grouping in the margin to call 
versioning commands. For
 
 
 
+
+
+File Status Labels
 
 Color coding is applied to file names in order to indicate their current 
status against the repository:
 


-
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 #244 from apache/geertjanw-patch-123

2019-01-24 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 883e32d904de17a036fa102aa6d7bf1cd733
Merge: 51ccc1f 04c41e3
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 17:36:47 2019 +0100

Merge pull request #244 from apache/geertjanw-patch-123

Update git.asciidoc

 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 8 +---
 1 file changed, 5 insertions(+), 3 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 geertjanw-patch-122 created (now 1408097)

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

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


  at 1408097  Update git.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Updat

[incubator-netbeans-website] 01/01: Merge pull request #243 from apache/geertjanw-patch-122

2019-01-24 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 51ccc1fcd335d9738bc9f17f8242173da0235d0e
Merge: 5e16924 1408097
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 17:18:04 2019 +0100

Merge pull request #243 from apache/geertjanw-patch-122

Update git.asciidoc

 netbeans.apache.org/src/content/kb/docs/ide/git.asciidoc | 4 ++--
 1 file changed, 2 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



[jira] [Commented] (NETBEANS-1411) Hard to align elements inside the swing GUI builder Matisse

2019-01-24 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1411:
--

I added another weird screen capture. I paste a label into the mantisse editor 
and I wanted to align it as you can see, it jumps up to the top.

> Hard to align elements inside the swing GUI builder Matisse
> ---
>
> Key: NETBEANS-1411
> URL: https://issues.apache.org/jira/browse/NETBEANS-1411
> Project: NetBeans
>  Issue Type: Improvement
>  Components: guibuilder - Natural Layout
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
> Attachments: mantisse-problems-jumping.gif, matisseRearrangement.gif, 
> swingAlignmentBroken.gif
>
>
> You can't be pixel perfect inside of the gui builder because of the automated 
> gaps and rearrangement of the elements, when you move elements arround.
> Please see my screencast (swingAlignmentBroken.gif) for what I mean. It is 
> really hard to align all items, as I want, due to the gap, trying to be 
> perfect fit but I can't align it px perfect. And then it will rearrangement a 
> lot which breaks the layout.
> The second screencast (matisseRearrangement.gif) shows that it grows below, 
> when I try to make the space between label and textfield smaller.
> I use the layout "Free Design". It should be really free. I mean in general 
> the designer is good, better than the IntelliJ one, because they don't have 
> such free designer, they only have grids and boxes, maybe this is enough but 
> not if you want to be pixel perfect.
> The other thing is, if you try to be pixel perfect, it can be a mess and the 
> UI can look really shitty.
> Cheers
> Chris



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

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

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



[jira] [Updated] (NETBEANS-1411) Hard to align elements inside the swing GUI builder Matisse

2019-01-24 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1411:
-
Attachment: mantisse-problems-jumping.gif

> Hard to align elements inside the swing GUI builder Matisse
> ---
>
> Key: NETBEANS-1411
> URL: https://issues.apache.org/jira/browse/NETBEANS-1411
> Project: NetBeans
>  Issue Type: Improvement
>  Components: guibuilder - Natural Layout
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
> Attachments: mantisse-problems-jumping.gif, matisseRearrangement.gif, 
> swingAlignmentBroken.gif
>
>
> You can't be pixel perfect inside of the gui builder because of the automated 
> gaps and rearrangement of the elements, when you move elements arround.
> Please see my screencast (swingAlignmentBroken.gif) for what I mean. It is 
> really hard to align all items, as I want, due to the gap, trying to be 
> perfect fit but I can't align it px perfect. And then it will rearrangement a 
> lot which breaks the layout.
> The second screencast (matisseRearrangement.gif) shows that it grows below, 
> when I try to make the space between label and textfield smaller.
> I use the layout "Free Design". It should be really free. I mean in general 
> the designer is good, better than the IntelliJ one, because they don't have 
> such free designer, they only have grids and boxes, maybe this is enough but 
> not if you want to be pixel perfect.
> The other thing is, if you try to be pixel perfect, it can be a mess and the 
> UI can look really shitty.
> Cheers
> Chris



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

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

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



[jira] [Created] (NETBEANS-1987) apidoc css is not using the jdk 8 css

2019-01-24 Thread Eric Barboni (JIRA)
Eric Barboni created NETBEANS-1987:
--

 Summary: apidoc css is not using the jdk 8 css
 Key: NETBEANS-1987
 URL: https://issues.apache.org/jira/browse/NETBEANS-1987
 Project: NetBeans
  Issue Type: Improvement
  Components: website
Reporter: Eric Barboni
 Attachments: image-2019-01-24-18-32-57-339.png, 
image-2019-01-24-18-34-19-728.png

Apidoc are generated using a jdk8 tools and a changes occurs in the css  
compared from previous jdk7. It seems that current css we use is a direct copy 
from java 7.

 

Lot's of text appears white on white backgroud and navigation bar are often non 
usable.

!image-2019-01-24-18-32-57-339.png|width=343,height=179!

 

!image-2019-01-24-18-34-19-728.png|width=336,height=177!

should be done for 9.0 10.0 version too

 

 



--
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-1987) apidoc css is not using the jdk 8 css

2019-01-24 Thread ASF GitHub Bot (JIRA)


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

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

> apidoc css is not using the jdk 8 css
> -
>
> Key: NETBEANS-1987
> URL: https://issues.apache.org/jira/browse/NETBEANS-1987
> Project: NetBeans
>  Issue Type: Improvement
>  Components: website
>Reporter: Eric Barboni
>Priority: Major
>  Labels: pull-request-available
> Attachments: image-2019-01-24-18-32-57-339.png, 
> image-2019-01-24-18-34-19-728.png
>
>
> Apidoc are generated using a jdk8 tools and a changes occurs in the css  
> compared from previous jdk7. It seems that current css we use is a direct 
> copy from java 7.
>  
> Lot's of text appears white on white backgroud and navigation bar are often 
> non usable.
> !image-2019-01-24-18-32-57-339.png|width=343,height=179!
>  
> !image-2019-01-24-18-34-19-728.png|width=336,height=177!
> should be done for 9.0 10.0 version too
>  
>  



--
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-775) Netbeans ignores git hooks

2019-01-24 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-775:

Labels: features help  (was: features)

> Netbeans ignores git hooks
> --
>
> Key: NETBEANS-775
> URL: https://issues.apache.org/jira/browse/NETBEANS-775
> Project: NetBeans
>  Issue Type: New Feature
>  Components: versioncontrol - Git
>Affects Versions: 8.2
>Reporter: Jonathan Nessier
>Priority: Major
>  Labels: features, help
>
> Git hooks are a main part of the git client but Netbeans ignores them.
> More about this missing feature can be found here:
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=211451]
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=268448]
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=258012]
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=250776]
> For me it is a critical missing feature. And it seems to be missed from other 
> folks too.



--
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-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1983:
---

That is weird, could you share the paths and a screenshot of the parent of the 
missing folder?

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza updated NETBEANS-1983:
--
Attachment: image-2019-01-24-13-44-14-414.png

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
> Attachments: image-2019-01-24-13-44-14-414.png
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza commented on NETBEANS-1983:
---

All of our machines are only a few months old (September or October 2018 )

How old can the directory be?

But with that said, I checked the about section and found the path but the path 
listed in User directory and Cache directory do not exist on the machine. So 
that can not be the location of the User directory anyway.   But again very new 
computer.

 

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-775) Netbeans ignores git hooks

2019-01-24 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-775:

Labels: features  (was: features help)

> Netbeans ignores git hooks
> --
>
> Key: NETBEANS-775
> URL: https://issues.apache.org/jira/browse/NETBEANS-775
> Project: NetBeans
>  Issue Type: New Feature
>  Components: versioncontrol - Git
>Affects Versions: 8.2
>Reporter: Jonathan Nessier
>Priority: Major
>  Labels: features
>
> Git hooks are a main part of the git client but Netbeans ignores them.
> More about this missing feature can be found here:
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=211451]
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=268448]
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=258012]
>  * [https://netbeans.org/bugzilla/show_bug.cgi?id=250776]
> For me it is a critical missing feature. And it seems to be missed from other 
> folks too.



--
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-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza updated NETBEANS-1983:
--
Attachment: image-2019-01-24-13-46-35-480.png

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
> Attachments: image-2019-01-24-13-44-14-414.png, 
> image-2019-01-24-13-46-16-467.png, image-2019-01-24-13-46-35-480.png
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza updated NETBEANS-1983:
--
Attachment: image-2019-01-24-13-46-16-467.png

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
> Attachments: image-2019-01-24-13-44-14-414.png, 
> image-2019-01-24-13-46-16-467.png, image-2019-01-24-13-46-35-480.png
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza commented on NETBEANS-1983:
---

 

!image-2019-01-24-13-46-35-480.png!

 

 

!image-2019-01-24-13-46-16-467.png!

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
> Attachments: image-2019-01-24-13-44-14-414.png, 
> image-2019-01-24-13-46-16-467.png, image-2019-01-24-13-46-35-480.png
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1988) About dialog of NetBeans 10.0 shows me old information of NetBeans 8.2

2019-01-24 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1988:


 Summary: About dialog of NetBeans 10.0 shows me old information of 
NetBeans 8.2
 Key: NETBEANS-1988
 URL: https://issues.apache.org/jira/browse/NETBEANS-1988
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Other
Affects Versions: 10.0
Reporter: Christian Lenz
 Attachments: image-2019-01-24-19-52-25-411.png

On my screenshot, you can see, that NetBeans 10.0 shows me this information:
"Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2"

Which is wrong.

Yes I have installed NetBeans 8.2 and I'm using NetBeans 9 (Which is portable, 
not installed) and NetBeans 10.0 (Which is also portable and not installed).

So my expectation is, that I will not see the NetBeans 8.2 information in my 
about dialog. !image-2019-01-24-19-52-25-411.png|thumbnail! 



--
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-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Eduardo Quintanilla (JIRA)


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

Eduardo Quintanilla commented on NETBEANS-1983:
---

The folder AppData is hidden by default. If you enter the full path you should 
be able to open that folder.

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
> Attachments: image-2019-01-24-13-44-14-414.png, 
> image-2019-01-24-13-46-16-467.png, image-2019-01-24-13-46-35-480.png
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza updated NETBEANS-1983:
--
Attachment: image-2019-01-24-14-14-05-506.png

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
> Attachments: image-2019-01-24-13-44-14-414.png, 
> image-2019-01-24-13-46-16-467.png, image-2019-01-24-13-46-35-480.png, 
> image-2019-01-24-14-14-05-506.png
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1983) When typing code Netbeans 8.2 gets hung up when working with JSPs

2019-01-24 Thread Dan Nardoza (JIRA)


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

Dan Nardoza commented on NETBEANS-1983:
---

ok that is correct, it was hidden here is what I have, I don't see any file or 
folder labeled User directory or anything that looks like that 

 

!image-2019-01-24-14-14-05-506.png!

> When typing code Netbeans 8.2 gets hung up when working with JSPs 
> --
>
> Key: NETBEANS-1983
> URL: https://issues.apache.org/jira/browse/NETBEANS-1983
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
> Environment: Windows 10 version 10.0 running on amd64
>Reporter: Dan Nardoza
>Priority: Major
> Fix For: 8.2
>
> Attachments: image-2019-01-24-13-44-14-414.png, 
> image-2019-01-24-13-46-16-467.png, image-2019-01-24-13-46-35-480.png, 
> image-2019-01-24-14-14-05-506.png
>
>
> Product Version = NetBeans IDE 8.2 (Build 201705191307)
> Operating System = Windows 10 version 10.0 running on amd64
> Java; VM; Vendor = 1.8.0_171
> Runtime = Java HotSpot(TM) 64-Bit Server VM 25.171-b11
> We have 6 people working on the same project (same machine set ups and 
> configurations) and we are all experiencing this
> STEPS:
> When working on JSPs Netbeans gets hung up for really long periods of time
> When writing code, Netbeans gives the waiting message and/or the blue wheel 
> of death starts spinning (or not) and if we are lucky it will unfreeze 
> sometimes literally a minutes can pass, sometimes 15- 30 seconds sometimes we 
> end up just opening task manager and closing Netbeans.
> It happens often when creating HtML tags  :  like 
> It also happens often when coping code and pasting it somewhere else.
> It's becoming impossible to get anything done, and it appears to only happen 
> with the jsps
> We have turned off all virus scanning of the files and Netbeans but that 
> doesn't help.
> Not sure at all what is going on.
> please advise as soon as possible.
> 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 about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans-website] branch master updated (883e32d -> bed3608)

2019-01-24 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 883e32d  Merge pull request #244 from apache/geertjanw-patch-123
 add 79fb1b4  Update quickstart.asciidoc
 new bed3608  Merge pull request #245 from apache/geertjanw-patch-124

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/kb/docs/php/quickstart.asciidoc| 38 --
 1 file changed, 38 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] 01/01: Merge pull request #245 from apache/geertjanw-patch-124

2019-01-24 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 bed36083e584c9143609b1a4c638b4de9abb9365
Merge: 883e32d 79fb1b4
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:13:30 2019 +0100

Merge pull request #245 from apache/geertjanw-patch-124

Update quickstart.asciidoc

 .../src/content/kb/docs/php/quickstart.asciidoc| 38 --
 1 file changed, 38 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 geertjanw-patch-124 created (now 79fb1b4)

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

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


  at 79fb1b4  Update quickstart.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.

[incubator-netbeans-website] branch master updated (bed3608 -> d90d720)

2019-01-24 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 bed3608  Merge pull request #245 from apache/geertjanw-patch-124
 add 38518e2  Update html5-gettingstarted.asciidoc
 new d90d720  Merge pull request #246 from apache/geertjanw-patch-125

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:
 .../kb/docs/webclient/html5-gettingstarted.asciidoc| 18 --
 1 file changed, 8 insertions(+), 10 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] 01/01: Merge pull request #246 from apache/geertjanw-patch-125

2019-01-24 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 d90d720f5d40497397e179e0e5297dcfbd447aac
Merge: bed3608 38518e2
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:15:21 2019 +0100

Merge pull request #246 from apache/geertjanw-patch-125

Update html5-gettingstarted.asciidoc

 .../kb/docs/webclient/html5-gettingstarted.asciidoc| 18 --
 1 file changed, 8 insertions(+), 10 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 geertjanw-patch-125 created (now 38518e2)

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

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


  at 38518e2  Update html5-gettingstarted.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 

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

2019-01-24 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 bf8c513  Automated site publishing by Jenkins build 479
bf8c513 is described below

commit bf8c5130bfd58440b7d40800a18544627f66bf2d
Author: jenkins 
AuthorDate: Thu Jan 24 21:15:27 2019 +

Automated site publishing by Jenkins build 479
---
 content/kb/docs/php/quickstart.html | 63 +
 1 file changed, 1 insertion(+), 62 deletions(-)

diff --git a/content/kb/docs/php/quickstart.html 
b/content/kb/docs/php/quickstart.html
index 43a0479..3fb36e8 100644
--- a/content/kb/docs/php/quickstart.html
+++ b/content/kb/docs/php/quickstart.html
@@ -86,7 +86,6 @@
 Setting 
up a PHP Project in the NetBeans IDE for PHP
 Running Your First PHP 
Project
 Using 
Database Servers with NetBeans IDE for PHP
-Next Steps
 
 
 
@@ -94,12 +93,6 @@
 
 This document provides general guidelines for preparing the environment for 
PHP development, setting up a PHP project, and developing and running your 
first PHP application in the NetBeans IDE for PHP.
 
-
-
-
-
-Figure 1. Content on this page applies to the NetBeans IDE 
7.2, 7.3, 7.4 and 8.0
-
 
 To follow this tutorial, you need the following software and 
resources.
 
@@ -116,10 +109,6 @@
 
 
 
-https://netbeans.org/downloads/index.html";>NetBeans IDE
-PHP 
download bundle
-
-
 A PHP 
engine
 Version 
5
 
@@ -244,57 +233,7 @@ Congratulations! Your program works!
 
 
 You can use various database servers with the NetBeans IDE for PHP, 
although the most popular is the MySQL server. Downloads are available http://dev.mysql.com/downloads/mysql/5.1.html";>here.
-NOTE: The recommended version of the product is MySQL Server 5.0.
-See also:
-
-
-
-
-Setting Up the 
MySQL Database Server in the Windows Operating System
-
-
-Creating a Sample Database with Test 
Data
-
-
-MySQL and the NetBeans IDE
-
-
-Connecting to a MySQL Database
-
-
-
-
-
-
-Next Steps
-
-
-Meanwhile, to find information specific to the kind of applications you are 
developing, use the NetBeans IDE learning trail for that type of application. 
Each learning trail contains a series of tutorials and guides that range in 
scope from basic to advanced. The following learning trails are available:
-
-
-
-
-
-
-
-* PHP Programming
-* Basic Java Programming
-* Java GUI Applications
-* Web Services Applications
-* Java EE & Java Web 
Applications
-
-
-* Mobile Applications
-* NetBeans Plug-ins and Rich-Client 
Applications
-* C/C+ Applications+
-
-
-
-
-Send
 Feedback on This Tutorial
-
-
-To send comments and suggestions, get support, and keep informed on the 
latest developments on the NetBeans IDE PHP development features, join the us...@php.netbeans.org 
mailing list.
+NOTE: The recommended version of the product is MySQL Server 5.0.
 
 
 


-
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 #247 from apache/geertjanw-patch-126

2019-01-24 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 b6e861e5bc48a2ea32ea69d7258bfe10e356a4f7
Merge: d90d720 5347985
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:16:46 2019 +0100

Merge pull request #247 from apache/geertjanw-patch-126

Update configure-php-environment-mac-os.asciidoc

 .../kb/docs/php/configure-php-environment-mac-os.asciidoc| 12 +---
 1 file changed, 5 insertions(+), 7 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 (d90d720 -> b6e861e)

2019-01-24 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 d90d720  Merge pull request #246 from apache/geertjanw-patch-125
 add 5347985  Update configure-php-environment-mac-os.asciidoc
 new b6e861e  Merge pull request #247 from apache/geertjanw-patch-126

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:
 .../kb/docs/php/configure-php-environment-mac-os.asciidoc| 12 +---
 1 file changed, 5 insertions(+), 7 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 geertjanw-patch-126 created (now 5347985)

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

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


  at 5347985  Update configure-php-environment-mac-os.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.

[incubator-netbeans-website] 01/01: Merge pull request #248 from apache/geertjanw-patch-127

2019-01-24 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 7fa9ba09c243eca60e206cd426c23ee45b52b285
Merge: b6e861e c5a6b4b
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:17:57 2019 +0100

Merge pull request #248 from apache/geertjanw-patch-127

Update index.asciidoc

 netbeans.apache.org/src/content/kb/docs/php/index.asciidoc | 14 +-
 1 file changed, 5 insertions(+), 9 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 480

2019-01-24 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 0430ed7  Automated site publishing by Jenkins build 480
0430ed7 is described below

commit 0430ed7d8572ea60ac8cc25896957b119a95875a
Author: jenkins 
AuthorDate: Thu Jan 24 21:17:27 2019 +

Automated site publishing by Jenkins build 480
---
 .../kb/docs/webclient/html5-gettingstarted.html| 65 +-
 1 file changed, 40 insertions(+), 25 deletions(-)

diff --git a/content/kb/docs/webclient/html5-gettingstarted.html 
b/content/kb/docs/webclient/html5-gettingstarted.html
index 0301665..8afc221 100644
--- a/content/kb/docs/webclient/html5-gettingstarted.html
+++ b/content/kb/docs/webclient/html5-gettingstarted.html
@@ -81,23 +81,26 @@
 Getting Started with HTML5 Applications
 
 
-
-Getting Started with 
HTML5 Applications
 
 To 
complete this tutorial, you will need the following resources.
-Using the IDE with the 
Chrome Browser
+Using the IDE with the 
Chrome Browser
+
+Installing 
the Extension from the Chrome Web Store
+Offline Installation of 
the Extension
+
+
 Using the Embedded WebKit 
Browser
 Creating a NetBeans HTML5 
Project
 Installing and Using Bower
-Editing the HTML File
+Editing the HTML File
+
 Saving the Project as a Site Template
-Summary
 
 
+Summary
 
 
-
-Getting Started with HTML5 
Applications
+
 
 
 This document demonstrates how to create an HTML5 project in the IDE and 
some of the features in the IDE that support the use of JavaScript and CSS in 
your project. In this document you will create a simple HTML5 application that 
uses a jQuery JavaScript library to modify a list in a web page.
@@ -108,6 +111,8 @@
 
 For a tutorial on how to use jQuery in a NetBeans Java web application, see 
the tutorial Using jQuery to Enhance 
the Appearance and Usability of a Web Page.
 
+
+
 
 To 
complete this tutorial, you will need the following resources.
 
@@ -177,16 +182,17 @@ This document assumes you have some basic knowledge of, 
or programming experienc
 
 
 
-
-Using the IDE with the Chrome 
Browser
+
+Using the IDE with the Chrome 
Browser
+
 
 To take full advantage of some of the tools available in the IDE that 
support HTML5 application development it is recommended that you use the Chrome 
browser and install the NetBeans Connector extension from the https://chrome.google.com/webstore/";>Chrome Web Store. You only need 
to install the extension once.
 
 
 When installed, the NetBeans Connector extension adds a NetBeans Actions 
menu that is accessible from the URL location bar when you run a NetBeans HTML5 
project in the Chrome browser. The NetBeans Actions menu enables you to enable 
Inspect in NetBeans Mode and to quickly resize the browser window to the 
dimensions of common display devices. The JavaScript debugger is also 
automatically enabled when you run an HTML5 application.
 
-
-Installing the 
Extension from the Chrome Web Store
+
+Installing the 
Extension from the Chrome Web Store
 
 You will automatically be prompted to install the NetBeans Connector 
extension if you run a NetBeans HTML5 application project from the IDE and 
select Chrome with NetBeans Integration as the target browser. This exercise 
demonstrates how to install the extension by creating and running a dummy HTML5 
project. You can skip this exercise and install the extension when you are 
prompted by the IDE or install the NetBeans Connector extension directly from 
the Chrome Web Store.
 
@@ -321,8 +327,8 @@ image::images/html5-install-extension1.png[title="NetBeans 
Connector extension i
 
 
 
-
-Offline Installation of the 
Extension
+
+Offline Installation of the 
Extension
 
 If you are unable to connect to the Chrome Web Store you can install the 
NetBeans Connector extension that is bundled with the IDE. If you run a 
NetBeans HTML5 project and you are prompted to install the NetBeans Connector 
extension, you can perform the following steps to install the extension if you 
are not able to access the Chrome Web Store.
 
@@ -357,8 +363,10 @@ image::images/html5-offline-extension3.png[title="NetBeans 
Connector extension i
 
 
 
-
-Using the Embedded WebKit 
Browser
+
+
+Using the Embedded WebKit 
Browser
+
 
 It is recommended that you run your HTML5 applications in the Chrome 
browser with the NetBeans Connector extension installed when you are developing 
the application. The Chrome with NetBeans Integration option 
is selected by default as the run target when you create an HTML5 application. 
However, it is also possible to run your HTML5 application in the Embedded 
WebKit Browser that is bundled with the IDE.
 
@@ -404,8 +412,10 @@ image::images/html5-embedded1.png[title="List of target 
browsers for HTML5 appli
 You can click the icons in the toolbar of the Web B

[incubator-netbeans-website] branch geertjanw-patch-127 created (now c5a6b4b)

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

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


  at c5a6b4b  Update index.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Upd

[incubator-netbeans-website] branch master updated (b6e861e -> 7fa9ba0)

2019-01-24 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 b6e861e  Merge pull request #247 from apache/geertjanw-patch-126
 add c5a6b4b  Update index.asciidoc
 new 7fa9ba0  Merge pull request #248 from apache/geertjanw-patch-127

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:
 netbeans.apache.org/src/content/kb/docs/php/index.asciidoc | 14 +-
 1 file changed, 5 insertions(+), 9 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] 01/01: Merge pull request #249 from apache/geertjanw-patch-128

2019-01-24 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 eed0d4c2c817030a7bfeccbf4a089978cfb1d8dd
Merge: 7fa9ba0 e8b5727
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:18:56 2019 +0100

Merge pull request #249 from apache/geertjanw-patch-128

Update html5-gettingstarted.asciidoc

 .../src/content/kb/docs/webclient/html5-gettingstarted.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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 (7fa9ba0 -> eed0d4c)

2019-01-24 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 7fa9ba0  Merge pull request #248 from apache/geertjanw-patch-127
 add e8b5727  Update html5-gettingstarted.asciidoc
 new eed0d4c  Merge pull request #249 from apache/geertjanw-patch-128

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/kb/docs/webclient/html5-gettingstarted.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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 geertjanw-patch-128 created (now e8b5727)

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

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


  at e8b5727  Update html5-gettingstarted.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 

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

2019-01-24 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 678583d  Automated site publishing by Jenkins build 481
678583d is described below

commit 678583d256e2ed8d43ded51792e2316a2fd35b72
Author: jenkins 
AuthorDate: Thu Jan 24 21:19:21 2019 +

Automated site publishing by Jenkins build 481
---
 .../docs/php/configure-php-environment-mac-os.html | 39 --
 1 file changed, 22 insertions(+), 17 deletions(-)

diff --git a/content/kb/docs/php/configure-php-environment-mac-os.html 
b/content/kb/docs/php/configure-php-environment-mac-os.html
index 0373a73..9970eb9 100644
--- a/content/kb/docs/php/configure-php-environment-mac-os.html
+++ b/content/kb/docs/php/configure-php-environment-mac-os.html
@@ -82,19 +82,14 @@
 
 
 
-Configuring
 PHP, Apache, MySQL, and Xdebug for PHP development in MAC OS X
-
 Installing and Configuring 
MAMP
 Registering MAMP’s 
MySQL Database
 Creating PHP Projects
 Enabling Xdebug with MAMP
 Debugging PHP Projects
 
-
-
 
-
-Configuring
 PHP, Apache, MySQL, and Xdebug for PHP development in MAC OS X
+
 
 
 This tutorial shows you how to set up PHP on the http://www.mamp.info/en/index.php";>MAMP (M*acintosh, 
A*pache, *M*ySQL, *P*HP) package, which includes the Apache web server, the 
MySQL database server, and the PHP engine. MAMP is intended as a PHP 
development environment for the Mac, which can work seamlessly with the 
NetBeans IDE.
@@ -136,8 +131,11 @@ The MAMP package includes the Apache web server, PHP 
engine, and MySQL database.
 
 
 
-
-Installing and Configuring MAMP
+
+
+
+Installing and Configuring MAMP
+
 
 
 
@@ -160,8 +158,10 @@ image::images/mamp-control-panel.png[]
 image::images/mamp-control-panel-preferences-ports.png[title="MAMP control 
panel with Ports tab, after ports have been changed to default values"]
 
 
-
-Registering MAMP’s MySQL 
Database
+
+
+Registering MAMP’s MySQL 
Database
+
 
 MAMP’s MySQL database is located by default at 
/Applications/MAMP/db/MySQL. The default username and password are 
both root, which you can verify by viewing the details in 
MAMP’s welcome page which opens in a browser when you run MAMP.
 
@@ -221,8 +221,10 @@ image::images/socket-path.png[]
 
 
 
-
-Creating PHP Projects
+
+
+Creating PHP Projects
+
 
 When you create a PHP project in the IDE using MAMP’s resources, you 
should specify that the IDE copy your sources to Apache’s 
htdocs folder. That way, when you save your files after making 
changes, your sources are automatically updated in the deployed version.
 
@@ -242,8 +244,10 @@ image::images/socket-path.png[]
 The IDE remembers this location for future projects. For further 
instructions on creating PHP projects in NetBeans IDE, see Setting Up a PHP Project.
 
 
-
-Enabling Xdebug with MAMP
+
+
+Enabling Xdebug with MAMP
+
 
 MAMP contains a pre-compiled  xdebug.so  file. To use this 
file, enable it in MAMP’s  php.ini . Xdebug does not work 
together with Zend Optimizer, so you also have to disable Zend Optimizer in  
php.ini .
 
@@ -303,8 +307,10 @@ 
image::images/mamp-control-panel-preferences-php.png[title="MAMP Control Panel w
 6. Start (or restart) the MAMP Apache server.
 
 
-
-Debugging PHP Projects
+
+
+Debugging PHP Projects
+
 
 To debug a PHP project in the IDE, right-click the project in the Projects 
window and choose Debug. Alternately, if the project is highlighted in the 
Projects window, you can click the Debug Project icon ( 
image::images/debug-icon.png[] ) in the main toolbar.
 
@@ -331,7 +337,6 @@ 
image::images/mamp-control-panel-preferences-php.png[title="MAMP Control Panel w
 
 
 
-
 
 
 


-
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 (eed0d4c -> 0cfd8e5)

2019-01-24 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 eed0d4c  Merge pull request #249 from apache/geertjanw-patch-128
 add ec808b2  Update quickstart.asciidoc
 new 0cfd8e5  Merge pull request #250 from apache/geertjanw-patch-129

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:
 netbeans.apache.org/src/content/kb/docs/php/quickstart.asciidoc | 7 +--
 1 file changed, 1 insertion(+), 6 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 (0cfd8e5 -> 0037ddf)

2019-01-24 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 0cfd8e5  Merge pull request #250 from apache/geertjanw-patch-129
 add c8de4b1  Update index.asciidoc
 new 0037ddf  Merge pull request #251 from apache/geertjanw-patch-130

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:
 netbeans.apache.org/src/content/kb/docs/php/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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 geertjanw-patch-130 created (now c8de4b1)

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

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


  at c8de4b1  Update index.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.0 Upd

[incubator-netbeans-website] branch geertjanw-patch-129 created (now ec808b2)

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

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


  at ec808b2  Update quickstart.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for the 9.

[incubator-netbeans-website] 01/01: Merge pull request #251 from apache/geertjanw-patch-130

2019-01-24 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 0037ddf460dc138ced6e17d26346052020a41dfe
Merge: 0cfd8e5 c8de4b1
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:21:19 2019 +0100

Merge pull request #251 from apache/geertjanw-patch-130

Update index.asciidoc

 netbeans.apache.org/src/content/kb/docs/php/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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 #250 from apache/geertjanw-patch-129

2019-01-24 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 0cfd8e577f03170338c52167b96667dae57a1bc5
Merge: eed0d4c ec808b2
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:20:35 2019 +0100

Merge pull request #250 from apache/geertjanw-patch-129

Update quickstart.asciidoc

 netbeans.apache.org/src/content/kb/docs/php/quickstart.asciidoc | 7 +--
 1 file changed, 1 insertion(+), 6 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 482

2019-01-24 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 4176a94  Automated site publishing by Jenkins build 482
4176a94 is described below

commit 4176a944404e471b984f4c82e477b8e2d606cbc3
Author: jenkins 
AuthorDate: Thu Jan 24 21:21:15 2019 +

Automated site publishing by Jenkins build 482
---
 content/kb/docs/php/index.html | 37 --
 .../kb/docs/webclient/html5-gettingstarted.html|  9 +++---
 2 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/content/kb/docs/php/index.html b/content/kb/docs/php/index.html
index 8cab30b..69948f6 100644
--- a/content/kb/docs/php/index.html
+++ b/content/kb/docs/php/index.html
@@ -5,7 +5,7 @@
 
 
 
-PHP Tutorials
+PHP and HTML5 Learning Trail
 
 
 
@@ -78,28 +78,26 @@
 
 
 
-PHP Tutorials
+PHP and HTML5 Learning Trail
 
 
 
-PHP and HTML5 Learning Trail
-
 Getting Started
 Configuration
 Tutorials and Articles
 Creating a 
Database Driven Application With PHP
 
-
-
 
-
-PHP and HTML5 Learning Trail
+
 
 
 Below are resources for using NetBeans IDE to develop PHP applications and 
HTML5 applications.
 
-
-Getting Started
+
+
+
+Getting Started
+
 
 
 
@@ -111,8 +109,10 @@
 
 
 
-
-Configuration
+
+
+Configuration
+
 
 
 
@@ -127,8 +127,10 @@
 
 
 
-
-Tutorials and Articles
+
+
+Tutorials and Articles
+
 
 
 
@@ -155,8 +157,10 @@
 
 
 
-
-Creating a Database 
Driven Application With PHP
+
+
+Creating a Database 
Driven Application With PHP
+
 
 
 
@@ -196,7 +200,6 @@
 
 
 
-
 
 
 
diff --git a/content/kb/docs/webclient/html5-gettingstarted.html 
b/content/kb/docs/webclient/html5-gettingstarted.html
index 8afc221..a675ead 100644
--- a/content/kb/docs/webclient/html5-gettingstarted.html
+++ b/content/kb/docs/webclient/html5-gettingstarted.html
@@ -81,8 +81,7 @@
 Getting Started with HTML5 Applications
 
 
-
-To 
complete this tutorial, you will need the following resources.
+
 Using the IDE with the 
Chrome Browser
 
 Installing 
the Extension from the Chrome Web Store
@@ -111,10 +110,9 @@
 
 For a tutorial on how to use jQuery in a NetBeans Java web application, see 
the tutorial Using jQuery to Enhance 
the Appearance and Usability of a Web Page.
 
+
+To complete this tutorial, you will need the following resources:
 
-
-
-To 
complete this tutorial, you will need the following resources.
 
 
 
@@ -182,6 +180,7 @@ This document assumes you have some basic knowledge of, or 
programming experienc
 
 
 
+
 
 Using the IDE with the Chrome 
Browser
 


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

2019-01-24 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 266f48c  Automated site publishing by Jenkins build 483
266f48c is described below

commit 266f48c61ba7418581889e8231df3be19630d9b6
Author: jenkins 
AuthorDate: Thu Jan 24 21:23:09 2019 +

Automated site publishing by Jenkins build 483
---
 content/kb/docs/php/index.html  | 2 +-
 content/kb/docs/php/quickstart.html | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/content/kb/docs/php/index.html b/content/kb/docs/php/index.html
index 69948f6..bc5dd4f 100644
--- a/content/kb/docs/php/index.html
+++ b/content/kb/docs/php/index.html
@@ -104,7 +104,7 @@
 Getting Started with HTML5 
Applications
 
 
-NetBeans IDE PHP Quick Start Tutorial
+Getting Started with PHP Applications
 
 
 
diff --git a/content/kb/docs/php/quickstart.html 
b/content/kb/docs/php/quickstart.html
index 3fb36e8..88a08cd 100644
--- a/content/kb/docs/php/quickstart.html
+++ b/content/kb/docs/php/quickstart.html
@@ -5,7 +5,7 @@
 
 
 
-NetBeans IDE PHP Quick Start Tutorial
+Getting Started with PHP Applications
 
 
 
@@ -78,7 +78,7 @@
 
 
 
-NetBeans IDE PHP Quick Start Tutorial
+Getting Started with PHP Applications
 
 
 
@@ -232,8 +232,7 @@ Congratulations! Your program works!
 Using Database 
Servers with NetBeans IDE for PHP
 
 
-You can use various database servers with the NetBeans IDE for PHP, 
although the most popular is the MySQL server. Downloads are available http://dev.mysql.com/downloads/mysql/5.1.html";>here.
-NOTE: The recommended version of the product is MySQL Server 5.0.
+You can use various database servers with the NetBeans IDE for PHP, 
although the most popular is the MySQL server. Downloads are available http://dev.mysql.com/downloads/mysql/5.1.html";>here.
 
 
 


-
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 (0037ddf -> d8540dc)

2019-01-24 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 0037ddf  Merge pull request #251 from apache/geertjanw-patch-130
 add c7d6da1  Update code-templates.asciidoc
 new d8540dc  Merge pull request #252 from apache/geertjanw-patch-131

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:
 .../content/kb/docs/php/code-templates.asciidoc| 60 +++---
 1 file changed, 8 insertions(+), 52 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 geertjanw-patch-131 created (now c7d6da1)

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

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


  at c7d6da1  Update code-templates.asciidoc

This branch includes the following new commits:

 new 36edf2f  Test commit
 new e3f8b75  Adding link to Jira on publication instructions
 new 530b40e  Multi site test (#2)
 new c7a79ab  Initial refactoring to use Foundation SASS files, start 
modularizing NetBeans SASS and build to single CSS file. (#3)
 new 44127ec  Added licenses and a simple card component for the main page. 
(#4)
 new 243bf7a  Multisite test licenses (#5)
 new 509a16a  Adding the "feature" component, to add images and features to 
the release page. (#6)
 new 4d1beec  Apache and Oracle trademark notices, link to incubator 
status, arranged some broken links, removed wiki JCA pages, added another 
backround, added ASF resources for events. (#7)
 new 4955b42  Initial Version as discussed in the mailing lists
 new 0fe9f61  [NETBEANS-429] Add the 'colorbox' jquery plugin, so images 
inside a 'feature' section are automatically enlarged when clicked.
 new 019c60d  Suggestions as per Neil's request (images, responsive width)
 new 3baaabc  Using colorbox's example5 stuff
 new d8b2858  Larger images (60%) in medium and up, reorganized features 
page.
 new 3bbc05d  [NETBEANS-145] Apache NetBeans Logo images and icons
 new 5da76c0  Merge pull request #10 from vieiro/NETBEANS-145
 new 746c748  Merge pull request #9 from vieiro/NETBEANS-429
 new 38e7dce  Fix duplicate frontpage slide and revert slide background 
code because of display issue.
 new b2cfb7d  Merge pull request #11 from neilcsmith-net/master
 new 98972c1  Update index.asciidoc
 new f5910b3  /participate/index.html copy editing
 new 3d2dea9  Merge pull request #13 from apache/geertjanw-patch-1
 new c46a4b8  Merge pull request #14 from dtrebbien/patch-1
 new 4d52705  Updated content for Apache NetBeans Events
 new 031d62a  Merge pull request #15 from apache/apache-netbeans-events-info
 new cf7da74  Fix typo at Apache NetBeans website url
 new 06d1b4f  Fix typo at Apache NetBeans website url.
 new e7768fb  Update README.asciidoc
 new 46ac4bf  Update events.asciidoc
 new 6c590a2  Merge pull request #18 from apache/tweaks-to-events-page
 new 0934fb2  Download PGP signature and MD5 and SHA1 sums from a correct 
locations.
 new 7383720  Merge pull request #20 from jlahoda/master
 new 6321da7  Delete test.md
 new 7f4c8b8  Merge pull request #22 from apache/delete-unused-test-file
 new 21b0c0b  Update who.asciidoc
 new 60c1c91  Merge pull request #23 from apache/john-committer
 new f359bc0  Update events.asciidoc
 new 74e945a  Merge pull request #24 from apache/clean-up-events-page
 new 47a5dae  Update events.asciidoc
 new e4a3e6d  Merge pull request #25 from vieiro/events-netbeans-day-uk-2018
 new d849ba1  Update events.asciidoc
 new 4adaec0  Merge pull request #26 from apache/geertjanw-events-tweaks
 new 45c3d57  Update index.asciidoc
 new f3ae0a7  Merge pull request #27 from apache/geertjanw-keep-to-stay
 new 2867589  Update slider.gsp
 new 73e3965  Merge pull request #28 from apache/geertjanw-slider-tweaks
 new 641499a  Update index.asciidoc
 new d81ad4c  Merge pull request #29 from apache/geertjanw-tweak-joinin
 new 6a735b9  Update index.asciidoc
 new 9e63008  Merge pull request #30 from apache/dev-faq-wiki-index
 new 4eb0e5a  Experiment adding redirections in main .htaccess file
 new 621aa6c  Merge pull request #31 from vieiro/update-center-redirects
 new 0913315  Update README.doc
 new 25a4a0d  [NETBEANS-636] Podling website tests: reorganized disclaimer, 
events page and added ASF logo.
 new 003f029  Changing Apache NetBeans to Apache NetBeans (incubation) in 
the header.
 new 2c799ac  Update report-issue.asciidoc
 new 0456811  Merge pull request #33 from 
apache/geertjanw-exception-reporter
 new 5991a1c  Update report-issue.asciidoc
 new 8635a61  Merge pull request #34 from 
apache/geertjanw-removing-obsolete-content
 new 318073c  Update report-issue.asciidoc
 new 3ffbedf  Update report-issue.asciidoc
 new 7950d3f  Update report-issue.asciidoc
 new 9e00b8a  Add issues.html for in IDE issue dialog
 new ea3c13b  Merge pull request #36 from apache/issue-dialog
 new fe0958c  Change / fix IDE issue reporting page.
 new cb604ca  Merge pull request #37 from neilcsmith-net/issue-html
 new 6e430a0  Fixes the first link to the wiki index
 new a2912da  Merge pull request #39 from emilianbold/master
 new 9ec6c8a  Trying to setup a location for updates, redirecting to the 
synergy VM for now.
 new 09b143b  [NETBEANS-330] Adding redirection to netbeans-vm.apache.org 
for th

[incubator-netbeans-website] 01/01: Merge pull request #252 from apache/geertjanw-patch-131

2019-01-24 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 d8540dca8c18d3c462f70d28587b49e7c18a693f
Merge: 0037ddf c7d6da1
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 24 22:26:00 2019 +0100

Merge pull request #252 from apache/geertjanw-patch-131

Update code-templates.asciidoc

 .../content/kb/docs/php/code-templates.asciidoc| 60 +++---
 1 file changed, 8 insertions(+), 52 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 486

2019-01-24 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 5cf1a61  Automated site publishing by Jenkins build 486
5cf1a61 is described below

commit 5cf1a6157c7b10ef619517b3be5865f16f7d6f56
Author: jenkins 
AuthorDate: Thu Jan 24 21:27:53 2019 +

Automated site publishing by Jenkins build 486
---
 content/kb/docs/php/code-templates.html | 128 ++--
 1 file changed, 38 insertions(+), 90 deletions(-)

diff --git a/content/kb/docs/php/code-templates.html 
b/content/kb/docs/php/code-templates.html
index b85c266..3814f16 100644
--- a/content/kb/docs/php/code-templates.html
+++ b/content/kb/docs/php/code-templates.html
@@ -83,14 +83,11 @@
 
 
 Defined PHP Code Templates
-Using PHP Code Templates
-
+Using PHP Code Templates
 Expanding 
the code template by using the abbreviation + Tab
 Inserting the 
code template with code completion
 Surrounding code with a 
template
 Editing parameters in 
expanded templates
-
-
 PHP Code Template Syntax
 
 Placeholder name
@@ -98,16 +95,15 @@
 Parameter defined by hints
 
 
-Creating Your Own Code 
Templates
-
+Creating Your Own Code 
Templates
 Use case: Inserting PHP into 
HTML
 Use case: Joomla
 Use case: MySQL connection
-Use case: Action in Zend 
controller
+Use case: Action in Zend 
controller
+
 Use case: Zend form element
 
 
-See Also
 
 
 
@@ -115,40 +111,6 @@
 
 Code templates are prewritten snippets of code provided by NetBeans IDE. 
You can paste a snippet into your code by using code completion or the 
template’s abbreviation followed by the Tab key. You can also surround 
your code with appropriate PHP snippets. Finally, you can define your own code 
templates. This tutorial shows how to use code templates and suggests useful 
cases for defining your own code templates.
 
-
-
-
-
-Figure 1. Content on this page applies to the NetBeans IDE 
7.2, 7.3, 7.4 and 8.0
-
-
-To complete this tutorial, you need the following software and 
resources.
-
-
-
-
-
-
-
-
-Software or Resource
-Version Required
-
-
-
-
-https://netbeans.org/downloads/index.html";>NetBeans IDE
-PHP 
download bundle
-
-
-http://www.oracle.com/technetwork/java/javase/downloads/index.html";>Java 
Development Kit (JDK)
-7 or 
8
-
-
-
-
- 
-
 
 
 
@@ -201,8 +163,11 @@ The syntax of the new class ( cls ) code 
template is explored in th
 
 After you insert the template, the IDE helps you edit parameters in the expanded template code.
 
-
-Expanding 
the code template by using the abbreviation + Tab
+
+
+
+Expanding 
the code template by using the abbreviation + Tab
+
 
 Look again at the Code Templates tab in the Options dialog. At the bottom 
there is a drop-down field for selecting the Expand Template On key-combo. This 
is the key-combo you press after typing in the code template’s 
abbreviation in order to expand the code template. By default the Tab key is 
selected but you can select other combos instead.
 
@@ -264,8 +229,10 @@ The syntax of the new class ( cls ) code 
template is explored in th
 The final position of the cursor is determined by the  
${cursor}  parameter. This parameter is described in the section 
Reserved names.
 
 
-
-Inserting the code 
template with code completion
+
+
+Inserting the code 
template with code completion
+
 
 To insert a code template by using code completion, type the beginning of 
the expanded snippet (not the template abbreviation). The code 
completion dialog opens, showing you the snippet.
 
@@ -297,8 +264,10 @@ image::images/select-constructor-name.png[]
 
 
 
-
-Surrounding code with a 
template
+
+
+Surrounding code with a 
template
+
 
 You can surround your code with the following PHP templates:
 
@@ -394,8 +363,10 @@ image::images/inserted-if-true.png[]
 The next section contains more details about editing the parameters in 
expanded templates.
 
 
-
-Editing parameters in 
expanded templates
+
+
+Editing parameters in 
expanded templates
+
 
 In the sections on inserting templates into your code, you saw how the IDE 
automatically selected the class name for editing when you expandede the new 
class template, and how the IDE automatically selected the condition name for 
editing when you expanded the  if(true)  
template. Now you will see some more ways the IDE helps you edit parameters in 
expanded templates.
 
@@ -479,7 +450,6 @@ image::images/value-method-cc.png[]
 
 
 
-
 
 PHP Code Template Syntax
 
@@ -701,8 +671,11 @@ image::images/new-abb.png[]
 
 The following sections describe some use cases for creating your own PHP 
code templates. If you have any further use cases to suggest, please share them 
with the community at the http://forums.netbeans.org/php-users.html";>PHP Users' Forum.
 
-
-Use case: Inserting PHP into 
HTML
+
+
+
+Use case: Inserting PHP into 
HTML
+
 
 If you freque

[incubator-netbeans-website] branch master updated (d8540dc -> 77a5a5d)

2019-01-24 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 d8540dc  Merge pull request #252 from apache/geertjanw-patch-131
 add c879657  Update ajax-quickstart.asciidoc
 new 77a5a5d  Merge pull request #253 from apache/geertjanw-patch-132

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:
 .../content/kb/docs/php/ajax-quickstart.asciidoc   | 31 +++---
 1 file changed, 4 insertions(+), 27 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



  1   2   >