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 <vie...@users.noreply.github.com>
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

Reply via email to