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,

 

you are on the right track regarding the plugin and the script shell class. To learn how to attach toolbars and menus please read the excellent tutorials from Lars Vogel:

http://www.vogella.com/tutorials/EclipseCommands/article.html

 

You should follow this path to add a new toolbar entry.

 

Best regards

Christian

 

 

From: ease-dev-bounces@xxxxxxxxxxx [mailto:ease-dev-bounces@xxxxxxxxxxx] On Behalf Of Vidura Mudalige
Sent: Wednesday, March 11, 2015 11:27 AM
To: ease developer discussions
Subject: Re: [ease-dev] [GSoC-2015]Help Hover Tooltips

 

Hello Christian,

Thank you very much for your guidelines. I checked "org.eclipse.ease.ui" plugin and found a java class called "ScriptShell.java" under "org.eclipse.ease.ui.view" package. I studied this java class line by line and had a good knowledge about how the script engine gets the scripts from the combo box in the script shell.

I found something called "dropins" in this class. I don't have an exact idea about it. Do these dropins represent the utilities that we can see in the script shell.(eg : Load an external module, Clear display) If so, do I need to add an extra dropin to add help button to script shell?

Thank you.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top