[jira] [Commented] (NETBEANS-1932) Random excessive CPU load (100%)

2019-01-17 Thread Junior Dussouillez (JIRA)


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

Junior Dussouillez commented on NETBEANS-1932:
--

Since I reported the issue, I got the problem 4-5 times and I noticed that each 
time it happens, the "Checking for external changes" task is running.

If I'm fast enough to cancel it when my computer begins to be slow, the IDE 
stays alive because the CPU load decreases a few seconds later. Otherwise the 
CPU goes to 100% during 30 seconds or more.

I will try to take some time to profile the IDE to give you more informations.

> Random excessive CPU load (100%)
> 
>
> Key: NETBEANS-1932
> URL: https://issues.apache.org/jira/browse/NETBEANS-1932
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0, 10.0
> Environment: Linux, 4.10.0-38-generic, amd64
> OpenJDK 64-Bit Server VM, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1, OpenJDK Runtime 
> Environment, 11.0.1+13-Ubuntu-3ubuntu116.04ppa1
> Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: performance
> Attachments: CPU_Load.png, IDE_Log.txt, Netbeans_CPU_Load.png, 
> UI_Log.txt
>
>
> Since Netbeans 9.0, I get random excessive CPU load. It can happen twice a 
> day or even twice an hour. The UI does not respond and the CPU goes to 100%.
> I have to kill the netbeans process and when I start it again, I get the 
> error window (see the UI_Log.txt and IDE_Log.txt log files).
> I remain at your disposal if you need more informations.



--
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-1951) NPE on startup

2019-01-17 Thread Zaahir Laher (JIRA)
Zaahir Laher created NETBEANS-1951:
--

 Summary: NPE on startup
 Key: NETBEANS-1951
 URL: https://issues.apache.org/jira/browse/NETBEANS-1951
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 10.0
Reporter: Zaahir Laher


NPE on startup



--
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-1950) Bookmark Actions Missing from Keymap Settings

2019-01-17 Thread James Thomas (JIRA)
James Thomas created NETBEANS-1950:
--

 Summary: Bookmark Actions Missing from Keymap Settings
 Key: NETBEANS-1950
 URL: https://issues.apache.org/jira/browse/NETBEANS-1950
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Key bindings
Affects Versions: 10.0
Reporter: James Thomas


The bookmark Keymap options are missing from Netbeans 10 (previously were 
available in Netbeans 8) even though the bookmarking features still exist.  
These include

 

Next Bookmark
Previous Bookmark
Toggle Bookmark

Bookmark History Popup Next
Bookmark History Popup Previous
Bookmarks
Clear Document Bookmarks

 

The functionality still seems to exist, copying keymap configuration files from 
Netbeans 8 allows the keybindings to work in Netbeans 10



--
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-1949) AssertionError in DeferredAttr$2$1.setOverloadKind (Java parsing)

2019-01-17 Thread Austin Stephens (JIRA)


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

Austin Stephens updated NETBEANS-1949:
--
Environment: jdk 10.0.2

> AssertionError in DeferredAttr$2$1.setOverloadKind (Java parsing)
> -
>
> Key: NETBEANS-1949
> URL: https://issues.apache.org/jira/browse/NETBEANS-1949
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 10.0
> Environment: jdk 10.0.2
>Reporter: Austin Stephens
>Priority: Major
> Attachments: SlayBugs.java
>
>
> The parser explodes when trying to parse the attached code file. Here is the 
> stack trace:
> {noformat}
> "Editor Parsing Loop (incubator-netbeans-release-380-on-20181217)"
>     at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>     at com.sun.tools.javac.util.Assert.check(Assert.java:46)
>     at 
> com.sun.tools.javac.comp.DeferredAttr$2$1.setOverloadKind(DeferredAttr.java:177)
>     at 
> com.sun.tools.javac.comp.ArgumentAttr.visitReference(ArgumentAttr.java:283)
>     at 
> com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2196)
>     at com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:671)
>     at com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:782)
>     at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2062)
>     at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
>     at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3826)
>     at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
>     at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2079)
>     at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
>     at 
> com.sun.tools.javac.comp.DeferredAttr.attribSpeculative(DeferredAttr.java:505)
>     at 
> com.sun.tools.javac.comp.DeferredAttr.attribSpeculative(DeferredAttr.java:486)
>     at 
> com.sun.tools.javac.comp.ArgumentAttr.lambda$processArg$0(ArgumentAttr.java:220)
>     at com.sun.tools.javac.comp.ArgumentAttr$$Lambda$668.334963799.get
>     at com.sun.tools.javac.comp.ArgumentAttr.processArg(ArgumentAttr.java:242)
>     at com.sun.tools.javac.comp.ArgumentAttr.processArg(ArgumentAttr.java:219)
>     at com.sun.tools.javac.comp.ArgumentAttr.visitApply(ArgumentAttr.java:307)
>     at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>     at com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:671)
>     at com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:782)
>     at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2062)
>     at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
>     at com.sun.tools.javac.comp.Attr.visitReturn(Attr.java:1931)
>     at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
>     at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)
>     at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:773)
>     at com.sun.tools.javac.comp.Attr.visitLambda(Attr.java:2751)
>     at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>     at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
>     at com.sun.tools.javac.comp.DeferredAttr$4.complete(DeferredAttr.java:379)
>     at 
> com.sun.tools.javac.comp.DeferredAttr$DeferredType.check(DeferredAttr.java:340)
>     at 
> com.sun.tools.javac.comp.DeferredAttr$DeferredType.check(DeferredAttr.java:326)
>     at 
> com.sun.tools.javac.comp.Resolve$MethodResultInfo.check(Resolve.java:1062)
>     at com.sun.tools.javac.comp.Resolve$4.checkArg(Resolve.java:889)
>     at 
> com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Resolve.java:777)
>     at 
> com.sun.tools.javac.comp.Resolve$4.argumentsAcceptable(Resolve.java:898)
>     at com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:620)
>     at com.sun.tools.javac.comp.Resolve.checkMethod(Resolve.java:646)
>     at com.sun.tools.javac.comp.Attr.checkMethod(Attr.java:4378)
>     at com.sun.tools.javac.comp.Attr.checkIdInternal(Attr.java:4166)
>     at com.sun.tools.javac.comp.Attr.checkMethodIdInternal(Attr.java:4067)
>     at com.sun.tools.javac.comp.Attr.checkId(Attr.java:4056)
>     at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3949)
>     at 

[jira] [Created] (NETBEANS-1949) AssertionError in DeferredAttr$2$1.setOverloadKind (Java parsing)

2019-01-17 Thread Austin Stephens (JIRA)
Austin Stephens created NETBEANS-1949:
-

 Summary: AssertionError in DeferredAttr$2$1.setOverloadKind (Java 
parsing)
 Key: NETBEANS-1949
 URL: https://issues.apache.org/jira/browse/NETBEANS-1949
 Project: NetBeans
  Issue Type: Bug
  Components: java - Source
Affects Versions: 10.0
Reporter: Austin Stephens
 Attachments: SlayBugs.java

The parser explodes when trying to parse the attached code file. Here is the 
stack trace:
{noformat}
"Editor Parsing Loop (incubator-netbeans-release-380-on-20181217)"
    at com.sun.tools.javac.util.Assert.error(Assert.java:155)
    at com.sun.tools.javac.util.Assert.check(Assert.java:46)
    at 
com.sun.tools.javac.comp.DeferredAttr$2$1.setOverloadKind(DeferredAttr.java:177)
    at 
com.sun.tools.javac.comp.ArgumentAttr.visitReference(ArgumentAttr.java:283)
    at 
com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2196)
    at com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:671)
    at com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:782)
    at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2062)
    at 
com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3826)
    at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2079)
    at 
com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at 
com.sun.tools.javac.comp.DeferredAttr.attribSpeculative(DeferredAttr.java:505)
    at 
com.sun.tools.javac.comp.DeferredAttr.attribSpeculative(DeferredAttr.java:486)
    at 
com.sun.tools.javac.comp.ArgumentAttr.lambda$processArg$0(ArgumentAttr.java:220)
    at com.sun.tools.javac.comp.ArgumentAttr$$Lambda$668.334963799.get
    at com.sun.tools.javac.comp.ArgumentAttr.processArg(ArgumentAttr.java:242)
    at com.sun.tools.javac.comp.ArgumentAttr.processArg(ArgumentAttr.java:219)
    at com.sun.tools.javac.comp.ArgumentAttr.visitApply(ArgumentAttr.java:307)
    at 
com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
    at com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:671)
    at com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:782)
    at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2062)
    at 
com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at com.sun.tools.javac.comp.Attr.visitReturn(Attr.java:1931)
    at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:749)
    at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:773)
    at com.sun.tools.javac.comp.Attr.visitLambda(Attr.java:2751)
    at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at com.sun.tools.javac.comp.DeferredAttr$4.complete(DeferredAttr.java:379)
    at 
com.sun.tools.javac.comp.DeferredAttr$DeferredType.check(DeferredAttr.java:340)
    at 
com.sun.tools.javac.comp.DeferredAttr$DeferredType.check(DeferredAttr.java:326)
    at 
com.sun.tools.javac.comp.Resolve$MethodResultInfo.check(Resolve.java:1062)
    at com.sun.tools.javac.comp.Resolve$4.checkArg(Resolve.java:889)
    at 
com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Resolve.java:777)
    at com.sun.tools.javac.comp.Resolve$4.argumentsAcceptable(Resolve.java:898)
    at com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:620)
    at com.sun.tools.javac.comp.Resolve.checkMethod(Resolve.java:646)
    at com.sun.tools.javac.comp.Attr.checkMethod(Attr.java:4378)
    at com.sun.tools.javac.comp.Attr.checkIdInternal(Attr.java:4166)
    at com.sun.tools.javac.comp.Attr.checkMethodIdInternal(Attr.java:4067)
    at com.sun.tools.javac.comp.Attr.checkId(Attr.java:4056)
    at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3949)
    at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2079)
    at 
com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
    at com.sun.tools.javac.comp.Attr.visitTypeCast(Attr.java:3689)
    at 

[jira] [Updated] (NETBEANS-1948) Menus do not work on all monitors on Linux

2019-01-17 Thread Jan Tack (JIRA)


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

Jan Tack updated NETBEANS-1948:
---
Environment: Linux (Fedora 29, Gnome Spin) with multiple Monitors  (was:  
Linux (Fedora 29, Gnome Spin. Wayland mode)  )

> Menus do not work on all monitors on Linux 
> ---
>
> Key: NETBEANS-1948
> URL: https://issues.apache.org/jira/browse/NETBEANS-1948
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0
> Environment: Linux (Fedora 29, Gnome Spin) with multiple Monitors
>Reporter: Jan Tack
>Priority: Minor
> Attachments: left.png, right.png
>
>
> Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
> two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
> monitors (2560X1440px) in the middle and on the right) (see attatched 
> screenshots).
> The appearance and behavior of the bug depends on which monitor(s) the 
> NetBeans window is located:
> The NetBeans window is ...
>  * ... on the MIDDLE Monitor: (x) The menus and icons in the tool bar do not 
> react on mouse events at all 
>  * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
>  * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and 
> all toolbar icons do not react on mouse events at all.
>  * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
> on the left side are broken and those on the right side are working fine (see 
> the attached screenshots). 
> If I start a Xorg instead of a Wayland session the problem stays pretty much 
> the same, but the none working monitor is now the right one.
> I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
> behavior in any other program on my system. Also other Java programs and even 
> Netbeans 8.2 do not have this bug or a simulare one.
> Sorry for my english. This is the first bug report I have ever written, so I 
> ask for your understanding if it does not meet all your requirements. If you 
> need any further information of my system or the bug behavior please feel 
> free to contact me.    



--
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-1948) Menus do not work on all monitors on Linux

2019-01-17 Thread Jan Tack (JIRA)


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

Jan Tack updated NETBEANS-1948:
---
Attachment: left.png
right.png

> Menus do not work on all monitors on Linux 
> ---
>
> Key: NETBEANS-1948
> URL: https://issues.apache.org/jira/browse/NETBEANS-1948
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0
> Environment:  Linux (Fedora 29, Gnome Spin. Wayland mode)  
>Reporter: Jan Tack
>Priority: Minor
> Attachments: left.png, right.png
>
>
> Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
> two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
> monitors (2560X1440px) in the middle and on the right).|
> The appearance and behavior of the bug depends on which monitor(s) the 
> NetBeans window is located:
> The NetBeans window is ...
>  * ... on the MIDDLE Monitor: (-) The menus and icons in the tool bar do not 
> react on mouse events at all 
>  * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
>  * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and 
> all toolbar icons do not react on mouse events at all.
>  * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
> on the left side are broken and those on the right side are working fine (see 
> the attached screenshots). 
> If I start a Xorg instead of a Wayland session the problem stays pretty much 
> the same, but the none working monitor is now the right one.
> I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
> behavior in any other program on my system. Also other Java programs and even 
> Netbeans 8.2 do not have this bug or a simulare one.
> Sorry for my english. This is the first bug report I ever written, so I ask 
> for your understanding if it does not meet all your requirements. If you need 
> any further information of my system or the bug behavior please feel free to 
> contact me.    



--
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-1948) Menus do not work on all monitors on Linux

2019-01-17 Thread Jan Tack (JIRA)


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

Jan Tack updated NETBEANS-1948:
---
Attachment: (was: Bildschirmfoto von 2019-01-17 20-32-35.png)

> Menus do not work on all monitors on Linux 
> ---
>
> Key: NETBEANS-1948
> URL: https://issues.apache.org/jira/browse/NETBEANS-1948
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0
> Environment:  Linux (Fedora 29, Gnome Spin. Wayland mode)  
>Reporter: Jan Tack
>Priority: Minor
> Attachments: left.png, right.png
>
>
> Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
> two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
> monitors (2560X1440px) in the middle and on the right).|
> The appearance and behavior of the bug depends on which monitor(s) the 
> NetBeans window is located:
> The NetBeans window is ...
>  * ... on the MIDDLE Monitor: (-) The menus and icons in the tool bar do not 
> react on mouse events at all 
>  * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
>  * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and 
> all toolbar icons do not react on mouse events at all.
>  * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
> on the left side are broken and those on the right side are working fine (see 
> the attached screenshots). 
> If I start a Xorg instead of a Wayland session the problem stays pretty much 
> the same, but the none working monitor is now the right one.
> I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
> behavior in any other program on my system. Also other Java programs and even 
> Netbeans 8.2 do not have this bug or a simulare one.
> Sorry for my english. This is the first bug report I ever written, so I ask 
> for your understanding if it does not meet all your requirements. If you need 
> any further information of my system or the bug behavior please feel free to 
> contact me.    



--
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-1948) Menus do not work on all monitors on Linux

2019-01-17 Thread Jan Tack (JIRA)


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

Jan Tack updated NETBEANS-1948:
---
Description: 
Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
monitors (2560X1440px) in the middle and on the right) (see attatched 
screenshots).

The appearance and behavior of the bug depends on which monitor(s) the NetBeans 
window is located:

The NetBeans window is ...
 * ... on the MIDDLE Monitor: (x) The menus and icons in the tool bar do not 
react on mouse events at all 
 * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
 * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and all 
toolbar icons do not react on mouse events at all.
 * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
on the left side are broken and those on the right side are working fine (see 
the attached screenshots). 

If I start a Xorg instead of a Wayland session the problem stays pretty much 
the same, but the none working monitor is now the right one.

I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
behavior in any other program on my system. Also other Java programs and even 
Netbeans 8.2 do not have this bug or a simulare one.

Sorry for my english. This is the first bug report I have ever written, so I 
ask for your understanding if it does not meet all your requirements. If you 
need any further information of my system or the bug behavior please feel free 
to contact me.    

  was:
Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
monitors (2560X1440px) in the middle and on the right).|

The appearance and behavior of the bug depends on which monitor(s) the NetBeans 
window is located:

The NetBeans window is ...
 * ... on the MIDDLE Monitor: (-) The menus and icons in the tool bar do not 
react on mouse events at all 
 * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
 * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and all 
toolbar icons do not react on mouse events at all.
 * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
on the left side are broken and those on the right side are working fine (see 
the attached screenshots). 

If I start a Xorg instead of a Wayland session the problem stays pretty much 
the same, but the none working monitor is now the right one.

I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
behavior in any other program on my system. Also other Java programs and even 
Netbeans 8.2 do not have this bug or a simulare one.

Sorry for my english. This is the first bug report I ever written, so I ask for 
your understanding if it does not meet all your requirements. If you need any 
further information of my system or the bug behavior please feel free to 
contact me.    


> Menus do not work on all monitors on Linux 
> ---
>
> Key: NETBEANS-1948
> URL: https://issues.apache.org/jira/browse/NETBEANS-1948
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0
> Environment:  Linux (Fedora 29, Gnome Spin. Wayland mode)  
>Reporter: Jan Tack
>Priority: Minor
> Attachments: left.png, right.png
>
>
> Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
> two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
> monitors (2560X1440px) in the middle and on the right) (see attatched 
> screenshots).
> The appearance and behavior of the bug depends on which monitor(s) the 
> NetBeans window is located:
> The NetBeans window is ...
>  * ... on the MIDDLE Monitor: (x) The menus and icons in the tool bar do not 
> react on mouse events at all 
>  * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
>  * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and 
> all toolbar icons do not react on mouse events at all.
>  * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
> on the left side are broken and those on the right side are working fine (see 
> the attached screenshots). 
> If I start a Xorg instead of a Wayland session the problem stays pretty much 
> the same, but the none working monitor is now the right one.
> I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
> behavior in any other program on my system. Also other Java programs and even 
> Netbeans 8.2 do not have this bug or a simulare one.
> Sorry for my english. This is the first bug report I have ever written, so I 
> ask 

[jira] [Updated] (NETBEANS-1948) Menus do not work on all monitors on Linux

2019-01-17 Thread Jan Tack (JIRA)


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

Jan Tack updated NETBEANS-1948:
---
Attachment: (was: Bildschirmfoto von 2019-01-17 20-32-28.png)

> Menus do not work on all monitors on Linux 
> ---
>
> Key: NETBEANS-1948
> URL: https://issues.apache.org/jira/browse/NETBEANS-1948
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0
> Environment:  Linux (Fedora 29, Gnome Spin. Wayland mode)  
>Reporter: Jan Tack
>Priority: Minor
> Attachments: left.png, right.png
>
>
> Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
> two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
> monitors (2560X1440px) in the middle and on the right).|
> The appearance and behavior of the bug depends on which monitor(s) the 
> NetBeans window is located:
> The NetBeans window is ...
>  * ... on the MIDDLE Monitor: (-) The menus and icons in the tool bar do not 
> react on mouse events at all 
>  * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
>  * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and 
> all toolbar icons do not react on mouse events at all.
>  * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
> on the left side are broken and those on the right side are working fine (see 
> the attached screenshots). 
> If I start a Xorg instead of a Wayland session the problem stays pretty much 
> the same, but the none working monitor is now the right one.
> I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
> behavior in any other program on my system. Also other Java programs and even 
> Netbeans 8.2 do not have this bug or a simulare one.
> Sorry for my english. This is the first bug report I ever written, so I ask 
> for your understanding if it does not meet all your requirements. If you need 
> any further information of my system or the bug behavior please feel free to 
> contact me.    



--
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-1948) Menus do not work on all monitors on Linux

2019-01-17 Thread Jan Tack (JIRA)


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

Jan Tack updated NETBEANS-1948:
---
Description: 
Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
monitors (2560X1440px) in the middle and on the right).|

The appearance and behavior of the bug depends on which monitor(s) the NetBeans 
window is located:

The NetBeans window is ...
 * ... on the MIDDLE Monitor: (-) The menus and icons in the tool bar do not 
react on mouse events at all 
 * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
 * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and all 
toolbar icons do not react on mouse events at all.
 * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
on the left side are broken and those on the right side are working fine (see 
the attached screenshots). 

If I start a Xorg instead of a Wayland session the problem stays pretty much 
the same, but the none working monitor is now the right one.

I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
behavior in any other program on my system. Also other Java programs and even 
Netbeans 8.2 do not have this bug or a simulare one.

Sorry for my english. This is the first bug report I ever written, so I ask for 
your understanding if it does not meet all your requirements. If you need any 
further information of my system or the bug behavior please feel free to 
contact me.    

  was:
Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
monitors (2560X1440px) in the middle and on the right).

The appearance and behavior of the bug depends on which monitor(s) the NetBeans 
window is located:

The NetBeans window is ...
 * ... on the MIDDLE Monitor: The menus and icons in the tool bar do not react 
on mouse events at all.
 * ... on the LEFT monitor OR on the RIGHT monitor: Everything works fine.
 * ... partly on the LEFT AND the MIDDLE Monitor: The hole menu and all toolbar 
icons do not react on mouse events at all.
 * ... on the MIDDLE AND the RIGHT Monitor: Those menus entrys on the left side 
are broken and those on the right side are working fine (see the attached 
screenshots).

If I start a Xorg instead of a Wayland session the problem stays pretty much 
the same, but the none working monitor is now the right one.

I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
behavior in any other program on my system. Also other Java programs and even 
Netbeans 8.2 do not have this bug or a simulare one.

Sorry for my english. This is the first bug-report I ever written, so I ask for 
your understanding if it does not meet all your requirements. If you need any 
further information of my system or the bug behavior please feel free to 
contact me.   


> Menus do not work on all monitors on Linux 
> ---
>
> Key: NETBEANS-1948
> URL: https://issues.apache.org/jira/browse/NETBEANS-1948
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0
> Environment:  Linux (Fedora 29, Gnome Spin. Wayland mode)  
>Reporter: Jan Tack
>Priority: Minor
> Attachments: Bildschirmfoto von 2019-01-17 20-32-28.png, 
> Bildschirmfoto von 2019-01-17 20-32-35.png
>
>
> Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
> two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
> monitors (2560X1440px) in the middle and on the right).|
> The appearance and behavior of the bug depends on which monitor(s) the 
> NetBeans window is located:
> The NetBeans window is ...
>  * ... on the MIDDLE Monitor: (-) The menus and icons in the tool bar do not 
> react on mouse events at all 
>  * ... on the LEFT monitor OR on the RIGHT monitor: (/) Everything works fine.
>  * ... partly on the LEFT AND the MIDDLE Monitor: (x)|(x) The hole menu and 
> all toolbar icons do not react on mouse events at all.
>  * ... parlty on the MIDDLE AND the RIGHT Monitor: (x)|(/) Those menus entrys 
> on the left side are broken and those on the right side are working fine (see 
> the attached screenshots). 
> If I start a Xorg instead of a Wayland session the problem stays pretty much 
> the same, but the none working monitor is now the right one.
> I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
> behavior in any other program on my system. Also other Java programs and even 
> Netbeans 8.2 do not have this bug or a simulare one.
> Sorry for my english. This is the first bug report I ever written, so I ask 
> for your understanding if it 

[jira] [Updated] (NETBEANS-1948) Menus do not work on all monitors on Linux

2019-01-17 Thread Jan Tack (JIRA)


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

Jan Tack updated NETBEANS-1948:
---
Description: 
Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
monitors (2560X1440px) in the middle and on the right).

The appearance and behavior of the bug depends on which monitor(s) the NetBeans 
window is located:

The NetBeans window is ...
 * ... on the MIDDLE Monitor: The menus and icons in the tool bar do not react 
on mouse events at all.
 * ... on the LEFT monitor OR on the RIGHT monitor: Everything works fine.
 * ... partly on the LEFT AND the MIDDLE Monitor: The hole menu and all toolbar 
icons do not react on mouse events at all.
 * ... on the MIDDLE AND the RIGHT Monitor: Those menus entrys on the left side 
are broken and those on the right side are working fine (see the attached 
screenshots).

If I start a Xorg instead of a Wayland session the problem stays pretty much 
the same, but the none working monitor is now the right one.

I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
behavior in any other program on my system. Also other Java programs and even 
Netbeans 8.2 do not have this bug or a simulare one.

Sorry for my english. This is the first bug-report I ever written, so I ask for 
your understanding if it does not meet all your requirements. If you need any 
further information of my system or the bug behavior please feel free to 
contact me.   

  was:
Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
two different sizes (1 monitor with 1680pxX1080px on the left and two 2K 
monitors (2560X1440px) in the middle and on the right).

The menus and icons in the tool bar of NetBeans do not react on mouse events on 
the middle Monitor.

If the NetBeans window is on the left monitor or on the right monitor 
everything works fine.

If the NetBeans window is partly on the LEFT AND the MIDDLE Monitor the hole 
menu and the toolbar do not react on mouse event.

If the NetBeans window is on the MIDDLE AND the RIGHT Monitor, those menu 
entrys on the left side are broken and those on the right side are working fine 
(see the attached screenshots).

If I start a Xorg instead of a Wayland session the problem stays pretty much 
the same, but the none working monitor is now the right one.

I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
behavior in any other program on my system. Also other Java programs do not 
have this bug. Also Netbeans 8.2 is working fine on all my monitors.

Sorry for my english. This is the first bug-report I ever written, so I ask for 
your understanding if he does not meet all your requirements. If you need any 
further information of my system or the bug behavior please feel free to 
contact me.   

 

 

 

      

  

I


> Menus do not work on all monitors on Linux 
> ---
>
> Key: NETBEANS-1948
> URL: https://issues.apache.org/jira/browse/NETBEANS-1948
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0
> Environment:  Linux (Fedora 29, Gnome Spin. Wayland mode)  
>Reporter: Jan Tack
>Priority: Minor
> Attachments: Bildschirmfoto von 2019-01-17 20-32-28.png, 
> Bildschirmfoto von 2019-01-17 20-32-35.png
>
>
> Im using Linux (Fedora 29, Gnome Spin. Wayland mode)  with three monitors in 
> two different sizes (1 monitor with 1680px X 1080px on the left and two 2K 
> monitors (2560X1440px) in the middle and on the right).
> The appearance and behavior of the bug depends on which monitor(s) the 
> NetBeans window is located:
> The NetBeans window is ...
>  * ... on the MIDDLE Monitor: The menus and icons in the tool bar do not 
> react on mouse events at all.
>  * ... on the LEFT monitor OR on the RIGHT monitor: Everything works fine.
>  * ... partly on the LEFT AND the MIDDLE Monitor: The hole menu and all 
> toolbar icons do not react on mouse events at all.
>  * ... on the MIDDLE AND the RIGHT Monitor: Those menus entrys on the left 
> side are broken and those on the right side are working fine (see the 
> attached screenshots).
> If I start a Xorg instead of a Wayland session the problem stays pretty much 
> the same, but the none working monitor is now the right one.
> I'm not quite sure if that is a NetBeans bug, but I have never seen such a 
> behavior in any other program on my system. Also other Java programs and even 
> Netbeans 8.2 do not have this bug or a simulare one.
> Sorry for my english. This is the first bug-report I ever written, so I ask 
> for your understanding if it does not meet all your requirements. If you need 
> any further information of my system or the bug behavior please feel 

[jira] [Comment Edited] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2019-01-17 Thread Eirik Bakke (JIRA)


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

Eirik Bakke edited comment on NETBEANS-346 at 1/17/19 6:09 PM:
---

Drawing the end-of-line marker in the wrong place has turned out to be a quite 
bad bug. For myself, it took about 4 months to discover the problem, and 
another month to discover a workaround (which is to select a zoom level for 
which the marker happens to be in the right place). My source code repository 
now has a mix of line widths from the 4 months of work during which I was 
unaware of the problem, and my git log is littered with "fix line widths"-type 
entries. To properly repair the damage, I had to spend an hour setting up 
checkstyle and going into each file to correct all the line widths. Increased 
the bug priority to "Critical" for this reason.


was (Author: ebakke):
Drawing the end-of-line marker in the wrong place has turned out to be a quite 
bad bug. For myself, it took about 4 months to discover the problem, and 
another month to discover a workaround (which is to select a zoom level for 
which the marker happens to be in the right place). My source code repository 
now has a mix of line widths from the 4 months of work during which I was 
unaware of the problem, and my git log is littered with "fix line widths"-type 
entries. To properly repair the damage I had to spend an hour setting up 
checkstyle and going into each file to correct all the line widths. Increased 
the bug priority to "Critical" for this reason.

> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Critical
>  Labels: HiDPI, font
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



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

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

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



[jira] [Commented] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2019-01-17 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-346:
--

Drawing the end-of-line marker in the wrong place has turned out to be a quite 
bad bug. For myself, it took about 4 months to discover the problem, and 
another month to discover a workaround (which is to select a zoom level for 
which the marker happens to be in the right place). My source code repository 
now has a mix of line widths from the 4 months of work during which I was 
unaware of the problem, and my git log is littered with "fix line widths"-type 
entries. To properly repair the damage I had to spend an hour setting up 
checkstyle and going into each file to correct all the line widths. Increased 
the bug priority to "Critical" for this reason.

> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Critical
>  Labels: HiDPI, font
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



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

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

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



[jira] [Updated] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2019-01-17 Thread Eirik Bakke (JIRA)


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

Eirik Bakke updated NETBEANS-346:
-
Priority: Critical  (was: Major)

> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Critical
>  Labels: HiDPI, font
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



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

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

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



[jira] [Created] (NETBEANS-1947) Does netbeans 8.2 php support TLS 1.2 as remote server ftp

2019-01-17 Thread Wei Zhang (JIRA)
Wei Zhang created NETBEANS-1947:
---

 Summary: Does netbeans 8.2 php support TLS 1.2 as remote server ftp
 Key: NETBEANS-1947
 URL: https://issues.apache.org/jira/browse/NETBEANS-1947
 Project: NetBeans
  Issue Type: Bug
  Components: php - FTP Support
Affects Versions: 8.2
 Environment: C-Panel, PHP
Reporter: Wei Zhang


I use NetBeans as the PHP IDE to develop websites. I love the remote server FTP 
function which allows me quickly coding and debugs. 

But one day my website hosting company: ventraIP, they update their FTP 
technology. Then the FTP has never worked again. I asked their support, their 
respond me that NetBeans does not support TLS 1.2.

My website URL: [www.ynw.com.au,|http://www.ynw.com.au%2C/] IP: 103.42.110can 
someone helps me to check is 'TLS 1.2' is the issue or not.

If it is the 'TLS 1.2' issue, how can I fix it.



--
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-1867) [TUTORIALS] - review and publication

2019-01-17 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1867:
-

That would be excellent, thanks a lot. Or make it optional, somehow?

> [TUTORIALS] - review and publication
> 
>
> Key: NETBEANS-1867
> URL: https://issues.apache.org/jira/browse/NETBEANS-1867
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
> Attachments: image-2019-01-15-12-22-29-742.png, 
> image-2019-01-15-12-26-14-652.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The third donation from Oracle included the NetBeans Tutorials. These have 
> been transformed automatically to the AsciiDoc format and need review.
> h2. Things to review
> Review process consists of the following steps:
>  * Find the images that have not been donated, and create alternatives.
>  * Fix any formatting issues from the automated process.
>  * Review the "language" of the code examples, so syntax highlighing is 
> correct.
>  * Create learning trails.
>  * Remove the "*Contents*" section of the tutorial pages (if any, the 
> automatic process should have removed most of them), we should also remove 
> the list of links to headings in the content in the Contents section. We're 
> generating a Table of Contents automatically, so we don't need to manually 
> create one.
> h2. Asigning a tutorial to yourself
> The review process will tackle different sets of Tutorials in the following 
> order:
>  # IDE Tutorials in src/content/kb/docs/ide
>  # Java Tutorials in src/content/kb/docs/java
>  # PHP Tutorials in src/content/kb/docs/php
>  # Rest of tutorials: javaee, javame, web, webclient, websvc. Order will be 
> defined later.
> If you want to review some tutorials please create a subtask using the 
> *"More"/"Create sub-task"* menu entry, like so
> !image-2019-01-15-12-22-29-742.png|width=650,height=436!
> When creating the sub-task remember to set the "*labels*" field to 
> *documentation / third-donation / tutorials / website,* 
> like so:
> *!image-2019-01-15-12-26-14-652.png|width=741,height=126!*
> Also remember to *clearly state the tutorials you're working with* (say 
> "java/a*": all tutorials starting with "a" in the "java" folder, or 
> "ide/git.asciidoc").
> h2. Help Material / Tips & Tricks
> Please see 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339] 
> for NetBeans specific Asciidoc Trips & Tricks.
> Please see 
> [https://issues.apache.org/jira/secure/RapidBoard.jspa?projectKey=NETBEANS=303]
>  for a Kanban Board of the status the tutorials donation.
>  
>  
>  



--
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-1867) [TUTORIALS] - review and publication

2019-01-17 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1867:
--

We can add borders around *all* tutorial images using CSS very easily. I can do 
that. Let me know any other features you need.

> [TUTORIALS] - review and publication
> 
>
> Key: NETBEANS-1867
> URL: https://issues.apache.org/jira/browse/NETBEANS-1867
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
> Attachments: image-2019-01-15-12-22-29-742.png, 
> image-2019-01-15-12-26-14-652.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The third donation from Oracle included the NetBeans Tutorials. These have 
> been transformed automatically to the AsciiDoc format and need review.
> h2. Things to review
> Review process consists of the following steps:
>  * Find the images that have not been donated, and create alternatives.
>  * Fix any formatting issues from the automated process.
>  * Review the "language" of the code examples, so syntax highlighing is 
> correct.
>  * Create learning trails.
>  * Remove the "*Contents*" section of the tutorial pages (if any, the 
> automatic process should have removed most of them), we should also remove 
> the list of links to headings in the content in the Contents section. We're 
> generating a Table of Contents automatically, so we don't need to manually 
> create one.
> h2. Asigning a tutorial to yourself
> The review process will tackle different sets of Tutorials in the following 
> order:
>  # IDE Tutorials in src/content/kb/docs/ide
>  # Java Tutorials in src/content/kb/docs/java
>  # PHP Tutorials in src/content/kb/docs/php
>  # Rest of tutorials: javaee, javame, web, webclient, websvc. Order will be 
> defined later.
> If you want to review some tutorials please create a subtask using the 
> *"More"/"Create sub-task"* menu entry, like so
> !image-2019-01-15-12-22-29-742.png|width=650,height=436!
> When creating the sub-task remember to set the "*labels*" field to 
> *documentation / third-donation / tutorials / website,* 
> like so:
> *!image-2019-01-15-12-26-14-652.png|width=741,height=126!*
> Also remember to *clearly state the tutorials you're working with* (say 
> "java/a*": all tutorials starting with "a" in the "java" folder, or 
> "ide/git.asciidoc").
> h2. Help Material / Tips & Tricks
> Please see 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339] 
> for NetBeans specific Asciidoc Trips & Tricks.
> Please see 
> [https://issues.apache.org/jira/secure/RapidBoard.jspa?projectKey=NETBEANS=303]
>  for a Kanban Board of the status the tutorials donation.
>  
>  
>  



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

2019-01-17 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 6bd7256  Automated site publishing by Jenkins build 306
6bd7256 is described below

commit 6bd725602feee3de7b7f0a97b0d9821b7f3fc759
Author: jenkins 
AuthorDate: Thu Jan 17 16:25:16 2019 +

Automated site publishing by Jenkins build 306
---
 content/kb/docs/java/quickstart.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html 
b/content/kb/docs/java/quickstart.html
index cea8235..265b64a 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -223,9 +223,6 @@
 
 In the Output window, you should see the below.
 
-
-img src="images/run-output.png" style="border: 1px solid black" 
/
-
 
 
 


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

2019-01-17 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 2f1e48d  Automated site publishing by Jenkins build 305
2f1e48d is described below

commit 2f1e48dd8d9f92e2c636bdc932b25aab33cd1239
Author: jenkins 
AuthorDate: Thu Jan 17 16:23:25 2019 +

Automated site publishing by Jenkins build 305
---
 content/kb/docs/java/quickstart.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/kb/docs/java/quickstart.html 
b/content/kb/docs/java/quickstart.html
index 265b64a..cea8235 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -223,6 +223,9 @@
 
 In the Output window, you should see the below.
 
+
+img src="images/run-output.png" style="border: 1px solid black" 
/
+
 
 
 


-
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 #157 from apache/geertjanw-patch-45

2019-01-17 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 8d4abd5caf62184cd2b25e50b3856c27f79349fe
Merge: e93011d 3a1c8cd
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 17:22:51 2019 +0100

Merge pull request #157 from apache/geertjanw-patch-45

Update quickstart.asciidoc

 netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 2 --
 1 file changed, 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 geertjanw-patch-45 created (now 3a1c8cd)

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

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


  at 3a1c8cd  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 

[incubator-netbeans-website] branch master updated (e93011d -> 8d4abd5)

2019-01-17 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 e93011d  Merge pull request #156 from apache/geertjanw-patch-44
 add 3a1c8cd  Update quickstart.asciidoc
 new 8d4abd5  Merge pull request #157 from apache/geertjanw-patch-45

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/java/quickstart.asciidoc | 2 --
 1 file changed, 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 geertjanw-patch-44 created (now a2cbc62)

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

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


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

[incubator-netbeans-website] branch master updated (3a23f41 -> e93011d)

2019-01-17 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 3a23f41  Merge pull request #155 from apache/geertjanw-patch-43-1
 add a2cbc62  Update quickstart.asciidoc
 new e93011d  Merge pull request #156 from apache/geertjanw-patch-44

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/java/quickstart.asciidoc | 2 ++
 1 file changed, 2 insertions(+)


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

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



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

2019-01-17 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 e93011d2e65909a0c44d838ffa37d0600155434d
Merge: 3a23f41 a2cbc62
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 17:21:39 2019 +0100

Merge pull request #156 from apache/geertjanw-patch-44

Update quickstart.asciidoc

 netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 2 ++
 1 file changed, 2 insertions(+)


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

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



[jira] [Commented] (NETBEANS-1867) [TUTORIALS] - review and publication

2019-01-17 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1867:
-

Is there a way to add borders around images, i.e., see the images in the below, 
I'd like to have borders around them:

https://netbeans.apache.org/kb/docs/java/quickstart.html

Or must an HTML img tag be used with the style attribute for that purpose?

> [TUTORIALS] - review and publication
> 
>
> Key: NETBEANS-1867
> URL: https://issues.apache.org/jira/browse/NETBEANS-1867
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
> Attachments: image-2019-01-15-12-22-29-742.png, 
> image-2019-01-15-12-26-14-652.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The third donation from Oracle included the NetBeans Tutorials. These have 
> been transformed automatically to the AsciiDoc format and need review.
> h2. Things to review
> Review process consists of the following steps:
>  * Find the images that have not been donated, and create alternatives.
>  * Fix any formatting issues from the automated process.
>  * Review the "language" of the code examples, so syntax highlighing is 
> correct.
>  * Create learning trails.
>  * Remove the "*Contents*" section of the tutorial pages (if any, the 
> automatic process should have removed most of them), we should also remove 
> the list of links to headings in the content in the Contents section. We're 
> generating a Table of Contents automatically, so we don't need to manually 
> create one.
> h2. Asigning a tutorial to yourself
> The review process will tackle different sets of Tutorials in the following 
> order:
>  # IDE Tutorials in src/content/kb/docs/ide
>  # Java Tutorials in src/content/kb/docs/java
>  # PHP Tutorials in src/content/kb/docs/php
>  # Rest of tutorials: javaee, javame, web, webclient, websvc. Order will be 
> defined later.
> If you want to review some tutorials please create a subtask using the 
> *"More"/"Create sub-task"* menu entry, like so
> !image-2019-01-15-12-22-29-742.png|width=650,height=436!
> When creating the sub-task remember to set the "*labels*" field to 
> *documentation / third-donation / tutorials / website,* 
> like so:
> *!image-2019-01-15-12-26-14-652.png|width=741,height=126!*
> Also remember to *clearly state the tutorials you're working with* (say 
> "java/a*": all tutorials starting with "a" in the "java" folder, or 
> "ide/git.asciidoc").
> h2. Help Material / Tips & Tricks
> Please see 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339] 
> for NetBeans specific Asciidoc Trips & Tricks.
> Please see 
> [https://issues.apache.org/jira/secure/RapidBoard.jspa?projectKey=NETBEANS=303]
>  for a Kanban Board of the status the tutorials donation.
>  
>  
>  



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

2019-01-17 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 b376a80  Automated site publishing by Jenkins build 302
b376a80 is described below

commit b376a807ad0b427e33fb37df88d4959922a80b17
Author: jenkins 
AuthorDate: Thu Jan 17 16:18:45 2019 +

Automated site publishing by Jenkins build 302
---
 content/kb/docs/java/quickstart.html | 66 +---
 1 file changed, 9 insertions(+), 57 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html 
b/content/kb/docs/java/quickstart.html
index 0a12b09..265b64a 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -85,8 +85,7 @@
 
 Setting Up the Project
 Adding Code to the 
Generated Source File
-Compiling and Running the 
Program
-Building and Deploying 
the Application
+Running the Application
 
 
 
@@ -185,7 +184,7 @@
 
 Adding Code to the 
Generated Source File
 
-Because you have left the Create Main Class checkbox selected in the New 
Project wizard, the IDE has created a skeleton main class for you. You can add 
the "Hello World!" message to the skeleton code by replacing the line:
+A skeleton main class has been created for you. You can add a "Hello 
World!" message by replacing this line
 
 
 
@@ -193,7 +192,7 @@
 
 
 
-with the line:
+with this line:
 
 
 
@@ -217,25 +216,12 @@
 
 
 
-Compiling and Running the 
Program
+Running the Application
 
-Because of the IDEs Compile on Save feature, you do not have to 
manually compile your project in order to run it in the IDE. When you save a 
Java source file, the IDE automatically compiles it.
+Right-click the project and choose Run or choose Run Project under the Run 
menu.
 
 
-The Compile on Save feature can be turned off in the Project Properties 
window. Right-click your project, select Properties. In the Properties window, 
choose the Compiling tab. The Compile on Save checkbox is right at the top. 
Note that in the Project Properties window you can configure numerous settings 
for your project: project libraries, packaging, building, running, etc.
-
-
-To run the program:
-
-
-
-
-Choose Run  Run Project.
-
-
-
-
-The next figure shows what you should now see.
+In the Output window, you should see the below.
 
 
 
@@ -243,47 +229,13 @@
 
 
 
-Congratulations! Your program works!
-
-
-If there are compilation errors, they are marked with red glyphs in the 
left and right margins of the Source Editor. The glyphs in the left margin 
indicate errors for the corresponding lines. The glyphs in the right margin 
show all of the areas of the file that have errors, including errors in lines 
that are not visible. You can mouse over an error mark to get a description of 
the error. You can click a glyph in the right margin to jump to the line with 
the error.
-
-
-
-Building and Deploying the 
Application
-
-Once you have written and test run your application, you can use the Clean 
and Build command to build your application for deployment. When you use the 
Clean and Build command, the IDE runs a build script that performs the 
following tasks:
-
-
-
-
-Deletes any previously compiled files and other build outputs.
-
-
-Recompiles the application and builds a JAR file containing the compiled 
files.
-
-
-
-
-To build your application:
-
-
-
-
-Choose Run  Clean and Build Project.
-
-
+Congratulations! Your application works.
 
 
-You can view the build outputs by opening the Files window and expanding 
the  HelloWorldApp  node. The compiled bytecode file 
HelloWorldApp.class is within the 
build/classes/helloworldapp subnode. A deployable JAR file that 
contains the HelloWorldApp.class is within the dist 
node.
-
-
-
-
-
+You can view the build output by opening the Files window and expanding the 
project node.
 
 
-You now know how to accomplish the most common programming tasks in the 
IDE.
+You now know how to accomplish the most common Java development tasks.
 
 
 


-
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 #155 from apache/geertjanw-patch-43-1

2019-01-17 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 3a23f41fef705ebbe1c291289260a49ee4b70737
Merge: a15f88f 070acd7
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 17:17:11 2019 +0100

Merge pull request #155 from apache/geertjanw-patch-43-1

Update quickstart.asciidoc

 .../src/content/kb/docs/java/quickstart.asciidoc   | 37 +-
 1 file changed, 8 insertions(+), 29 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-43-1 created (now 070acd7)

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

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


  at 070acd7  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 

[incubator-netbeans-website] branch master updated (a15f88f -> 3a23f41)

2019-01-17 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 a15f88f  Merge pull request #154 from apache/geertjanw-patch-43
 add 070acd7  Update quickstart.asciidoc
 new 3a23f41  Merge pull request #155 from apache/geertjanw-patch-43-1

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


Summary of changes:
 .../src/content/kb/docs/java/quickstart.asciidoc   | 37 +-
 1 file changed, 8 insertions(+), 29 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 301

2019-01-17 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 b2fa967  Automated site publishing by Jenkins build 301
b2fa967 is described below

commit b2fa967ccfe9df30d22ffc386e5936fb9a5c4ada
Author: jenkins 
AuthorDate: Thu Jan 17 16:16:42 2019 +

Automated site publishing by Jenkins build 301
---
 content/kb/docs/java/images/run-output.png | Bin 5761 -> 31410 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/kb/docs/java/images/run-output.png 
b/content/kb/docs/java/images/run-output.png
index 45f13c3..52e79bf 100644
Binary files a/content/kb/docs/java/images/run-output.png and 
b/content/kb/docs/java/images/run-output.png differ


-
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 #154 from apache/geertjanw-patch-43

2019-01-17 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 a15f88fd375abda671a5853afe2ec64101885d76
Merge: 433b8f0 e63afa8
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 17:14:49 2019 +0100

Merge pull request #154 from apache/geertjanw-patch-43

Add files via upload

 .../src/content/kb/docs/java/images/run-output.png   | Bin 5761 -> 31410 bytes
 1 file changed, 0 insertions(+), 0 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 (433b8f0 -> a15f88f)

2019-01-17 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 433b8f0  Update quickstart.asciidoc
 add e63afa8  Add files via upload
 new a15f88f  Merge pull request #154 from apache/geertjanw-patch-43

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/java/images/run-output.png   | Bin 5761 -> 31410 bytes
 1 file changed, 0 insertions(+), 0 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-43 created (now 433b8f0)

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

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


  at 433b8f0  Update quickstart.asciidoc

No new revisions were added by this update.


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

2019-01-17 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 083e9c4  Automated site publishing by Jenkins build 298
083e9c4 is described below

commit 083e9c43a56a5566e93f7871464cfed34d6e657a
Author: jenkins 
AuthorDate: Thu Jan 17 16:09:08 2019 +

Automated site publishing by Jenkins build 298
---
 content/kb/docs/java/quickstart.html | 35 ---
 1 file changed, 8 insertions(+), 27 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html 
b/content/kb/docs/java/quickstart.html
index bac05e3..0a12b09 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -137,9 +137,6 @@
 In the Project Name field, type HelloWorldApp.
 
 
-Leave the Use Dedicated Folder for Storing Libraries checkbox 
unselected.
-
-
 In the Create Main Class field, type 
helloworldapp.HelloWorldApp.
 
 
@@ -175,7 +172,7 @@
 
 
 
-
+
 
 
 
@@ -207,31 +204,15 @@
 Save the change by choosing File  Save.
 
 
-The file should look something like the following code sample.
+The file should look as shown below.
 
-
+
 
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-package helloworldapp;
-
-/**
- *
- * @author your name
- */
-public class HelloWorldApp {
-
-/**
- * @param args the command line arguments
- */
-public static void main(String[] args) {
-System.out.println("Hello World!");
-}
-
-}
+
+
+
+
+
 
 
 


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

2019-01-17 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 e24e6ef  Automated site publishing by Jenkins build 297
e24e6ef is described below

commit e24e6efc81706addaba49ffd6851d8e3e48434da
Author: jenkins 
AuthorDate: Thu Jan 17 16:07:19 2019 +

Automated site publishing by Jenkins build 297
---
 .../kb/docs/java/images/helloworldapp-open-small.png   | Bin 0 -> 148548 bytes
 content/kb/docs/java/images/helloworldapp-open.png | Bin 0 -> 124378 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/kb/docs/java/images/helloworldapp-open-small.png 
b/content/kb/docs/java/images/helloworldapp-open-small.png
new file mode 100644
index 000..1094df7
Binary files /dev/null and 
b/content/kb/docs/java/images/helloworldapp-open-small.png differ
diff --git a/content/kb/docs/java/images/helloworldapp-open.png 
b/content/kb/docs/java/images/helloworldapp-open.png
new file mode 100644
index 000..e58e277
Binary files /dev/null and b/content/kb/docs/java/images/helloworldapp-open.png 
differ


-
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: Update quickstart.asciidoc

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 433b8f0  Update quickstart.asciidoc
433b8f0 is described below

commit 433b8f001360f1cb987172c15837805ed85118ab
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 17:06:51 2019 +0100

Update quickstart.asciidoc
---
 .../src/content/kb/docs/java/quickstart.asciidoc   | 36 +++---
 1 file changed, 5 insertions(+), 31 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
index 8c4a31f..ae5b253 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -49,7 +49,6 @@ image::images/proj-wizard-small.png[role="left", 
link="images/proj-wizard.png"]
 [start=3]
 3. In the Name and Location page of the wizard, do the following (as shown in 
the figure below):
 * In the Project Name field, type `HelloWorldApp`.
-* Leave the Use Dedicated Folder for Storing Libraries checkbox unselected.
 * In the Create Main Class field, type `helloworldapp.HelloWorldApp`.
 [.feature]
 --
@@ -62,7 +61,6 @@ The project is created and opened. You should see the 
following components:
 * Projects window: Contains a tree view of the components of the project, 
including source files, libraries that your code depends on, and so on.
 * Source Editor: Contains files, where most of your work will be done, 
currently with a file called `HelloWorldApp` open.
 * Navigator: Useful for quickly navigate between elements within the selected 
class.
-
 [.feature]
 --
 image::images/proj-opened-small.png[role="left", link="images/proj-opened.png"]
@@ -92,36 +90,12 @@ System.out.println("Hello World!");
 
 Save the change by choosing File > Save.
 
-The file should look something like the following code sample.
-
-
-[source,java]
-
-
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-package helloworldapp;
-
-/**
- *
- * @author 
- */
-public class HelloWorldApp {
+The file should look as shown below.
 
-/**
- * @param args the command line arguments
- */
-public static void main(String[] args) {
-System.out.println("Hello World!");
-}
-
-}
-
-
-
+[.feature]
+--
+image::images/helloworldapp-open-small.png[role="left", 
link="images/helloworldapp-open.png"]
+--
 
 === Compiling and Running the Program
 


-
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 (3ffcff9 -> e35e31a)

2019-01-17 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 3ffcff9  Solved some minor headings
 add b3eed48  Add files via upload
 new e35e31a  Merge pull request #153 from apache/geertjanw-patch-42

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/java/images/helloworldapp-open-small.png   | Bin 0 -> 148548 bytes
 .../content/kb/docs/java/images/helloworldapp-open.png | Bin 0 -> 124378 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 
netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open-small.png
 create mode 100644 
netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open.png


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

2019-01-17 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 644b33a  Automated site publishing by Jenkins build 296
644b33a is described below

commit 644b33ac5d119930503c3f2c7124c619c3c73a9f
Author: jenkins 
AuthorDate: Thu Jan 17 16:05:20 2019 +

Automated site publishing by Jenkins build 296
---
 content/kb/docs/java/editor-codereference.html | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/content/kb/docs/java/editor-codereference.html 
b/content/kb/docs/java/editor-codereference.html
index 049b455..d8f1b10 100644
--- a/content/kb/docs/java/editor-codereference.html
+++ b/content/kb/docs/java/editor-codereference.html
@@ -983,10 +983,9 @@ If you want to add special characters, such as  
Tab ,  Escape
 
 
 
-
- 
- Coloring Example
 
+
+Coloring Example
 
 
 
@@ -1004,10 +1003,9 @@ If you want to add special characters, such as  
Tab ,  Escape
 
 Unused members are underlined with a gray wavy line. Comments are displayed 
in gray.
 
-
- 
- Using Highlights
 
+
+Using Highlights
 
 
 


-
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 #153 from apache/geertjanw-patch-42

2019-01-17 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 e35e31a6e3bb112e009eb06e03cd4145e410
Merge: 3ffcff9 b3eed48
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 17:04:54 2019 +0100

Merge pull request #153 from apache/geertjanw-patch-42

Add files via upload

 .../kb/docs/java/images/helloworldapp-open-small.png   | Bin 0 -> 148548 bytes
 .../content/kb/docs/java/images/helloworldapp-open.png | Bin 0 -> 124378 bytes
 2 files changed, 0 insertions(+), 0 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-42 updated: Add files via upload

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

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


The following commit(s) were added to refs/heads/geertjanw-patch-42 by this 
push:
 new b3eed48  Add files via upload
b3eed48 is described below

commit b3eed481c92b989c69f7547afcf8661eb13b8e51
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 17:04:43 2019 +0100

Add files via upload
---
 .../kb/docs/java/images/helloworldapp-open-small.png   | Bin 0 -> 148548 bytes
 .../content/kb/docs/java/images/helloworldapp-open.png | Bin 0 -> 124378 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open-small.png
 
b/netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open-small.png
new file mode 100644
index 000..1094df7
Binary files /dev/null and 
b/netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open-small.png
 differ
diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open.png 
b/netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open.png
new file mode 100644
index 000..e58e277
Binary files /dev/null and 
b/netbeans.apache.org/src/content/kb/docs/java/images/helloworldapp-open.png 
differ


-
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-42 created (now 3ffcff9)

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

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


  at 3ffcff9  Solved some minor headings

No new revisions were added by this update.


-
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: Solved some minor headings

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 3ffcff9  Solved some minor headings
3ffcff9 is described below

commit 3ffcff9305650b3fe26b3315340164128e496933
Author: Antonio Vieiro 
AuthorDate: Thu Jan 17 17:03:06 2019 +0100

Solved some minor headings
---
 .../src/content/kb/docs/java/editor-codereference.asciidoc  | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
index 82f5a3f..d9b6a4f 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
@@ -498,7 +498,6 @@ To find a shortcut for a specific command, type the command 
name in the Search f
 
 The IDE's Java Editor shows code elements in distinct colors, based on the 
semantics of your code. With semantic coloring, it becomes easier for you to 
identify various elements in your code. In addition to coloring, the Java 
Editor highlights similar elements with a particular background color. Thus, 
you can think of the highlighting feature as an alternative to the Search 
command, because in combination with error stripes, it gives you a quick 
overview of where the highlighted places a [...]
 
-
  Customizing Colors
 
 [.feature]
@@ -532,7 +531,7 @@ To import the IDE settings:
 2. Specify the ZIP file with IDE settings or path to the _userdir_ from a 
previous version.
 3. Select the settings that you want to import and click OK.
 
- 
+
  Coloring Example
 
 image::images/coloring.png[]
@@ -545,7 +544,6 @@ References to deprecated methods or classes are shown as 
strikethrough. This war
 
 Unused members are underlined with a gray wavy line. Comments are displayed in 
gray.
 
- 
  Using Highlights
 
 image::images/highlightelement.png[]
@@ -749,5 +747,3 @@ You can move to matching items by pressing the Up and Down 
arrow keys.
 |===
 
  
-
-


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

2019-01-17 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 d778bba  Automated site publishing by Jenkins build 293
d778bba is described below

commit d778bbaa101eabe9d82fd5aa1a9ea68850bc7155
Author: jenkins 
AuthorDate: Thu Jan 17 15:53:36 2019 +

Automated site publishing by Jenkins build 293
---
 content/kb/docs/java/quickstart.html | 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html 
b/content/kb/docs/java/quickstart.html
index c493268..bac05e3 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -160,10 +160,20 @@
 Click Finish.
 
 
-The project is created and opened. You should see the following components:
-* Projects window: Contains a tree view of the components of 
the project, including source files, libraries that your code depends on, and 
so on.
-* Source Editor: Contains files, where most of your work will 
be done, currently with a file called HelloWorldApp open.
-* Navigator: Useful for quickly navigate between elements 
within the selected class.
+The project is created and opened. You should see the following 
components:
+
+
+
+
+Projects window: Contains a tree view of the components of the project, 
including source files, libraries that your code depends on, and so on.
+
+
+Source Editor: Contains files, where most of your work will be done, 
currently with a file called HelloWorldApp open.
+
+
+Navigator: Useful for quickly navigate between elements within the selected 
class.
+
+
 
 
 


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

2019-01-17 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 f3e878e  Automated site publishing by Jenkins build 292
f3e878e is described below

commit f3e878e6008a456ad451b1749e68fb94ed3e5a30
Author: jenkins 
AuthorDate: Thu Jan 17 15:51:45 2019 +

Automated site publishing by Jenkins build 292
---
 content/kb/docs/java/images/proj-opened.png | Bin 96856 -> 283069 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/kb/docs/java/images/proj-opened.png 
b/content/kb/docs/java/images/proj-opened.png
index 1e5f3ea..b935faf 100644
Binary files a/content/kb/docs/java/images/proj-opened.png and 
b/content/kb/docs/java/images/proj-opened.png differ


-
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 (ba284a2 -> 81437d7)

2019-01-17 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 ba284a2  Merge pull request #151 from apache/geertjanw-patch-40
 add 3803565  Update quickstart.asciidoc
 new 81437d7  Merge pull request #152 from apache/geertjanw-patch-41

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/java/quickstart.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] 01/01: Merge pull request #152 from apache/geertjanw-patch-41

2019-01-17 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 81437d7b9e7773b1c76d8346c21fc2248e6d72f8
Merge: ba284a2 3803565
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:51:37 2019 +0100

Merge pull request #152 from apache/geertjanw-patch-41

Update quickstart.asciidoc

 netbeans.apache.org/src/content/kb/docs/java/quickstart.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-41 created (now 3803565)

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

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


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

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

2019-01-17 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 3f66f17  Automated site publishing by Jenkins build 291
3f66f17 is described below

commit 3f66f17f2f9712c73354801280a8c118963362d5
Author: jenkins 
AuthorDate: Thu Jan 17 15:49:50 2019 +

Automated site publishing by Jenkins build 291
---
 content/kb/docs/java/editor-codereference.html | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/kb/docs/java/editor-codereference.html 
b/content/kb/docs/java/editor-codereference.html
index e0d284f..049b455 100644
--- a/content/kb/docs/java/editor-codereference.html
+++ b/content/kb/docs/java/editor-codereference.html
@@ -91,6 +91,7 @@
 Using Hints
 General Editor Features
 Semantic Coloring and 
Highlighting
+Navigation
 See Also
 Appendix A: 
Icons in the Code Completion Window
 
@@ -1021,14 +1022,13 @@ If you want to add special characters, such as  
Tab ,  Escape
 
 If you decide to rename all the highlighted instances, use the Instant 
Rename command (Ctrl-R or choose Refactor  Rename).
 
-
- 
-=== Navigation
 
+
+
+Navigation
 
 The Java Editor provides numerous ways of how you can navigate through 
code. See below for several examples that show the navigation features of the 
Java Editor.
 
-
 
 Error Stripes
 


-
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 (5d0032c -> ba284a2)

2019-01-17 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 5d0032c  Removed weird space
 add 39f6e96  Add files via upload
 new ba284a2  Merge pull request #151 from apache/geertjanw-patch-40

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/java/images/proj-opened.png| Bin 96856 -> 283069 bytes
 1 file changed, 0 insertions(+), 0 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-40 created (now 5d0032c)

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

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


  at 5d0032c  Removed weird space

No new revisions were added by this update.


-
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 #151 from apache/geertjanw-patch-40

2019-01-17 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 ba284a238a3c829d1c6978aca10f980927d1682a
Merge: 5d0032c 39f6e96
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:48:37 2019 +0100

Merge pull request #151 from apache/geertjanw-patch-40

Add files via upload

 .../content/kb/docs/java/images/proj-opened.png| Bin 96856 -> 283069 bytes
 1 file changed, 0 insertions(+), 0 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 290

2019-01-17 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 50cf8bb  Automated site publishing by Jenkins build 290
50cf8bb is described below

commit 50cf8bbcb67304320d6f526c7d3d54a2ad817474
Author: jenkins 
AuthorDate: Thu Jan 17 15:47:56 2019 +

Automated site publishing by Jenkins build 290
---
 content/kb/docs/java/quickstart.html | 29 +
 1 file changed, 9 insertions(+), 20 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html 
b/content/kb/docs/java/quickstart.html
index c968b8d..c493268 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -103,7 +103,7 @@
 
 Setting Up the Project
 
-To create an IDE project:
+Take the steps below to set up a new Java project.
 
 
 
@@ -124,6 +124,9 @@
 
 
 
+
+Note: The first time you create a new Java project, you 
will be prompted to download and enable support for Java. Follow the prompts 
and install as recommended by the wizard.
+
 
 
 
@@ -153,28 +156,14 @@
 
 
 
-
-
-
+
 Click Finish.
-
-
 
 
-The project is created and opened in the IDE. You should see the following 
components:
-
-
-
-
-The Projects window, which contains a tree view of the components of the 
project, including source files, libraries that your code depends on, and so 
on.
-
-
-The Source Editor window with a file called HelloWorldApp 
open.
-
-
-The Navigator window, which you can use to quickly navigate between 
elements within the selected class.
-
-
+The project is created and opened. You should see the following components:
+* Projects window: Contains a tree view of the components of 
the project, including source files, libraries that your code depends on, and 
so on.
+* Source Editor: Contains files, where most of your work will 
be done, currently with a file called HelloWorldApp open.
+* Navigator: Useful for quickly navigate between elements 
within the selected class.
 
 
 


-
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-40 updated: Add files via upload

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

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


The following commit(s) were added to refs/heads/geertjanw-patch-40 by this 
push:
 new 39f6e96  Add files via upload
39f6e96 is described below

commit 39f6e960b83c950450b0a7aa3299affcc98dc8ef
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:48:21 2019 +0100

Add files via upload
---
 .../content/kb/docs/java/images/proj-opened.png| Bin 96856 -> 283069 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-opened.png 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-opened.png
index 1e5f3ea..b935faf 100644
Binary files 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-opened.png and 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-opened.png differ


-
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: Removed weird space

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 5d0032c  Removed weird space
5d0032c is described below

commit 5d0032ce360567960cedb180f6ac43959d577135
Author: Antonio Vieiro 
AuthorDate: Thu Jan 17 16:47:31 2019 +0100

Removed weird space

Before "=== Navigation" that caused it not being a header
---
 .../src/content/kb/docs/java/editor-codereference.asciidoc   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
index cc10699..82f5a3f 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
@@ -556,7 +556,6 @@ If you place the cursor in an element, such as a field or a 
variable, all usages
 
 If you decide to rename all the highlighted instances, use the Instant Rename 
command (Ctrl-R or choose Refactor > Rename).
 
- 
 === Navigation
 
 The Java Editor provides numerous ways of how you can navigate through code. 
See below for several examples that show the navigation features of the Java 
Editor.


-
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-39 created (now a38a211)

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

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


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

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

2019-01-17 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 4db0ede8a19c2c21a6022b8845b36f69ad1ec8fa
Merge: 63c6d7a a38a211
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:46:07 2019 +0100

Merge pull request #150 from apache/geertjanw-patch-39

Update quickstart.asciidoc

 .../src/content/kb/docs/java/quickstart.asciidoc | 16 +++-
 1 file changed, 7 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 master updated (63c6d7a -> 4db0ede)

2019-01-17 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 63c6d7a  Removed tables
 add a38a211  Update quickstart.asciidoc
 new 4db0ede  Merge pull request #150 from apache/geertjanw-patch-39

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/java/quickstart.asciidoc | 16 +++-
 1 file changed, 7 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 288

2019-01-17 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 510d194  Automated site publishing by Jenkins build 288
510d194 is described below

commit 510d1944ad2dfe34e7c72e2bb79d589857408f86
Author: jenkins 
AuthorDate: Thu Jan 17 15:43:44 2019 +

Automated site publishing by Jenkins build 288
---
 content/kb/docs/java/editor-codereference.html | 1847 +---
 1 file changed, 1019 insertions(+), 828 deletions(-)

diff --git a/content/kb/docs/java/editor-codereference.html 
b/content/kb/docs/java/editor-codereference.html
index 570ae85..e0d284f 100644
--- a/content/kb/docs/java/editor-codereference.html
+++ b/content/kb/docs/java/editor-codereference.html
@@ -91,7 +91,6 @@
 Using Hints
 General Editor Features
 Semantic Coloring and 
Highlighting
-Navigation
 See Also
 Appendix A: 
Icons in the Code Completion Window
 
@@ -111,217 +110,256 @@
 
 
 Invoking Code Completion
-
-
-
-
-
-
-
-
-Press  
Ctrl-Space  (or choose Source  Complete Code from the main 
menu) to open the code completion box. While you are typing, the list of 
suggestions shortens. The suggestions listed include those imported in your 
source file and symbols from the  java.lang  package.
-To customize the code completion settings, select Tools 
 Options  Editor  Code Completion.
-For example, you can set the code completion window to 
pop up either automatically or only on an as-needed basis. On the Code 
Completion tab, select the Auto Popup Completion Window checkbox to invoke the 
code completion window automatically when you are typing certain characters. 
The default character is " . ", but you can add your own 
characters.
-To add characters that invoke the code completion 
window, select Java from the Language drop-down list and type your characters 
in the Auto Popup Triggers for Java field. The code completion window will pop 
up every time you type the specified characters.
-When the Auto Popup Completion Window checkbox is 
disabled, you need to press  Ctrl-Space  each time you want to use 
code completion.
-Instead of using  Ctrl-Space  for code 
completion, you can use "hippie completion" instead. Hippie completion analyzes 
text in the visible scope and suggests to complete a word with a keyword, class 
name, method, or variable. Press  Ctrl-K  and the editor 
automatically completes the word youre typing for you, using hippie 
completion, by searching in your current document (and if not found) in other 
documents.
-
-
-
-The first 
time  Ctrl-Space  is pressed, only items matching the type, in 
this example an  int , are shown. Press  Ctrl-Space  
a second time, that is, press  Ctrl-Space  twice, and all 
the available items are shown, regardless of whether they match the provided 
type, as shown in the example on the left.
-
-
-
+
+
+
+
+
+
+
+
+
+
+Press  Ctrl-Space  (or choose Source  Complete Code from 
the main menu) to open the code completion box. While you are typing, the list 
of suggestions shortens. The suggestions listed include those imported in your 
source file and symbols from the  java.lang  package.
+
+
+To customize the code completion settings, select Tools  Options  
Editor  Code Completion.
+
+
+For example, you can set the code completion window to pop up either 
automatically or only on an as-needed basis. On the Code Completion tab, select 
the Auto Popup Completion Window checkbox to invoke the code completion window 
automatically when you are typing certain characters. The default character is 
" . ", but you can add your own characters.
+
+
+To add characters that invoke the code completion window, select Java from 
the Language drop-down list and type your characters in the Auto Popup Triggers 
for Java field. The code completion window will pop up every time you type the 
specified characters.
+
+
+When the Auto Popup Completion Window checkbox is disabled, you need to 
press  Ctrl-Space  each time you want to use code completion.
+
+
+Instead of using  Ctrl-Space  for code completion, you can use 
"hippie completion" instead. Hippie completion analyzes text in the visible 
scope and suggests to complete a word with a keyword, class name, method, or 
variable. Press  Ctrl-K  and the editor automatically completes 
the word youre typing for you, using hippie completion, by searching in 
your current document (and if not found) in other documents.
+
+
+
+
+
+
+
+
+
+
+
+The first time  Ctrl-Space  is pressed, only items matching 
the type, in this example an  int , are shown. Press  
Ctrl-Space  a second time, that is, press  Ctrl-Space 
 twice, and all the available items are shown, regardless of whether 
they match the provided type, as shown in the example on the left.
+
 
 
 Smart Suggestions at the Top
-
-
-
-
-
-
-
-
-In 
NetBeans IDE, Java 

[incubator-netbeans-website] branch master updated: Removed tables

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 63c6d7a  Removed tables
63c6d7a is described below

commit 63c6d7ac874e3a7a2b771bd50819efe630efb417
Author: Antonio Vieiro 
AuthorDate: Thu Jan 17 16:41:52 2019 +0100

Removed tables

These tables are used for web page layout, not for semantic information, so 
they're removed.
---
 .../kb/docs/java/editor-codereference.asciidoc | 443 +
 1 file changed, 101 insertions(+), 342 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
index 943d02a..cc10699 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/editor-codereference.asciidoc
@@ -38,10 +38,11 @@ The NetBeans IDE's Java Editor helps you quickly complete 
and generate code thro
 
  Invoking Code Completion
 
-|===
-
-|image:images/codecompletion3.png[] |
 
+[.feature]
+--
+image::images/codecompletion3.png[role="left"]
+--
 
 Press  ``Ctrl-Space``  (or choose Source > Complete Code from the main menu) 
to open the code completion box. While you are typing, the list of suggestions 
shortens. The suggestions listed include those imported in your source file and 
symbols from the  ``java.lang``  package.
 
@@ -56,19 +57,20 @@ When the Auto Popup Completion Window checkbox is disabled, 
you need to press  `
 Instead of using  ``Ctrl-Space``  for code completion, you can use "hippie 
completion" instead. Hippie completion analyzes text in the visible scope and 
suggests to complete a word with a keyword, class name, method, or variable. 
Press  ``Ctrl-K``  and the editor automatically completes the word you're 
typing for you, using hippie completion, by searching in your current document 
(and if not found) in other documents.
 
  
-
-|image:images/codecompletion4.png[] |
+[.feature]
+--
+image::images/codecompletion4.png[role="right"]
+--
 
 The first time  ``Ctrl-Space``  is pressed, only items matching the type, in 
this example an  ``int`` , are shown. Press  ``Ctrl-Space``  a second time, 
that is, press  ``Ctrl-Space``  twice, and _all_ the available items are shown, 
regardless of whether they match the provided type, as shown in the example on 
the left.
 
- 
-|===
-
 
  Smart Suggestions at the Top
 
-|===
-|image:images/smartcompletion1.png[] |
+[.feature]
+--
+image::images/smartcompletion1.png[role="left"] 
+--
 
 In NetBeans IDE, Java code completion is "smart," which means that the 
suggestions that are the most relevant for the context of your code are 
displayed at the top, above the black line in the code completion window.
 
@@ -77,52 +79,48 @@ In the example on the left, the editor suggests inserting 
the  ``LinkedHashMap``
 If the "smart" suggestions are not the ones you want to use, press  
``Ctrl-Space``  again to see the complete list, as shown above.
 
  
-|===
-
-
  Camel Case Completion
 
-|===
-|image:images/camelcase.png[] |
+[.feature]
+--
+image::images/camelcase.png[role="left"]
+--
 
 Instead of typing consecutive characters, and then calling code completion, 
you can type the initial capital letters of the word you're interested in.
 
 For example, type  ``IE`` , press  ``Ctrl-Space`` , and you will see a list of 
suggestions that match via camel case completion using the letter  ``I``  and 
then the letter  ``E`` .
 
  
-|===
-
-
  Completing Keywords
 
-|===
-|image:images/keywords.png[] |
+[.feature]
+--
+image::images/keywords.png[role="left"] 
+--
 
 Use code completion ( ``Ctrl-Space)``  to complete keywords in your code. The 
editor analyzes the context and suggests the most relevant keywords.
 
 In the example on the left, the  ``ColorChooser``  class needs to extend the  
``JPanel``  class. You can quickly add the keyword  ``extends``  from the 
suggested items.
 
- 
-|===
-
 
  Suggesting Names for Variable and Fields
 
-|===
-|image:images/names.png[] |
+[.feature]
+--
+image::images/names.png[role="left"] 
+--
 
 When you are adding a new field or a variable, use code completion ( 
``Ctrl-Space)``  to choose a name that matches its type.
 
 Type a prefix for the new name, press  ``Ctrl-Space``  and select the name you 
want to use from the list of suggestions.
 
  
-|===
-
-
  Suggesting Parameters
 
-|===
-|image:images/parameter.png[] |
+[.feature]
+--
+image::images/parameter.png[]
+--
 
 The editor guesses on the parameters for variables, methods, or fields and 
displays the suggestions in a pop-up box.
 
@@ -131,13 +129,12 @@ For example, when you select a method from the code 
completion window which has
 You can invoke the tooltips with method parameters by pressing  

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

2019-01-17 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 621664c  Automated site publishing by Jenkins build 286
621664c is described below

commit 621664c2b09996f4acddc1bdacd159c6adfc6ba3
Author: jenkins 
AuthorDate: Thu Jan 17 15:37:13 2019 +

Automated site publishing by Jenkins build 286
---
 content/kb/docs/java/quickstart.html | 15 +--
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html 
b/content/kb/docs/java/quickstart.html
index 610dfc8..c968b8d 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -108,21 +108,8 @@
 
 
 
-In the IDE, choose File  New Project, as shown in the figure below.
+In the IDE, choose File  New Project or click the "New Project" button 
in the toolbar.
 
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 In the New Project wizard, expand the Java category and select Java 
Application as shown in the figure below. Then 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 #149 from apache/geertjanw-patch-38-1

2019-01-17 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 8c72ab1d03a2abbb43f1257aa087ee95770a00ca
Merge: c6e1da0 c00c7fc
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:34:26 2019 +0100

Merge pull request #149 from apache/geertjanw-patch-38-1

Update quickstart.asciidoc

 netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 8 ++--
 1 file changed, 2 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 (c6e1da0 -> 8c72ab1)

2019-01-17 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 c6e1da0  Merge pull request #148 from apache/geertjanw-patch-38
 add c00c7fc  Update quickstart.asciidoc
 new 8c72ab1  Merge pull request #149 from apache/geertjanw-patch-38-1

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


Summary of changes:
 netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 8 ++--
 1 file changed, 2 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 geertjanw-patch-38-1 created (now c00c7fc)

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

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


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

[incubator-netbeans-website] branch geertjanw-patch-38 created (now 68e29a4)

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

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


  at 68e29a4  Merge pull request #147 from apache/geertjanw-patch-37

No new revisions were added by this update.


-
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-38 updated: Add files via upload

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

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


The following commit(s) were added to refs/heads/geertjanw-patch-38 by this 
push:
 new 4fa6bd5  Add files via upload
4fa6bd5 is described below

commit 4fa6bd57b81d2f848fb5db3f94b07d34115de6c1
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:33:19 2019 +0100

Add files via upload
---
 .../kb/docs/java/images/proj-wizard2-small.png  | Bin 47563 -> 75914 bytes
 .../content/kb/docs/java/images/proj-wizard2.png| Bin 29035 -> 89087 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2-small.png 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2-small.png
index 16eadea..b40cd86 100644
Binary files 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2-small.png 
and 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2-small.png 
differ
diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2.png 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2.png
index 43bccc0..bbdd101 100644
Binary files 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2.png and 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard2.png differ


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

2019-01-17 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 11d4d06  Automated site publishing by Jenkins build 283
11d4d06 is described below

commit 11d4d06c069d181a4822e5ab09992a196e00f4e4
Author: jenkins 
AuthorDate: Thu Jan 17 15:30:41 2019 +

Automated site publishing by Jenkins build 283
---
 content/kb/docs/java/images/proj-wizard-small.png | Bin 54597 -> 109438 bytes
 content/kb/docs/java/images/proj-wizard.png   | Bin 32318 -> 125001 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/kb/docs/java/images/proj-wizard-small.png 
b/content/kb/docs/java/images/proj-wizard-small.png
index 501484a..a764c52 100644
Binary files a/content/kb/docs/java/images/proj-wizard-small.png and 
b/content/kb/docs/java/images/proj-wizard-small.png differ
diff --git a/content/kb/docs/java/images/proj-wizard.png 
b/content/kb/docs/java/images/proj-wizard.png
index 9e1aead..f894a4e 100644
Binary files a/content/kb/docs/java/images/proj-wizard.png and 
b/content/kb/docs/java/images/proj-wizard.png differ


-
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 (77c2441 -> 68e29a4)

2019-01-17 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 77c2441  Updated images in tables
 add 41c81e2  Add files via upload
 new 68e29a4  Merge pull request #147 from apache/geertjanw-patch-37

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/java/images/proj-wizard-small.png  | Bin 54597 -> 109438 bytes
 .../content/kb/docs/java/images/proj-wizard.png| Bin 32318 -> 125001 bytes
 2 files changed, 0 insertions(+), 0 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 #147 from apache/geertjanw-patch-37

2019-01-17 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 68e29a433972104042e257879d1b075aca8cd806
Merge: 77c2441 41c81e2
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:28:51 2019 +0100

Merge pull request #147 from apache/geertjanw-patch-37

Add files via upload

 .../kb/docs/java/images/proj-wizard-small.png  | Bin 54597 -> 109438 bytes
 .../content/kb/docs/java/images/proj-wizard.png| Bin 32318 -> 125001 bytes
 2 files changed, 0 insertions(+), 0 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-37 created (now 77c2441)

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

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


  at 77c2441  Updated images in tables

No new revisions were added by this update.


-
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-37 updated: Add files via upload

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

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


The following commit(s) were added to refs/heads/geertjanw-patch-37 by this 
push:
 new 41c81e2  Add files via upload
41c81e2 is described below

commit 41c81e230dd2b6a8a56368729e5af3d391a408d8
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 16:28:39 2019 +0100

Add files via upload
---
 .../kb/docs/java/images/proj-wizard-small.png  | Bin 54597 -> 109438 bytes
 .../content/kb/docs/java/images/proj-wizard.png| Bin 32318 -> 125001 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard-small.png 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard-small.png
index 501484a..a764c52 100644
Binary files 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard-small.png and 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard-small.png 
differ
diff --git 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard.png 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard.png
index 9e1aead..f894a4e 100644
Binary files 
a/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard.png and 
b/netbeans.apache.org/src/content/kb/docs/java/images/proj-wizard.png differ


-
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-1867) [TUTORIALS] - review and publication

2019-01-17 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1867:
--

The correct syntax (see 
[https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339)] 
is to replace the image:: with image: (i.e., a single colon).

> [TUTORIALS] - review and publication
> 
>
> Key: NETBEANS-1867
> URL: https://issues.apache.org/jira/browse/NETBEANS-1867
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
> Attachments: image-2019-01-15-12-22-29-742.png, 
> image-2019-01-15-12-26-14-652.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The third donation from Oracle included the NetBeans Tutorials. These have 
> been transformed automatically to the AsciiDoc format and need review.
> h2. Things to review
> Review process consists of the following steps:
>  * Find the images that have not been donated, and create alternatives.
>  * Fix any formatting issues from the automated process.
>  * Review the "language" of the code examples, so syntax highlighing is 
> correct.
>  * Create learning trails.
>  * Remove the "*Contents*" section of the tutorial pages (if any, the 
> automatic process should have removed most of them), we should also remove 
> the list of links to headings in the content in the Contents section. We're 
> generating a Table of Contents automatically, so we don't need to manually 
> create one.
> h2. Asigning a tutorial to yourself
> The review process will tackle different sets of Tutorials in the following 
> order:
>  # IDE Tutorials in src/content/kb/docs/ide
>  # Java Tutorials in src/content/kb/docs/java
>  # PHP Tutorials in src/content/kb/docs/php
>  # Rest of tutorials: javaee, javame, web, webclient, websvc. Order will be 
> defined later.
> If you want to review some tutorials please create a subtask using the 
> *"More"/"Create sub-task"* menu entry, like so
> !image-2019-01-15-12-22-29-742.png|width=650,height=436!
> When creating the sub-task remember to set the "*labels*" field to 
> *documentation / third-donation / tutorials / website,* 
> like so:
> *!image-2019-01-15-12-26-14-652.png|width=741,height=126!*
> Also remember to *clearly state the tutorials you're working with* (say 
> "java/a*": all tutorials starting with "a" in the "java" folder, or 
> "ide/git.asciidoc").
> h2. Help Material / Tips & Tricks
> Please see 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339] 
> for NetBeans specific Asciidoc Trips & Tricks.
> Please see 
> [https://issues.apache.org/jira/secure/RapidBoard.jspa?projectKey=NETBEANS=303]
>  for a Kanban Board of the status the tutorials donation.
>  
>  
>  



--
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-1867) [TUTORIALS] - review and publication

2019-01-17 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1867:
-

Got it, thanks.

> [TUTORIALS] - review and publication
> 
>
> Key: NETBEANS-1867
> URL: https://issues.apache.org/jira/browse/NETBEANS-1867
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
> Attachments: image-2019-01-15-12-22-29-742.png, 
> image-2019-01-15-12-26-14-652.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The third donation from Oracle included the NetBeans Tutorials. These have 
> been transformed automatically to the AsciiDoc format and need review.
> h2. Things to review
> Review process consists of the following steps:
>  * Find the images that have not been donated, and create alternatives.
>  * Fix any formatting issues from the automated process.
>  * Review the "language" of the code examples, so syntax highlighing is 
> correct.
>  * Create learning trails.
>  * Remove the "*Contents*" section of the tutorial pages (if any, the 
> automatic process should have removed most of them), we should also remove 
> the list of links to headings in the content in the Contents section. We're 
> generating a Table of Contents automatically, so we don't need to manually 
> create one.
> h2. Asigning a tutorial to yourself
> The review process will tackle different sets of Tutorials in the following 
> order:
>  # IDE Tutorials in src/content/kb/docs/ide
>  # Java Tutorials in src/content/kb/docs/java
>  # PHP Tutorials in src/content/kb/docs/php
>  # Rest of tutorials: javaee, javame, web, webclient, websvc. Order will be 
> defined later.
> If you want to review some tutorials please create a subtask using the 
> *"More"/"Create sub-task"* menu entry, like so
> !image-2019-01-15-12-22-29-742.png|width=650,height=436!
> When creating the sub-task remember to set the "*labels*" field to 
> *documentation / third-donation / tutorials / website,* 
> like so:
> *!image-2019-01-15-12-26-14-652.png|width=741,height=126!*
> Also remember to *clearly state the tutorials you're working with* (say 
> "java/a*": all tutorials starting with "a" in the "java" folder, or 
> "ide/git.asciidoc").
> h2. Help Material / Tips & Tricks
> Please see 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339] 
> for NetBeans specific Asciidoc Trips & Tricks.
> Please see 
> [https://issues.apache.org/jira/secure/RapidBoard.jspa?projectKey=NETBEANS=303]
>  for a Kanban Board of the status the tutorials donation.
>  
>  
>  



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

2019-01-17 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 3b0f74a  Automated site publishing by Jenkins build 281
3b0f74a is described below

commit 3b0f74a1e3c3bb3df2fe6c0957191b9e020db30c
Author: jenkins 
AuthorDate: Thu Jan 17 15:20:06 2019 +

Automated site publishing by Jenkins build 281
---
 content/kb/docs/java/editor-codereference.html | 166 -
 1 file changed, 83 insertions(+), 83 deletions(-)

diff --git a/content/kb/docs/java/editor-codereference.html 
b/content/kb/docs/java/editor-codereference.html
index cbaa945..570ae85 100644
--- a/content/kb/docs/java/editor-codereference.html
+++ b/content/kb/docs/java/editor-codereference.html
@@ -118,7 +118,7 @@
 
 
 
-image::images/codecompletion3.png[]
+
 Press  
Ctrl-Space  (or choose Source  Complete Code from the main 
menu) to open the code completion box. While you are typing, the list of 
suggestions shortens. The suggestions listed include those imported in your 
source file and symbols from the  java.lang  package.
 To customize the code completion settings, select Tools 
 Options  Editor  Code Completion.
 For example, you can set the code completion window to 
pop up either automatically or only on an as-needed basis. On the Code 
Completion tab, select the Auto Popup Completion Window checkbox to invoke the 
code completion window automatically when you are typing certain characters. 
The default character is " . ", but you can add your own 
characters.
@@ -127,7 +127,7 @@
 Instead of using  Ctrl-Space  for code 
completion, you can use "hippie completion" instead. Hippie completion analyzes 
text in the visible scope and suggests to complete a word with a keyword, class 
name, method, or variable. Press  Ctrl-K  and the editor 
automatically completes the word youre typing for you, using hippie 
completion, by searching in your current document (and if not found) in other 
documents.
 
 
-image::images/codecompletion4.png[]
+
 The first 
time  Ctrl-Space  is pressed, only items matching the type, in 
this example an  int , are shown. Press  Ctrl-Space  
a second time, that is, press  Ctrl-Space  twice, and all 
the available items are shown, regardless of whether they match the provided 
type, as shown in the example on the left.
 
 
@@ -142,7 +142,7 @@
 
 
 
-image::images/smartcompletion1.png[]
+
 In 
NetBeans IDE, Java code completion is "smart," which means that the suggestions 
that are the most relevant for the context of your code are displayed at the 
top, above the black line in the code completion window.
 In the example on the left, the editor suggests 
inserting the  LinkedHashMap  constructor from the  
java.util  package.
 If the "smart" suggestions are not the ones you want to 
use, press  Ctrl-Space  again to see the complete list, as shown 
above.
@@ -159,7 +159,7 @@
 
 
 
-image::images/camelcase.png[]
+
 Instead of 
typing consecutive characters, and then calling code completion, you can type 
the initial capital letters of the word youre interested in.
 For example, type  IE , press  
Ctrl-Space , and you will see a list of suggestions that match via 
camel case completion using the letter  I  and then the letter  
E .
 
@@ -175,7 +175,7 @@
 
 
 
-image::images/keywords.png[]
+
 Use code 
completion ( Ctrl-Space)  to complete keywords in your code. The 
editor analyzes the context and suggests the most relevant keywords.
 In the example on the left, the  
ColorChooser  class needs to extend the  JPanel  
class. You can quickly add the keyword  extends  from the 
suggested items.
 
@@ -191,7 +191,7 @@
 
 
 
-image::images/names.png[]
+
 When you 
are adding a new field or a variable, use code completion ( 
Ctrl-Space)  to choose a name that matches its type.
 Type a prefix for the new name, press  
Ctrl-Space  and select the name you want to use from the list of 
suggestions.
 
@@ -207,7 +207,7 @@
 
 
 
-image::images/parameter.png[]
+
 The editor 
guesses on the parameters for variables, methods, or fields and displays the 
suggestions in a pop-up box.
 For example, when you select a method from the code 
completion window which has one or more arguments, the Editor highlights the 
first argument and displays a tooltip suggesting the format for this argument. 
To move to the next argument, press the  Tab  or  
Enter  keys.
 You can invoke the tooltips with method parameters by 
pressing  Ctrl-P  (or Source  Show Method Parameters) at any 
time.
@@ -224,7 +224,7 @@
 
 
 
-image::images/prefixcompletion.png[]
+
 You can 
use the  Tab  key to quickly fill in the most commonly used 
prefixes and single suggestions.
 To check out how this feature works, try typing the 
following:
 1. Type  System.out.p  and wait for code 
completion to show all fields and methods that start 

[jira] [Commented] (NETBEANS-1867) [TUTORIALS] - review and publication

2019-01-17 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro commented on NETBEANS-1867:
--

First image in [https://netbeans.apache.org/kb/docs/java/quickstart.html] is 
indeed an OS/X screenshot!

Try to hit SHIFT+Refresh in your browser, as content may be cached somewhere...

> [TUTORIALS] - review and publication
> 
>
> Key: NETBEANS-1867
> URL: https://issues.apache.org/jira/browse/NETBEANS-1867
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
> Attachments: image-2019-01-15-12-22-29-742.png, 
> image-2019-01-15-12-26-14-652.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The third donation from Oracle included the NetBeans Tutorials. These have 
> been transformed automatically to the AsciiDoc format and need review.
> h2. Things to review
> Review process consists of the following steps:
>  * Find the images that have not been donated, and create alternatives.
>  * Fix any formatting issues from the automated process.
>  * Review the "language" of the code examples, so syntax highlighing is 
> correct.
>  * Create learning trails.
>  * Remove the "*Contents*" section of the tutorial pages (if any, the 
> automatic process should have removed most of them), we should also remove 
> the list of links to headings in the content in the Contents section. We're 
> generating a Table of Contents automatically, so we don't need to manually 
> create one.
> h2. Asigning a tutorial to yourself
> The review process will tackle different sets of Tutorials in the following 
> order:
>  # IDE Tutorials in src/content/kb/docs/ide
>  # Java Tutorials in src/content/kb/docs/java
>  # PHP Tutorials in src/content/kb/docs/php
>  # Rest of tutorials: javaee, javame, web, webclient, websvc. Order will be 
> defined later.
> If you want to review some tutorials please create a subtask using the 
> *"More"/"Create sub-task"* menu entry, like so
> !image-2019-01-15-12-22-29-742.png|width=650,height=436!
> When creating the sub-task remember to set the "*labels*" field to 
> *documentation / third-donation / tutorials / website,* 
> like so:
> *!image-2019-01-15-12-26-14-652.png|width=741,height=126!*
> Also remember to *clearly state the tutorials you're working with* (say 
> "java/a*": all tutorials starting with "a" in the "java" folder, or 
> "ide/git.asciidoc").
> h2. Help Material / Tips & Tricks
> Please see 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339] 
> for NetBeans specific Asciidoc Trips & Tricks.
> Please see 
> [https://issues.apache.org/jira/secure/RapidBoard.jspa?projectKey=NETBEANS=303]
>  for a Kanban Board of the status the tutorials donation.
>  
>  
>  



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

2019-01-17 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 1859bef  Automated site publishing by Jenkins build 279
1859bef is described below

commit 1859bef8da2a90d6b7403ee60ea8a8f7c65334cf
Author: jenkins 
AuthorDate: Thu Jan 17 13:37:03 2019 +

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

diff --git a/content/kb/docs/php/index.html b/content/kb/docs/php/index.html
index db90232..f1b47a0 100644
--- a/content/kb/docs/php/index.html
+++ b/content/kb/docs/php/index.html
@@ -166,37 +166,37 @@
 
 
 
-Main Page
+Main Page: Creating a Database 
Driven Application With PHP
 
 
-Lesson 1
+Lesson 1a: Creating a MySQL 
Database
 
 
-Lesson 1b
+Lesson 1b: Creating Oracle Database 
Tables
 
 
-Lesson 2
+Lesson 2: Designing the Application. 
Reading from the Database
 
 
-Lesson 3
+Lesson 3: Creating a New Application 
User
 
 
-Lesson 4
+Lesson 4: Optimizing the Code
 
 
-Lesson 5
+Lesson 5: Adding Security. Implementing 
Application User Logon
 
 
-Lesson 6
+Lesson 6: Adding a New Wish to the 
Database
 
 
-Lesson 7
+Lesson 7: Updating and Deleting Entries In 
the Database
 
 
-Lesson 8
+Lesson 8: Making the Application Look 
Better Using CSS
 
 
-Lesson 9
+Lesson 9: eploying the Application on a 
Remote Web Server
 
 
 


-
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-36 created (now 8a4fd7e)

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

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


  at 8a4fd7e  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 

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

2019-01-17 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 4d8f39cb5a2455c0841d7602bea2aeeff26bcf83
Merge: df54b9d 8a4fd7e
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 14:35:17 2019 +0100

Merge pull request #146 from apache/geertjanw-patch-36

Update index.asciidoc

 .../src/content/kb/docs/php/index.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 asf-site updated: Automated site publishing by Jenkins build 277

2019-01-17 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 f6a6569  Automated site publishing by Jenkins build 277
f6a6569 is described below

commit f6a6569562bfac624e1f038d2ec4cf82e1314464
Author: jenkins 
AuthorDate: Thu Jan 17 13:23:28 2019 +

Automated site publishing by Jenkins build 277
---
 content/kb/docs/php/index.html | 52 --
 1 file changed, 30 insertions(+), 22 deletions(-)

diff --git a/content/kb/docs/php/index.html b/content/kb/docs/php/index.html
index 0744dfa..db90232 100644
--- a/content/kb/docs/php/index.html
+++ b/content/kb/docs/php/index.html
@@ -85,6 +85,7 @@
 
 Getting Started
 Tutorials and Articles
+Creating a 
Database Driven Application With PHP
 
 
 
@@ -125,70 +126,77 @@
 Configuring the PHP 
Development Environment in Linux Ubuntu
 
 
-Creating a Database Driven 
Application With NetBeans IDE PHP Editor
+Debugging PHP Source Code in the NetBeans 
IDE
 
 
-Creating a Database Driven Application 
With PHP
+Declaring Variables in Comments and 
Associated Code Completion Features in NetBeans PHP Editor 6.7
 
 
-Creating a Database Driven Application 
With PHP
+Demo of PHP support in NetBeans 
6.5 - Part I: Projects and Configuration
 
 
-Creating a Database Driven Application 
With PHP
+Demo of PHP support in NetBeans 6.5 - Part 
II: Editor Features
 
 
-Creating a Database Driven Application 
With PHP
+Deploying a PHP Application 
on a Remote Web Server Using the NetBeans IDE
 
 
-Creating a Database Driven Application 
With PHP
+Introduction to Ajax for PHP Web 
Applications
 
 
-Creating a Database Driven Application 
With PHP
+PHP Namespace Support 
in NetBeans IDE
 
 
-Creating a Database Driven Application 
With PHP
+Setting Up a PHP Project
 
 
-Creating a Database Driven Application 
With PHP
+Testing with PHPUnit and Selenium
 
 
-Creating a Database Driven Application 
With PHP
+The PHP Editor in NetBeans IDE 6.9-7.0 
(Preview)
 
 
-Creating a Database Driven 
Application With PHP
+Zend Framework Support in NetBeans 
IDE for PHP
 
+
+
+
+
+Creating a Database 
Driven Application With PHP
+
+
 
-Debugging PHP Source Code in the NetBeans 
IDE
+Main Page
 
 
-Declaring Variables in Comments and 
Associated Code Completion Features in NetBeans PHP Editor 6.7
+Lesson 1
 
 
-Demo of PHP support in NetBeans 
6.5 - Part I: Projects and Configuration
+Lesson 1b
 
 
-Demo of PHP support in NetBeans 6.5 - Part 
II: Editor Features
+Lesson 2
 
 
-Deploying a PHP Application 
on a Remote Web Server Using the NetBeans IDE
+Lesson 3
 
 
-Introduction to Ajax for PHP Web 
Applications
+Lesson 4
 
 
-PHP Namespace Support 
in NetBeans IDE
+Lesson 5
 
 
-Setting Up a PHP Project
+Lesson 6
 
 
-Testing with PHPUnit and Selenium
+Lesson 7
 
 
-The PHP Editor in NetBeans IDE 6.9-7.0 
(Preview)
+Lesson 8
 
 
-Zend Framework Support in NetBeans 
IDE for PHP
+Lesson 9
 
 
 


-
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-35 created (now 7732fb8)

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

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


  at 7732fb8  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 

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

2019-01-17 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 df54b9d2a2c5b83df51da8f913accd41532060e3
Merge: 8b13676 7732fb8
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 14:21:25 2019 +0100

Merge pull request #145 from apache/geertjanw-patch-35

Update index.asciidoc

 .../src/content/kb/docs/php/index.asciidoc | 25 --
 1 file changed, 14 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 (8b13676 -> df54b9d)

2019-01-17 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 8b13676  Merge pull request #144 from apache/geertjanw-patch-34
 add 7732fb8  Update index.asciidoc
 new df54b9d  Merge pull request #145 from apache/geertjanw-patch-35

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/index.asciidoc | 25 --
 1 file changed, 14 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 asf-site updated: Automated site publishing by Jenkins build 275

2019-01-17 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 54571c4  Automated site publishing by Jenkins build 275
54571c4 is described below

commit 54571c41cbe64a49e2caef21a16eb5d77becabab
Author: jenkins 
AuthorDate: Thu Jan 17 13:06:52 2019 +

Automated site publishing by Jenkins build 275
---
 content/kb/docs/java/javase-intro.html | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/content/kb/docs/java/javase-intro.html 
b/content/kb/docs/java/javase-intro.html
index 3d9b659..d0dc6f4 100644
--- a/content/kb/docs/java/javase-intro.html
+++ b/content/kb/docs/java/javase-intro.html
@@ -244,7 +244,7 @@
 }
 }
 return b.toString();
-}
+}
 
 
 
@@ -450,9 +450,8 @@
 
 
 System.err.println("Running testAcrostic...");
-String result = LibClass.acrostic(new String[]
-  {"fnord", "polly", "tropism"});
-assertEquals("Correct value", "foo", result);
+String result = LibClass.acrostic(new String[]{"fnord", "polly", "tropism"});
+assertEquals("Correct value", "foo", result);
 
 
 
@@ -601,7 +600,7 @@ String result = LibClass.acrostic(new String[]
 
 
 
-java -jar MyApp.jar However we all feel 
zealous
+java -jar MyApp.jar However we all feel zealous
 
 
 


-
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 #144 from apache/geertjanw-patch-34

2019-01-17 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 8b136763c3122246fb94ff85f73350bb2ba2427b
Merge: 5115936 948e003
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 14:04:58 2019 +0100

Merge pull request #144 from apache/geertjanw-patch-34

Update javase-intro.asciidoc

 .../src/content/kb/docs/java/javase-intro.asciidoc   | 9 -
 1 file changed, 4 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 master updated (5115936 -> 8b13676)

2019-01-17 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 5115936  Merge pull request #143 from apache/geertjanw-patch-33
 add 948e003  Update javase-intro.asciidoc
 new 8b13676  Merge pull request #144 from apache/geertjanw-patch-34

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/java/javase-intro.asciidoc   | 9 -
 1 file changed, 4 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] 01/01: Merge pull request #143 from apache/geertjanw-patch-33

2019-01-17 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 511593662e36f1d78647ef12ebe1566d440573d6
Merge: 823f4af 07fc89d
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 14:01:08 2019 +0100

Merge pull request #143 from apache/geertjanw-patch-33

Update javase-intro.asciidoc

 netbeans.apache.org/src/content/kb/docs/java/javase-intro.asciidoc | 6 +++---
 1 file changed, 3 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-33 created (now 07fc89d)

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

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


  at 07fc89d  Update javase-intro.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 

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

2019-01-17 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 01b0e83  Automated site publishing by Jenkins build 271
01b0e83 is described below

commit 01b0e83f2c8c2cf27f43809e97d271abf6a8228d
Author: jenkins 
AuthorDate: Thu Jan 17 12:59:35 2019 +

Automated site publishing by Jenkins build 271
---
 content/kb/docs/java/javase-intro.html | 207 -
 1 file changed, 51 insertions(+), 156 deletions(-)

diff --git a/content/kb/docs/java/javase-intro.html 
b/content/kb/docs/java/javase-intro.html
index 6f16454..df9c5f1 100644
--- a/content/kb/docs/java/javase-intro.html
+++ b/content/kb/docs/java/javase-intro.html
@@ -81,49 +81,20 @@
 
 
 
-Project Setup
+Developing General Java 
Applications
 
-[[Creating a Java Class 
Library Project]]
-[[Creating a Java 
Application Project]]
-[[Configuring the 
Compilation Classpath]]
+Project Setup
+Creating and Editing 
Java Source Code
+Compiling and Running 
the Application
+Testing and Debugging 
the Application
+Building, 
Running, and Distributing the Application
+Other Common Tasks
 
 
-Creating and Editing 
Java Source Code
-
-Creating a Java Package 
and Class File
-Editing a Java File
-
-
-Compiling and Running 
the Application
-
-Setting the 
Main Class and Execution Arguments
-Running the Application
-
-
-Testing and Debugging 
the Application
-
-Creating JUnit Tests
-Running JUnit Tests
-Debugging the Application
-
-
-Building, 
Running, and Distributing the Application
-
-Building the Application
-Running the 
Application Outside of the IDE
-Distributing the 
Application to Other Users
-
-
-Other Common Tasks
-
-Making the Javadoc 
Available in the IDE
-Generating Javadoc for a 
Project
-
-
-Next Steps
 
 
-
+
+Developing General Java 
Applications
 
 
 The following short tutorial takes you through some of the basic steps of 
developing a Java SE application in NetBeans IDE. This tutorial assumes you 
already have some familiarity with developing Java applications. Along the way, 
you will see some of the IDE features that simplify application development.
@@ -134,42 +105,8 @@
 
 This tutorial takes approximately 30 minutes to complete. If you would like 
to do a quicker "Hello World" tutorial, see the NetBeans IDE Java Quick Start Tutorial.
 
-
-
-
-
-Figure 1. Content on this page applies to NetBeans IDE 7.4 
and 8.0
-
-
-To complete this tutorial, you need the software and resources 
listed in the following table.
-
-
-
-
-
-
-
-
-Software or Resource
-Version Required
-
-
-
-
-https://netbeans.org/downloads/index.html;>NetBeans IDE
-7.4 or 
8.0
-
-
-http://www.oracle.com/technetwork/java/javase/downloads/index.html;>Java 
Development Kit (JDK)
-6, 7, or 
8
-
-
-
-
-
-
-Project Setup
-
+
+Project Setup
 
 The application you create will contain two projects:
 
@@ -189,8 +126,8 @@
 
 Note: Strictly speaking, two projects are not needed for 
such a simple application. This tutorial uses two projects to demonstrate 
features that you might need for a more complex application.
 
-
-[[Creating a Java Class 
Library Project]]
+
+[[Creating a Java Class 
Library Project]]
 
 
 
@@ -215,8 +152,8 @@
 
 
 
-
-[[Creating a Java Application 
Project]]
+
+[[Creating a Java Application 
Project]]
 
 
 
@@ -240,8 +177,8 @@
 
 
 
-
-[[Configuring the Compilation 
Classpath]]
+
+[[Configuring the Compilation 
Classpath]]
 
 Since MyApp is going to depend on a class in MyLib, you have to add MyLib 
to the classpath of MyApp. Doing so also ensures that classes in the MyApp 
project can refer to classes in the MyLib project without causing compilation 
errors. In addition, this enables you to use code completion in the MyApp 
project to fill in code based on the MyLib project. In the IDE, the classpath 
is visually represented by the Libraries node.
 
@@ -275,15 +212,13 @@
 
 
 
-
-
-Creating and Editing Java 
Source Code
-
+
+Creating and Editing Java 
Source Code
 
 Now you need to create a Java package and add the method that you will use 
to construct the acrostic. After that you need to implement the 
acrostic method in the Main class.
 
-
-Creating a Java Package and 
Class File
+
+Creating a Java Package and 
Class File
 
 
 
@@ -323,8 +258,8 @@
 
 
 
-
-Editing a Java File
+
+Editing a Java File
 
 Now you will add some code to Main.java. In doing so, you will 
see the Source Editors code completion and code template (abbreviation) 
features.
 
@@ -430,18 +365,16 @@
 
 
 
-
-
-Compiling and Running the 
Application
-
+
+Compiling and Running the 
Application
 
 Now you need to set the main class and execution arguments so that you can 
run the project.
 
 
 Note: By default, the projects have been created with the 
Compile on Save feature enabled, so you do not need to compile your code first 
in 

[incubator-netbeans-website] branch geertjanw-patch-32 created (now 8cb29c8)

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

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


  at 8cb29c8  Update javase-intro.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 

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

2019-01-17 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 823f4afd79b30ff5026a85c5bbeeea8e4a049827
Merge: 6671e01 8cb29c8
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 13:57:50 2019 +0100

Merge pull request #142 from apache/geertjanw-patch-32

Update javase-intro.asciidoc

 .../src/content/kb/docs/java/javase-intro.asciidoc | 93 ++
 1 file changed, 23 insertions(+), 70 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 (6671e01 -> 823f4af)

2019-01-17 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 6671e01  Merge pull request #141 from apache/geertjanw-patch-31
 add 8cb29c8  Update javase-intro.asciidoc
 new 823f4af  Merge pull request #142 from apache/geertjanw-patch-32

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/java/javase-intro.asciidoc | 93 ++
 1 file changed, 23 insertions(+), 70 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-1867) [TUTORIALS] - review and publication

2019-01-17 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1867:
-

Also, what's the correct syntax for correctly displaying the images in this 
document, i.e., within a table:

https://netbeans.apache.org/kb/docs/java/editor-codereference.html

> [TUTORIALS] - review and publication
> 
>
> Key: NETBEANS-1867
> URL: https://issues.apache.org/jira/browse/NETBEANS-1867
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: documentation, pull-request-available, third-donation, 
> tutorials, website
> Attachments: image-2019-01-15-12-22-29-742.png, 
> image-2019-01-15-12-26-14-652.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The third donation from Oracle included the NetBeans Tutorials. These have 
> been transformed automatically to the AsciiDoc format and need review.
> h2. Things to review
> Review process consists of the following steps:
>  * Find the images that have not been donated, and create alternatives.
>  * Fix any formatting issues from the automated process.
>  * Review the "language" of the code examples, so syntax highlighing is 
> correct.
>  * Create learning trails.
>  * Remove the "*Contents*" section of the tutorial pages (if any, the 
> automatic process should have removed most of them), we should also remove 
> the list of links to headings in the content in the Contents section. We're 
> generating a Table of Contents automatically, so we don't need to manually 
> create one.
> h2. Asigning a tutorial to yourself
> The review process will tackle different sets of Tutorials in the following 
> order:
>  # IDE Tutorials in src/content/kb/docs/ide
>  # Java Tutorials in src/content/kb/docs/java
>  # PHP Tutorials in src/content/kb/docs/php
>  # Rest of tutorials: javaee, javame, web, webclient, websvc. Order will be 
> defined later.
> If you want to review some tutorials please create a subtask using the 
> *"More"/"Create sub-task"* menu entry, like so
> !image-2019-01-15-12-22-29-742.png|width=650,height=436!
> When creating the sub-task remember to set the "*labels*" field to 
> *documentation / third-donation / tutorials / website,* 
> like so:
> *!image-2019-01-15-12-26-14-652.png|width=741,height=126!*
> Also remember to *clearly state the tutorials you're working with* (say 
> "java/a*": all tutorials starting with "a" in the "java" folder, or 
> "ide/git.asciidoc").
> h2. Help Material / Tips & Tricks
> Please see 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=100827339] 
> for NetBeans specific Asciidoc Trips & Tricks.
> Please see 
> [https://issues.apache.org/jira/secure/RapidBoard.jspa?projectKey=NETBEANS=303]
>  for a Kanban Board of the status the tutorials donation.
>  
>  
>  



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

2019-01-17 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 3cdb35a  Automated site publishing by Jenkins build 268
3cdb35a is described below

commit 3cdb35a96e97258766bf34dca34ff023c01c776b
Author: jenkins 
AuthorDate: Thu Jan 17 12:50:48 2019 +

Automated site publishing by Jenkins build 268
---
 content/kb/docs/java/editor-codereference.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/content/kb/docs/java/editor-codereference.html 
b/content/kb/docs/java/editor-codereference.html
index 146c0aa..cbaa945 100644
--- a/content/kb/docs/java/editor-codereference.html
+++ b/content/kb/docs/java/editor-codereference.html
@@ -104,9 +104,6 @@
 
 The purpose of any integrated development environment (IDE) is to maximize 
productivity and support seamless development from a single tool. This 
reference document describes useful code assistance features, customization 
options, and navigation capabilities of the NetBeans IDEs Java 
Editor.
 
-
-[tips]#Together with this document, you are advised to read http://docs.oracle.com/cd/E50453_01/doc.80/e50452/working_nbeans.htm#A1151635;>2.6
 Understanding the Source Editor Features in the free Oracle book http://docs.oracle.com/cd/E50453_01/doc.80/e50452/toc.htm;>"Developing 
Applications with NetBeans IDE 8.0". #
-
 
 Smart Code Completion
 


-
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-31 created (now e1598a6)

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

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


  at e1598a6  Update editor-codereference.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] 01/01: Merge pull request #141 from apache/geertjanw-patch-31

2019-01-17 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 6671e0136c5fa99e10c2ae0fc89d861bf7ba43c1
Merge: 0525fdc e1598a6
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 13:49:09 2019 +0100

Merge pull request #141 from apache/geertjanw-patch-31

Update editor-codereference.asciidoc

 .../src/content/kb/docs/java/editor-codereference.asciidoc | 7 +++
 1 file changed, 3 insertions(+), 4 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 (0525fdc -> 6671e01)

2019-01-17 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 0525fdc  Merge pull request #140 from apache/geertjanw-patch-30
 add e1598a6  Update editor-codereference.asciidoc
 new 6671e01  Merge pull request #141 from apache/geertjanw-patch-31

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/java/editor-codereference.asciidoc | 7 +++
 1 file changed, 3 insertions(+), 4 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 (11a19ed -> 0525fdc)

2019-01-17 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 11a19ed  Merge pull request #139 from apache/geertjanw-patch-29
 add 42576c6  Update editor-codereference.asciidoc
 new 0525fdc  Merge pull request #140 from apache/geertjanw-patch-30

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/java/editor-codereference.asciidoc | 7 ---
 1 file changed, 4 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] 01/01: Merge pull request #140 from apache/geertjanw-patch-30

2019-01-17 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 0525fdccc040267b0b2e176389eed3fb46c9b3fd
Merge: 11a19ed 42576c6
Author: Geertjan Wielenga 
AuthorDate: Thu Jan 17 13:47:17 2019 +0100

Merge pull request #140 from apache/geertjanw-patch-30

Update editor-codereference.asciidoc

 .../src/content/kb/docs/java/editor-codereference.asciidoc | 7 ---
 1 file changed, 4 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-30 created (now 42576c6)

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

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


  at 42576c6  Update editor-codereference.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 

  1   2   >