Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Problem with Keyword Index (since 3.7)
Problem with Keyword Index (since 3.7) [message #692871] Tue, 05 July 2011 11:35 Go to next message
Eclipse UserFriend
Originally posted by:

Hi,

I provide a keyword index (using the extension point
"org.eclipse.help.index") in my RCP application.

Since I migrated my application (from Eclipse 3.4.1) to Eclipse 3.7
there are problems how links in parent nodes of the keyword tree are
displayed. There is now inserted after each parent node that links a
help page a blank line that also links the defined help page.

For example, a keyword index defined as follows in the index.html:

<index>
<entry keyword="topic_1">
<topic href="doc/topic1.html"/>
<entry keyword="topic_1_1">
<topic href="doc/topic_1_1.html"/>
</entry>
<entry keyword="topic_1_2">
<topic href="doc/topic_1_2.html"/>
</entry>
</entry>
<entry keyword="topic_2">
<entry keyword="topic_2_1">
<topic href="doc/topic_2_1.html"/>
</entry>
</entry>
</index>

... will be shown in the Help View this way:

topic_1 (links to "doc/topic1.html")
<blank line> (links to "doc/topic1.html" as well)
topic_1_1 (links to "doc/topic1_1.html")
topic_1_2 (links to "doc/topic1_1.html")
topic_2 (mouse click opens/closes underlying tree structure)
topic_2_1 (links to "doc/topic2_1.html")


Might this be a bug or has anything changed in recent versions of
Eclipse regarding this extension point?

I've tested this behaviour under Windows 7 and Mac OS X (10.6) and it
occurs on both systems.

Best Regards,
Andreas
Re: Problem with Keyword Index (since 3.7) [message #693145 is a reply to message #692871] Tue, 05 July 2011 22:15 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
The blank line sounds like a bug, I have not noticed that during testing, probably there is something different between your index and the one which I am using to test with. Can you file a bug report?
Re: Problem with Keyword Index (since 3.7) [message #693272 is a reply to message #693145] Wed, 06 July 2011 07:23 Go to previous message
Eclipse UserFriend
Originally posted by:

Ok, I will file a bug report.


Chris Goldthorpe wrote:
> The blank line sounds like a bug, I have not noticed that during
> testing, probably there is something different between your index and
> the one which I am using to test with. Can you file a bug report?
Previous Topic:Cheat Sheet programming issue <onCompletion>
Next Topic:How to share css files between Features
Goto Forum:
  


Current Time: Fri Apr 26 06:00:23 GMT 2024

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

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

Back to the top