Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Adding topics to context sensitive Help(Context Sensitive Help)
Adding topics to context sensitive Help [message #708497] Tue, 02 August 2011 22:02 Go to next message
Jane M.  is currently offline Jane M. Friend
Messages: 9
Registered: August 2011
Junior Member
When my plugin was installed on eclipse 3.6, context sensitive Help would display for the extensions to the Share Project wizard when the '?' was selected at the bottom of the page. We didn't code anything to display our own Help, but eclipse would pick up our page title within the Share Project wizard, and our title would display when our page displayed, preceded by the word "About", while the rest of the Help below the title pertained to the underlying eclipse platform. When we upgraded to eclipse 3.6.2 instead of "About + <<our page title>>" for the Help window title, all we see is "About", and we get a null pointer exception, see below. Any ideas how to fix? A simple fix would be make it work like it did in eclipse 3.6. A more complex fix is how to implement our Help into the context sensitive Help for our extensions to the Share Project Wizard. Both or either answer would be very helpful.
java.lang.NullPointerException
at org.eclipse.help.ui.internal.views.ContextHelpPart$SearchTerms.add(ContextHelpPart.java:430)
at org.eclipse.help.ui.internal.views.ContextHelpPart.computeSearchTerms(ContextHelpPart.java:456)
at org.eclipse.help.ui.internal.views.ContextHelpPart.updateSearchExpression(ContextHelpPart.java:394)
at org.eclipse.help.ui.internal.views.ContextHelpPart.updateSearchExpression(ContextHelpPart.java:293)
at org.eclipse.help.ui.internal.views.ContextHelpPart.handleActivation(ContextHelpPart.java:318)
at org.eclipse.help.ui.internal.views.ContextHelpPart.setFormInput(ContextHelpPart.java:707)
at org.eclipse.ui.forms.ManagedForm.setInput(ManagedForm.java:238)

Re: Adding topics to context sensitive Help [message #708821 is a reply to message #708497] Wed, 03 August 2011 07:10 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi jmuse,
I don't think that this is a RAP (Rich Ajax Platform) related problem.
Probably you post your question in a wrong newsgroup. RCP newsgroup is
the correct place.
Best,
Ivan

On 8/3/2011 1:02 AM, jmuse wrote:
> When my plugin was installed on eclipse 3.6, context sensitive Help
> would display for the extensions to the Share Project wizard when the
> '?' was selected at the bottom of the page. We didn't code anything to
> display our own Help, but eclipse would pick up our page title within
> the Share Project wizard, and our title would display when our page
> displayed, preceded by the word "About", while the rest of the Help
> below the title pertained to the underlying eclipse platform. When we
> upgraded to eclipse 3.6.2 instead of "About + <<our page title>>" for
> the Help window title, all we see is "About", and we get a null
> pointer exception, see below. Any ideas how to fix? A simple fix would
> be make it work like it did in eclipse 3.6. A more complex fix is how
> to implement our Help into the context sensitive Help for our
> extensions to the Share Project Wizard. Both or either answer would be
> very helpful.
> java.lang.NullPointerException
> at
> org.eclipse.help.ui.internal.views.ContextHelpPart$SearchTerms.add(ContextHelpPart.java:430)
> at
> org.eclipse.help.ui.internal.views.ContextHelpPart.computeSearchTerms(ContextHelpPart.java:456)
> at
> org.eclipse.help.ui.internal.views.ContextHelpPart.updateSearchExpression(ContextHelpPart.java:394)
> at
> org.eclipse.help.ui.internal.views.ContextHelpPart.updateSearchExpression(ContextHelpPart.java:293)
> at
> org.eclipse.help.ui.internal.views.ContextHelpPart.handleActivation(ContextHelpPart.java:318)
> at
> org.eclipse.help.ui.internal.views.ContextHelpPart.setFormInput(ContextHelpPart.java:707)
> at org.eclipse.ui.forms.ManagedForm.setInput(ManagedForm.java:238)
>
>
Previous Topic:RAP JUnit Tests Ignore RAP Target Platform (Win only)
Next Topic:Source of org.eclipse.rap.demo.enrondata
Goto Forum:
  


Current Time: Fri Apr 26 08:39:24 GMT 2024

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

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

Back to the top