Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Help Tutorials

Hi Christian,

I did some work regarding "Help hovers for the modules explorer". Now I can locate to the corresponding resource file when hover on modules. Also I can display any tooltip I want. But now I have few problems. 

1.When I run the plugin as a RCP application, a separate help server starts in a different port. I can't open the module help pages in that server.(But the html page I created for the script shell can be opened in that server.) I added the o.e.e.m.platform plugin as a dependency for the o.e.e.ui plugin. But I could't solve the problem.

2.After loading the relevant html page I am planning to use the Jsoup for parsing. But for that I have to add the Jsoup library to EASE. Is it okay or should I use another way?

Thank you.

On Wed, May 6, 2015 at 2:08 AM, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
Hi,

the bug status is fine, you may change it to assigned if you like and change the assigned to field to your account.
I also set it as a blocker task for bug 465623. This is how we usually link such topics.

Regarding help you should not need to create any help pages at all. Instead you later need to extract useful data from existing help pages. This means locating the resource file, open the file, parse for relevant data and display that text in a tooltip.

--
Christian

On 05.05.2015 18:23, Vidura Mudalige wrote:
Hi Christian,

I thought I will need a very deep knowledge about eclipse help system to continue the project. If it is not I think the knowledge I got from those tutorials will be enough to continue.

I created a bug for "Help hovers for the modules explorer" as you said. But its status is UNCONFIRMED. I think it needs your confirmation to save the bug.




_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev



--
Vidura Mudalige
Undergraduate
Computer Science & Engineering
University of Moratuwa.

Back to the top