Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] [EASE] Sign and Verify Script

Hi Varun,

if you look in the documentation for IScriptService you will find the exact java call to get the service. Do not unse getInstance(), it will vanish as soon as I have time to fix some base dependencies to that getter.

Regarding your error on getScriptType: what location are you using there?

cheers
Christian

On 06/23/2016 03:18 PM, Varun Raval wrote:
Hi,

I have uploaded a new patch regarding core methods for Signature verification functionality. See here: https://git.eclipse.org/r/#/c/75831/

I am trying to figure out how to get language specific block comments and have posted a comment on Mattermost.

How should try following command?
         IScriptService scriptService = ScriptService.getInstance();
         ScriptType scriptType = scriptService.getScriptType(location);
It is giving error while running getScriptType.

Best regards,
--
Varun Raval


_______________________________________________
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