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 fd39af6 Update quickstart.asciidoc
fd39af6 is described below
commit fd39af697f5948b80465181b3b35b04ec5f835be
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat Apr 6 21:32:11 2019 +0200
Update quickstart.asciidoc
---
netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 6 +++---
1 file changed, 3 insertions(+), 3 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 31c35f3..27ff476 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -100,9 +100,9 @@ image::images/proj-opened-maven-small.png[role="left",
link="images/proj-opened-
A skeleton main class has been created for you. You can add a "Hello World!"
message by replacing this line...
-1. Between the braces, type `psvm` and press the Tab key. You should now see
`public static void main` statement.
+1. Between the braces, type `psvm` and press kbd:[Tab]. You should now see
`public static void main` statement.
-2. Within the `public static void main` statement, type `sout` and press the
Tab key. You should now see a 'System.out.println' statement.
+2. Within the `public static void main` statement, type `sout` and press
kbd:[Tab]. You should now see a 'System.out.println' statement.
3. Within the quotation marks, type `hello world`. You should now see the
following:
@@ -115,7 +115,7 @@ Notice that when you press kbd:[Ctrl+Space], the editor
shows you multiple ways
[.feature]
--
-image::images/editor-cc-small.png[role="left", link="images/editor-cc.png"]
+image::images/editor-cc-maven-small.png[role="left",
link="images/editor-cc-maven.png"]
--
For a full description of editor assistance features, see
link:https://netbeans.apache.org/kb/docs/java/editor-codereference.html[Code
Assistance in the NetBeans IDE Java Editor: A Reference Guide].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists