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

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.

On Tue, Mar 10, 2015 at 11:31 PM, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
Hi Vidura,

This bug is a good choice. the o.e.e.lang._javascript_.rhino package is wrong as it does not contain any ui elements. In fact there is only one plugin available in the core repository that contains UI elements (and thus, the script shell view).

best regards

Christian


On 10.03.2015 15:56, Vidura Mudalige wrote:

I went through "Code & me" blog and tested the samples. Now I have an idea what EASE is capable of. I cloned and built "org.eclipse.ease.core" and "org.eclipse.ease.modules" repositories.

Now I am trying to fix "BugĀ 429787 - Add help button to script shell". I think the plugin "org.eclipse.ease.lang._javascript_.rhino" is the corresponding source code for the Rhino Script Shell and now I am trying to understand how that code works. Am I following the right path?


_______________________________________________
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


Back to the top