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


The following commit(s) were added to refs/heads/master by this push:
     new 593e98f  [NETBEANS-492] disable QuickSearchProvider for JavaHelp (#467)
593e98f is described below

commit 593e98fd4bba2db550ef1f94ac3d0e425cbe70ea
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sun Apr 1 21:14:39 2018 +0200

    [NETBEANS-492] disable QuickSearchProvider for JavaHelp (#467)
---
 .../src/org/netbeans/modules/javahelp/resources/layer.xml    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml 
b/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
index 9abdd97..82d7213 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
+++ b/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
@@ -96,16 +96,16 @@
         </folder>
     </folder>
     
-    <folder name="QuickSearch">
+<!--    <folder name="QuickSearch">
           <folder name="Help">
-              <!--Attribute for localization - provide localized display name 
of category!-->
+              Attribute for localization - provide localized display name of 
category!
               <attr name="SystemFileSystem.localizingBundle" 
stringvalue="org.netbeans.modules.javahelp.Bundle"/>
-              <!--Attribute for command prefix - used to narrow search to this 
category only!-->
+              Attribute for command prefix - used to narrow search to this 
category only!
               <attr name="command" stringvalue="h"/>
-              <!--Attribute for category ordering!-->
+              Attribute for category ordering!
               <attr name="position" intvalue="1000"/>
-              <!--Note that multiple providers can contribute to one 
category!-->
+              Note that multiple providers can contribute to one category!
               <file 
name="org-netbeans-modules-javahelp-JavaHelpQuickSearchProviderImpl.instance"/>
           </folder>
-    </folder>
+    </folder>-->
 </filesystem>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

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

Reply via email to