Skip to main content

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

Hi,

This week I worked on several things.

  1. I patched a commit to create commented string with block comment and used that method while appending signature from SignatureHelper class. See [1]. I have also added its respective test cases. It is giving an error regarding some test cases not running properly of class AbstractCodeFactoryTest. See [2].
  2. I have made context menu for performing signature. For now, it is opening on every IFile resource from every explorer and editor. We need to show that context menu only for scripts. I am searching for that. If anyone has any hint, it will be great. The problem can be solved by manually adding extension types in test category of visibleWhen tag. But, it would be static.
  3. I have made WizardPages using WizardDialog and it is working fine. Several UI improvements are needed to be done. Next question is where to store signature. We can store signature in State Location of Plugin temporarily. Then provide user an option to extract script with signature at his preferred location. Context menu and wizard pages are patched. See [3].
  4. I am working on Preference Page and it is almost done. I will be patching that soon.
  5. I am also working on Decorators. A doubt regarding decorators: if I have understood correctly, decorators will be visible on signer side in script explorer only, showing state of signature whether it needs to be updated or not. If it is not, please correct me...

[1]: https://git.eclipse.org/r/#/c/76868/

[2]: https://hudson.eclipse.org/ease/job/ease-verify-core/788/

[3]: https://git.eclipse.org/r/#/c/76997/

Thanking you,

--
Varun Raval

Back to the top