You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by gi...@apache.org on 2019/02/27 10:30:37 UTC

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

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 7b85ff1  Automated site publishing by Jenkins build 617
7b85ff1 is described below

commit 7b85ff1c7ef16a0e55ecaafa815a1a716912ee28
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Feb 27 10:30:35 2019 +0000

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

diff --git a/content/kb/docs/java/editor-codereference.html b/content/kb/docs/java/editor-codereference.html
index e0fc393..8c9d501 100644
--- a/content/kb/docs/java/editor-codereference.html
+++ b/content/kb/docs/java/editor-codereference.html
@@ -180,7 +180,7 @@
 <div class="paragraph">
 <p>Code formatting allows you to set up the editor to layout your source code in the way that you find most preferable and comfortable to work with. When you want to format your code simply press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -188,11 +188,11 @@
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Shift-F</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>F</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-F</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>F</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -202,7 +202,7 @@
 <div class="paragraph">
 <p>To customize the formatting behaviour, open the formatting pane by selecting:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -230,7 +230,7 @@
 <div class="paragraph">
 <p>If, for some reason, this feature is disabled, you can enable it by selecting:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -267,7 +267,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>To customize the highlight colors, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -303,7 +303,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>To customize the code folding options select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -328,7 +328,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>To customize keyboard shortcuts, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -371,12 +371,12 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="sect2">
 <h3 id="_invoking_code_completion">Invoking Code Completion</h3>
 <div class="paragraph">
-<p>To invoke code completion press  <code>Ctrl-Space</code> or, choose <strong>Source &gt; Complete Code&#8230;&#8203;</strong> from the menu bar and a list of appropriate suggestions is presented to you. As you continue to type, code completion becomes more focussed and the list shortens. The list includes options imported in your source file and symbols from the  <code>java.lang</code>  package.</p>
+<p>To invoke code completion press  <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span> or, choose <strong>Source &gt; Complete Code&#8230;&#8203;</strong> from the menu bar and a list of appropriate suggestions is presented to you. As you continue to type, code completion becomes more focussed and the list shortens. The list includes options imported in your source file and symbols from the  <code>java.lang</code>  package.</p>
 </div>
 <div class="paragraph">
 <p>To customize the code completion settings, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -399,12 +399,12 @@ Do not take any notice of the indicated error, because it does not propose an un
 <p>To add characters that will invoke code completion, select the <strong>Language: Java</strong> pane and type your characters in the <strong>Auto Popup Triggers for Java:</strong> field. The code completion list will pop-up every time you type one of your specified characters, simply select your desired option, hit return or "double-click", for it to be entered into your document.</p>
 </div>
 <div class="paragraph">
-<p>When the <strong>Auto Popup Completion Window</strong> checkbox is not selected, you need to press  <code>Ctrl-Space</code>  each time you want to invoke code completion.</p>
+<p>When the <strong>Auto Popup Completion Window</strong> checkbox is not selected, you need to press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span> each time you want to invoke code completion.</p>
 </div>
 <div class="paragraph">
-<p>Instead of using  <code>Ctrl-Space</code>  for code completion, you can use "hippie completion". Hippie completion analyzes text in the visible scope by searching your current document and, if not found, in other documents. Hippie completion then provides suggestions to complete the current word with a keyword, class name, method, or variable. To invoke hippie completion press:</p>
+<p>Instead of using <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span>  for code completion, you can use "hippie completion". Hippie completion analyzes text in the visible scope by searching your current document and, if not found, in other documents. Hippie completion then provides suggestions to complete the current word with a keyword, class name, method, or variable. To invoke hippie completion press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -412,11 +412,11 @@ Do not take any notice of the indicated error, because it does not propose an un
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-K</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>K</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-K</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>K</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -424,7 +424,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <p>and the editor automatically completes the word you&#8217;re typing. Repeatedly pressing the appropriate key combination will cycle once through all available options. If you go past your desired option then press the shift key as well as your key combination and you can reverse.</p>
 </div>
 <div class="paragraph">
-<p>The first time  <code>Ctrl-Space</code>  is pressed only items matching the type, in this example an  <code>int</code>, are shown.</p>
+<p>The first time <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span> is pressed only items matching the type, in this example an  <code>int</code>, are shown.</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -432,7 +432,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 </div>
 </div>
 <div class="paragraph">
-<p>Press  <code>Ctrl-Space</code>  a second time and <em>all</em> available items are shown, regardless of whether they match the provided type, as shown below.</p>
+<p>Press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span> a second time and <em>all</em> available items are shown, regardless of whether they match the provided type, as shown below.</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -457,7 +457,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 </div>
 </div>
 <div class="paragraph">
-<p>If the "smart" suggestions are not the ones you want to use, press  <code>Ctrl-Space</code>  again to see the complete list.</p>
+<p>If the "smart" suggestions are not the ones you want to use, press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span> again to see the complete list.</p>
 </div>
 </div>
 <div class="sect2">
@@ -466,7 +466,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <p>Instead of typing consecutive characters, and then calling code completion, you can type the initial capital letters of the word you&#8217;re interested in.</p>
 </div>
 <div class="paragraph">
-<p>For example, type  <code>IE</code> , press  <code>Ctrl-Space</code> , and you will see a list of suggestions that match via camel case completion using the letter  <code>I</code>  and then the letter  <code>E</code> .</p>
+<p>For example, type  <code>IE</code> , press  <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span> , and you will see a list of suggestions that match via camel case completion using the letter  <code>I</code>  and then the letter  <code>E</code> .</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -494,7 +494,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <p>When you are adding a new field or a variable, use code completion to choose a name that matches its type.</p>
 </div>
 <div class="paragraph">
-<p>Type a prefix for the new name, press  <code>Ctrl-Space</code>  and select the name you want to use from the list of suggestions.</p>
+<p>Type a prefix for the new name, press  <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span>  and select the name you want to use from the list of suggestions.</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -508,12 +508,12 @@ Do not take any notice of the indicated error, because it does not propose an un
 <p>The editor determines the most likely parameters for variables, methods, or fields and displays the suggestions in a pop-up box.</p>
 </div>
 <div class="paragraph">
-<p>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  <code>Tab</code>  or  <code>Enter</code>  keys.</p>
+<p>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  <kbd>Tab</kbd>  or  <kbd>Enter</kbd>  keys.</p>
 </div>
 <div class="paragraph">
 <p>You can invoke the tooltips with method parameters by pressing:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -521,11 +521,11 @@ Do not take any notice of the indicated error, because it does not propose an un
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-P</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>P</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-P</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>P</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -541,7 +541,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="sect2">
 <h3 id="_common_prefix_completion">Common Prefix Completion</h3>
 <div class="paragraph">
-<p>You can use the  <code>Tab</code>  key to quickly fill in the most commonly used prefixes and single suggestions. To check out how this feature works, try typing the following:</p>
+<p>You can use the  <kbd>Tab</kbd> key to quickly fill in the most commonly used prefixes and single suggestions. To check out how this feature works, try typing the following:</p>
 </div>
 <div class="paragraph">
 <p>Type  <code>System.out.p</code>  and wait for code completion to show all fields and methods that start with "p". All the suggestions will be related to "print".</p>
@@ -552,7 +552,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 </div>
 </div>
 <div class="paragraph">
-<p>Press the  <code>Tab</code>  key and the editor automatically fills in the "print". You can continue and type "l" and, after pressing <code>Tab</code> again, "println" will be added.</p>
+<p>Press the  <kbd>Tab</kbd>  key and the editor automatically fills in the "print". You can continue and type "l" and, after pressing <kbd>Tab</kbd> again, "println" will be added.</p>
 </div>
 </div>
 <div class="sect2">
@@ -568,7 +568,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>To implement this feature, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -594,7 +594,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="sect2">
 <h3 id="_chain_completion">Chain Completion</h3>
 <div class="paragraph">
-<p>When you need to type a chain of commands, you can use code completion. By  pressing  <code>Ctrl-Space</code>  twice all available chains will be shown. The editor scans: variables, fields, and methods that are in the visible context. It will then suggest a chain that satisfies the expected type.</p>
+<p>When you need to type a chain of commands, you can use code completion. By  pressing  <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span>  twice all available chains will be shown. The editor scans: variables, fields, and methods that are in the visible context. It will then suggest a chain that satisfies the expected type.</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -605,7 +605,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="sect2">
 <h3 id="_completion_of_static_imports">Completion of Static Imports</h3>
 <div class="paragraph">
-<p>When you want to complete a statement and, at the same time, require to make use of a static import statement, use code completion. By pressing  <code>Ctrl-Space</code>  twice, all available static import statements will be shown.</p>
+<p>When you want to complete a statement and, at the same time, require to make use of a static import statement, use code completion. By pressing  <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span>  twice, all available static import statements will be shown.</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -615,7 +615,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>If you would like static import statements to be added automatically, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -648,7 +648,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>You can add or modify your exclusion rules either when "Configure excludes" is selected from the code completion list or, by selecting:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -706,7 +706,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>While you are typing, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -714,11 +714,11 @@ Do not take any notice of the indicated error, because it does not propose an un
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-I</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-Shift-I</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -728,7 +728,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>To add an import only for the type at which the cursor is located, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -736,11 +736,11 @@ Do not take any notice of the indicated error, because it does not propose an un
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Shift-I</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-I</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -769,7 +769,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>You can specify that, whenever you save a file, all the unused imports should automatically be removed, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -801,7 +801,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <div class="paragraph">
 <p>In the editor, you can automatically generate: various constructs, whole methods, override and delegate methods, add properties and more. To invoke code generation, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -809,11 +809,11 @@ Do not take any notice of the indicated error, because it does not propose an un
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Insert</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Insert</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-I</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>I</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -840,7 +840,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 </div>
 </div>
 <div class="paragraph">
-<p>Press <code>Ctrl-Space</code> to open the code completion window and choose the following item:  <code>ColorChooser(String name, int number) - generate</code>. The editor generates a constructor with the specified parameters.</p>
+<p>Press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span> to open the code completion window and choose the following item:  <code>ColorChooser(String name, int number) - generate</code>. The editor generates a constructor with the specified parameters.</p>
 </div>
 <div class="paragraph">
 <p>In the code completion window, the constructors that can be generated automatically  are marked with the <span class="image"><img src="images/newconstructor.png" alt="newconstructor"></span> icon and the " <code>generate</code> " note.</p>
@@ -871,7 +871,7 @@ Do not take any notice of the indicated error, because it does not propose an un
 <p>You can use code templates by selecting one from the code completion window or,
 by typing its abbreviation, found by selecting:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -891,7 +891,7 @@ by typing its abbreviation, found by selecting:</p>
 <p>and then <strong>Language: Java</strong> in the <strong>Code Templates</strong> pane.</p>
 </div>
 <div class="paragraph">
-<p>The template can be expanded by pressing the default expansion key  <code>Tab</code>. In the expanded template, editable parts are displayed as blue boxes. Use the  <code>Tab</code> key again to go through the parts that you need to edit.</p>
+<p>The template can be expanded by pressing the default expansion key  <kbd>Tab</kbd>. In the expanded template, editable parts are displayed as blue boxes. Use the  <kbd>Tab</kbd> key again to go through the parts that you need to edit.</p>
 </div>
 </div>
 <div class="sect2">
@@ -899,7 +899,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="paragraph">
 <p>To add or edit code templates, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -922,7 +922,7 @@ by typing its abbreviation, found by selecting:</p>
 <p>Use the <strong>New</strong> and <strong>Remove</strong> buttons to modify the templates list. To edit an existing template, select the template and edit the code in the <strong>Expanded Text</strong> field. Then ideally, you should add a <strong>Description</strong> as an aid memoir and, if necessary, a <strong>Context</strong>.</p>
 </div>
 <div class="paragraph">
-<p>Choose your peferred key from the <strong>Expand Template on:</strong> list, to activate your template. The default key is  <code>Tab</code> . Finally, select an action from the <strong>On Template Expansion:</strong> list.</p>
+<p>Choose your peferred key from the <strong>Expand Template on:</strong> list, to activate your template. The default key is  <kbd>Tab</kbd> . Finally, select an action from the <strong>On Template Expansion:</strong> list.</p>
 </div>
 <div class="paragraph">
 <p>See <a href="../php/code-templates.html">Code Templates in NetBeans IDE for PHP</a>, for more information about templates.</p>
@@ -941,7 +941,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="paragraph">
 <p>To display Javadoc, place the cursor on an element in your code and, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -949,11 +949,11 @@ by typing its abbreviation, found by selecting:</p>
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-Space</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-Shift-\</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>&#92;</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -972,7 +972,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="sect2">
 <h3 id="_creating_javadoc_stubs">Creating Javadoc Stubs</h3>
 <div class="paragraph">
-<p>Place the cursor above a method or a class that has no Javadoc, type  <code>"/**</code> ", and press  <code>Enter</code> .</p>
+<p>Place the cursor above a method or a class that has no Javadoc, type  <code>"/**</code> ", and press  <kbd>Enter</kbd> .</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -996,7 +996,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="paragraph">
 <p>If you do not want to see the hints related to Javadoc, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1027,7 +1027,7 @@ by typing its abbreviation, found by selecting:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>Type the <code>@</code> symbol and wait until the code completion window opens, depending on your settings, you may need to press  <code>Ctrl-Space</code>. Then select the required tag from the drop-down list.</p>
+<p>Type the <code>@</code> symbol and wait until the code completion window opens, depending on your settings, you may need to press  <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span>. Then select the required tag from the drop-down list.</p>
 </div>
 </div>
 <div class="sect2">
@@ -1086,7 +1086,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="paragraph">
 <p>Hints are displayed automatically by default. However, if you want to view all hints, choose <strong>Source &gt; Fix Code</strong> from the menu bar or, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1094,11 +1094,11 @@ by typing its abbreviation, found by selecting:</p>
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Enter</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Enter</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Enter</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Enter</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1119,7 +1119,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="paragraph">
 <p>Select a block in your code that you want to surround with a statement and click the bulb icon <span class="image"><img src="images/bulb.png" alt="bulb"></span> in the left-hand margin or, choose <strong>Source &gt; Fix Code</strong> from the menu bar or, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1127,11 +1127,11 @@ by typing its abbreviation, found by selecting:</p>
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Enter</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Enter</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Enter</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Enter</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1149,7 +1149,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="paragraph">
 <p>You might want to limit the number of categories for which hints are displayed. To do this, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1201,7 +1201,7 @@ by typing its abbreviation, found by selecting:</p>
 <div class="paragraph">
 <p>To customize semantic coloring settings for the Java editor, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1254,7 +1254,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p>To export IDE settings, select:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1321,7 +1321,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <p>If you place the cursor in an element, such as a field or a variable, all usages of this element are highlighted. Note that error stripes in the editor&#8217;s righthand margin indicate the usages of this element in the entire source file, see: <a href="#_error_stripes">Error Stripes</a>. Click the error stripe to quickly navigate to the desired usage location.</p>
 </div>
 <div class="paragraph">
-<p>If you decide to rename all the highlighted instances, use the Instant Rename command (Ctrl-R or choose Refactor &gt; Rename).</p>
+<p>If you decide to rename all the highlighted instances, use the Instant Rename command (<span class="keyseq"><kbd>Ctrl</kbd>+<kbd>R</kbd></span> or choose Refactor &gt; Rename).</p>
 </div>
 </div>
 </div>
@@ -1352,7 +1352,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p><strong>Go to declaration</strong>, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1360,11 +1360,11 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-B</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>B</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-G</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>G</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1374,7 +1374,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p><strong>Go to source</strong>, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1382,11 +1382,11 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-B</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-Shift-B</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1402,7 +1402,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p><strong>Go to type</strong>, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1410,11 +1410,11 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-O</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>O</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-O</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>O</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1429,7 +1429,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p><strong>Go to file</strong>, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1437,11 +1437,11 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Shift-O</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>O</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-O</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>O</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1451,7 +1451,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p><strong>Go to symbol</strong>, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1459,11 +1459,11 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Alt-Shift-O</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>O</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-Command-O</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Command</kbd>+<kbd>O</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1471,7 +1471,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <p>or, select <strong>Navigate &gt; Go to Symbol&#8230;&#8203;</strong> from the menu bar.</p>
 </div>
 <div class="paragraph">
-<p><strong>Go to line</strong>, press <code>Ctrl-G</code> or, select <strong>Navigate &gt; Go to Line</strong> from the menu bar, and enter the line number to which you want to jump.</p>
+<p><strong>Go to line</strong>, press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>G</kbd></span> or, select <strong>Navigate &gt; Go to Line</strong> from the menu bar, and enter the line number to which you want to jump.</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -1482,7 +1482,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="sect2">
 <h3 id="_jumping_to_last_edit">Jumping to Last Edit</h3>
 <div class="paragraph">
-<p>To quickly return to your last edit, even if it is in another file or project, press <code>Ctrl-Q</code> or use the button in the top left corner of the Java editor toolbar. The last edited document opens, and the cursor is at the position, which you edited last.</p>
+<p>To quickly return to your last edit, even if it is in another file or project, press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Q</kbd></span> or use the button in the top left corner of the Java editor toolbar. The last edited document opens, and the cursor is at the position, which you edited last.</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -1512,7 +1512,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p>To go to a previously edited file, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1520,11 +1520,11 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Left</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Left</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Left</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Left</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1534,7 +1534,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="paragraph">
 <p>To move forward press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1542,11 +1542,11 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Alt-Right</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Alt</kbd>+<kbd>Right</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Right</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Right</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1564,7 +1564,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <div class="ulist">
 <ul>
 <li>
-<p>You can toggle between files and windows by pressing <code>Ctrl-Tab</code>. After you press <code>Ctrl-Tab</code>, a pop-up window opens containg two panes: the left-hand pane shows a list of all open files and, the right-hand pane shows a list of all windows. Hold down the <code>Ctrl</code> key then press and release the <code>Tab</code> key to move forward  through the list. Hold down <code>Ctrl-Shift</code> then press and release the <code>Tab</code> key to move backward through th [...]
+<p>You can toggle between files and windows by pressing <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Tab</kbd></span>. After you press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Tab</kbd></span>, a pop-up window opens containg two panes: the left-hand pane shows a list of all open files and, the right-hand pane shows a list of all windows. Hold down the <kbd>Ctrl</kbd> key then press and release the <kbd>Tab</kbd> key to move forward  through the list. Hold down <span class="keyseq"><kbd>Ctr [...]
 </li>
 </ul>
 </div>
@@ -1575,7 +1575,7 @@ All NetBeans IDE settings and profiles are stored in the <em>NetBeans userdir</e
 <i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
-If you continue pressing the <code>Tab</code> key you will also cycle through the windows list as well.
+If you continue pressing the <kbd>Tab</kbd> key you will also cycle through the windows list as well.
 </td>
 </tr>
 </table>
@@ -1588,7 +1588,7 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <div class="ulist">
 <ul>
 <li>
-<p>You can show all open documents by pressing, <code>Shift-F4</code> or, select <strong>Windows &gt; Documents&#8230;&#8203;</strong> from the menu bar. After you have selected the <strong>Documents</strong> window, all open files are shown. Order the files based on your needs and choose the file you would like to open.</p>
+<p>You can show all open documents by pressing, <span class="keyseq"><kbd>Shift</kbd>+<kbd>F4</kbd></span> or, select <strong>Windows &gt; Documents&#8230;&#8203;</strong> from the menu bar. After you have selected the <strong>Documents</strong> window, all open files are shown. Order the files based on your needs and choose the file you would like to open.</p>
 </li>
 </ul>
 </div>
@@ -1603,7 +1603,7 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <div class="paragraph">
 <p>You can use bookmarks to quickly navigate to specific places in your code. To create a bookmark, place the cursor anywhere in a line of code and, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1611,11 +1611,11 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-M</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>M</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-Shift-M</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>M</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1642,7 +1642,7 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <div class="paragraph">
 <p>To go to the next bookmark, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1650,18 +1650,18 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-Period</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>.</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-Shift-Period</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>.</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
 <div class="paragraph">
 <p>To go to the previous bookmark, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1669,11 +1669,11 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-Shift-Comma</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>,</kbd></span></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>macOS</strong>&#8482;</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Command-Shift-Comma</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>,</kbd></span></p></td>
 </tr>
 </tbody>
 </table>
@@ -1686,7 +1686,7 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 </div>
 </div>
 <div class="paragraph">
-<p>You can move forward or backward by repeatedly releasing and pressing the <code>Period</code> key or <code>Comma</code> key as appropriate to highlight your chosen bookmark. Then when you release the whole key combination the cursor is moved to the bookmark in your code.</p>
+<p>You can move forward or backward by repeatedly releasing and pressing the <kbd>.</kbd> key or <kbd>,</kbd> key as appropriate to highlight your chosen bookmark. Then when you release the whole key combination the cursor is moved to the bookmark in your code.</p>
 </div>
 <div class="paragraph">
 <p>If the file is not the topmost, the editor will switch to that file and move the cursor to the selected bookmark. Selecting a bookmark in a closed file will cause the editor to open that file and position the cursor at the required bookmark.</p>
@@ -1703,7 +1703,7 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <p>The <strong>Bookmarks</strong> window contains two panes: one showing all visited bookmarks in the current session and, the other a view of the code related to the currently highlighted bookmark. You cannot edit anything in this window, it is there so that you can see if the correct bookmark has been selected in the bookmarks pane.</p>
 </div>
 <div class="paragraph">
-<p>In the bookmarks pane you can select either a <strong>Tree View</strong> or, a <strong>Table View</strong>. In <strong>Table View</strong> you can assign keys and labels to bookmarks, so that when  <code>Ctrl-G</code>  is pressed, you can quickly jump to a labelled bookmark in your code.</p>
+<p>In the bookmarks pane you can select either a <strong>Tree View</strong> or, a <strong>Table View</strong>. In <strong>Table View</strong> you can assign keys and labels to bookmarks, so that when  <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>G</kbd></span>  is pressed, you can quickly jump to a labelled bookmark in your code.</p>
 </div>
 </div>
 <div class="sect2">
@@ -1719,7 +1719,7 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <div class="paragraph">
 <p>To open the Navigator window, choose <strong>Window &gt; Navigator</strong> or, press:</p>
 </div>
-<table class="tableblock frame-none grid-none" style="width: 75%;">
+<table class="tableblock frame-all grid-all spread">
 <colgroup>
 <col style="width: 20%;">
 <col style="width: 80%;">
@@ -1727,7 +1727,7 @@ If you continue pressing the <code>Tab</code> key you will also cycle through th
 <tbody>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Windows</strong>&#8482;/<strong>Linux</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Ctrl-7</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="keyseq"><kbd>Ctrl</kbd>+<kbd>7</kbd></span></p></td>
 </tr>
 </tbody>
 </table>


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

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