Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Help System Preferences: Having trouble setting windowTitlePrefix and seeing expected result
Help System Preferences: Having trouble setting windowTitlePrefix and seeing expected result [message #272464] Wed, 22 September 2004 15:51 Go to next message
Eclipse UserFriend
Originally posted by: nospamkowalski.ibm.com

Hello!

I am trying to control the title of the browser window for the Help System
running in standalone/infocenter mode by using the windowTitlePrefix help
system preference in my plugin_customization.ini file and setting it to
false.

The description of the windowTitlePrefix preference says:
Set to true or false to control the title of the browser window. If true,
the title will have a form "Help - <PRODUCT_NAME>", otherwise the title will
be "<PRODUCT_NAME>", where <PRODUCT_NAME> is the name of Eclipse product set
in the primary feature.

I set org.eclipse.help.base/windowTitlePrefix = false in my
plugin_customization.ini file. But for a standalone help system package
(minimal set of plugins), where do I set the <PRODUCT_NAME> as described
above? Does that go in config.ini or plugin_customization.ini?

My current config.ini has:
eclipse.product=org.eclipse.platform.ide

Should this be something else for a standalone help system package?

Thanks!
--Lee Anne
kowalski at us dot ibm dot com
Re: Help System Preferences: Having trouble setting windowTitlePrefix and seeing expected result [message #272576 is a reply to message #272464] Thu, 23 September 2004 18:14 Go to previous message
Konrad Kolosowski is currently offline Konrad KolosowskiFriend
Messages: 243
Registered: July 2009
Senior Member
"Lee Anne Kowalski" <nospamkowalski@ibm.com> wrote in message
news:cis6q0$1il$1@eclipse.org...
> Hello!
>
> I am trying to control the title of the browser window for the Help System
> running in standalone/infocenter mode by using the windowTitlePrefix help
> system preference in my plugin_customization.ini file and setting it to
> false.
>
> The description of the windowTitlePrefix preference says:
> Set to true or false to control the title of the browser window. If true,
> the title will have a form "Help - <PRODUCT_NAME>", otherwise the title
will
> be "<PRODUCT_NAME>", where <PRODUCT_NAME> is the name of Eclipse product
set
> in the primary feature.
>
> I set org.eclipse.help.base/windowTitlePrefix = false in my
> plugin_customization.ini file. But for a standalone help system package
> (minimal set of plugins), where do I set the <PRODUCT_NAME> as described
> above? Does that go in config.ini or plugin_customization.ini?

It is best in 3.1 to define all product branding in one plug-in like Dorian
suggested in news:ciscb6$d0n$1@eclipse.org . Take a look at extension of
org.eclipse.core.runtime.products contributed by org.eclipse.platfor, for
example. This particular extension is pointed to by
eclipse.product=org.eclipse.platform.ide line in config.ini. The product
sub-element has a name attribute that is the product name.

>
> My current config.ini has:
> eclipse.product=org.eclipse.platform.ide
>
> Should this be something else for a standalone help system package?
It should be different, as the org.eclipse.platform plug-in is not needed in
stand-alone help, but a similar one should be created for branding of
standalone-help.

>
> Thanks!
> --Lee Anne
> kowalski at us dot ibm dot com
>
>
>
>
Previous Topic:Does anyone know of a Java editor plugin with hungry delete functionality?
Next Topic:For Standalone Help or Infocenter: what are the best eclipse.product and eclipse.application values
Goto Forum:
  


Current Time: Fri Apr 26 17:41:05 GMT 2024

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

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

Back to the top