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 b177cd9  Updating the NOTE admonition
b177cd9 is described below

commit b177cd90aeb44081563381926e060a3981ba2591
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Fri Jan 18 23:46:43 2019 +0100

    Updating the NOTE admonition
    
    Note: -> NOTE:
    Also added icons.
---
 .../src/content/kb/docs/java/editor-codereference.asciidoc           | 5 +++--
 1 file changed, 3 insertions(+), 2 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 d9b6a4f..b32f3b4 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
@@ -23,6 +23,7 @@
 :jbake-status: published
 :syntax: true
 :source-highlighter: pygments
+:icons: font
 :toc: left
 :toc-title:
 :description:  Code Assistance in the NetBeans IDE Java Editor: A Reference 
Guide - Apache NetBeans
@@ -400,7 +401,7 @@ You might want to limit the number of categories for which 
hints are displayed.
 2. From the Language drop-down list, select Java and view a list of elements 
for which hints are displayed (their checkboxes are selected).
 3. To disable hints for some categories, clear the appropriate checkboxes.
 
-Note: On the Hints tab, you can also disable or limit the scope of dependency 
scans (Dependency Scanning option). These steps can significantly improve the 
performance of the IDE.
+NOTE: On the Hints tab, you can also disable or limit the scope of dependency 
scans (Dependency Scanning option). These steps can significantly improve the 
performance of the IDE.
 
 The IDE detects compilation errors in your Java sources by locating and 
recompiling classes that depend on the file that you are modifying (even if 
these dependencies are in the files that are not opened in the editor). When a 
compilation error is found, red badges are added to source file, package, or 
project nodes. Dependency scanning within projects can be resource consuming 
and degrade performance, especially if you are working with large projects.
 
@@ -517,7 +518,7 @@ It is very convenient to save custom colors in new 
profiles. For example, do the
 4. Select a category and change the font, font color (Foreground), background 
color, and effects for this category.  Use the Preview window to view the 
results.
 5. Click OK.
 
-Note: All NetBeans IDE settings and profiles are stored in the _NetBeans 
userdir_ (refer to the link:http://wiki.netbeans.org/FaqWhatIsUserdir[+FAQ+] on 
how to locate the _userdir_ for your operating system). When upgrading to newer 
versions of NetBeans, you can export old settings and import them to the newer 
version.
+NOTE: All NetBeans IDE settings and profiles are stored in the _NetBeans 
userdir_ (refer to the link:http://wiki.netbeans.org/FaqWhatIsUserdir[+FAQ+] on 
how to locate the _userdir_ for your operating system). When upgrading to newer 
versions of NetBeans, you can export old settings and import them to the newer 
version.
 
 To export the IDE settings:
 


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