Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Help->Search preferences
Help->Search preferences [message #572780] Thu, 30 August 2007 20:12
Eclipse UserFriend
Originally posted by: ddirks.ittvis.com

Hello,

I'm wondering if there is any way to control the default settings for the
Help->Search tab without changing any Java code. I would like to control
the
default values for the "Show result categories" and "Show result
descriptions"
buttons, so that these are set a particular way when the end-user first
uses the help system.

I noticed that when I change the values of these buttons in the UI, a file
containing something like the following

<xml version="1.0" encoding="UTF-8">
<section name="Workbench">
<item key="show-categories" value="false"/>
<item key="no-description" value="false"/>
</section>

is written as

Workspace/.metadata/.plugins/org.eclipse.help.ui/dialog_sett ings.xml

My first instinct was to add the following to our plugin_customization.ini
file:

org.eclipse.help.ui/Workbench/show-categories=false
org.eclipse.help.ui/Workbench/no-description=false

but to no avail. (I also tried a couple of variations on this string,
trying to find the right identifier by hit-or-miss. I can't seem to find
any documentation describing how to determine the identifier for a
particular property.)

So: Is this possible, or would specifying the default values of those
buttons require changes to Java code? If it is possible, I'd love to learn
how to find the correct identifier strings.

Thanks for any help,
Doug Dirks
Previous Topic:Kudos
Next Topic:launch help url in internal browser
Goto Forum:
  


Current Time: Thu Apr 25 04:33:44 GMT 2024

Powered by FUDForum. Page generated in 0.03183 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top