Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [Script Shell]Type Detection

Hi Martin,

I used  "CompletionDescriptionFormatter" class to modify the tooltip strings. But the problem is my tooltip is not just a String. It contains html contents. In order to display this tooltip I need a SWT browser widget. Is there a way to add a SWT browser to display "content proposal descriptions"?

Thank you.

On Fri, Jun 26, 2015 at 10:12 PM, Martin Klösch <martin.kloesch@xxxxxxxxx> wrote:

Hi,

that already sounds very promissing. I added a couple of methods that create the tooltip strings. You could have a look into them and add your code there. Maybe they will already be displayed correctly, otherwise we have to take a look on how we can achieve the desired format.

Best regards,
Martin

Am 24.06.2015 9:48 vorm. schrieb "Vidura Mudalige" <vbmudalige@xxxxxxxxx>:
Hi Martin,

I started this new thread since "Help Tutorials" one already got too messy. 
According to the current status of my work I can display help tooltips of any element type(Field, Method, ModuleDefinition) at any location on the screen. For that only thing need to do is passing the object to the relevant method. If we can extract objects from the script shell, most of our problems will be solved.:)

Thank you.

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



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

Back to the top