Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [GSoC-2015]Help Hover Tooltips

Hi Christian,

As the first step to start the project I decided to improve my knowledge about Eclipse help system. Therefore I went through some tutorials[1][2] about RCP help. But still I have a lot of things to understand about the Eclipse help system. Can you suggest any learning materials to get a very good knowledge about eclipse help system? 

BTW I have another small problem. Is there a way to fork EASE core repository? Or is there a way to keep commits in Gerrit without sending for the review? I think it is difficult to control versions only using a local repository for a big project. 

Thank you.

[1] http://www.eclipse.org/articles/article.php?file=Article-AddingHelpToRCP/index.html
[2] http://www.vogella.com/tutorials/EclipseRCPHelpSystem/article.html

On Sat, Apr 11, 2015 at 10:46 PM, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
Hi,

I also tried to reproduce the behavior, but could not. I guess it might happen in some special cases that the decorator throws an exception. After throwing a decorator stops working. Might be the reason for missing decorator text. So it seems w need to keep that bug open and wait for a stack trace to continue.

Chistian

On 11.04.2015 12:24, Vidura Mudalige wrote:
Hi Christian,

I checked the papyrus module in "org.eclipse.ease.modules.modeling" plugin. But the module does not include the defective methods ( addErrorMarker(EObject,String), addInfoMarker(EObject,String), addWarningMarker(EObject,String) ). I found these 3 methods in a module called "EcoreModule"[1]. I tested those 3 methods by copying them into a default module. Then the decorators reported the return types correctly. Am I using the correct papyrus module and methods?



_______________________________________________
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