geertjanw closed pull request #467: [NETBEANS-492] disable QuickSearchProvider
for JavaHelp
URL: https://github.com/apache/incubator-netbeans/pull/467
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
b/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
index 9abdd976a..82d721306 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
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