Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add help messages in plugins #6

Open
marionlouveaux opened this issue May 26, 2020 · 2 comments
Open

Add help messages in plugins #6

marionlouveaux opened this issue May 26, 2020 · 2 comments

Comments

@marionlouveaux
Copy link

Hi!

Could you add help messages in the Clicy plugins to be displayed when the user mouse over the question mark on blue background?
ThresholdPlugin

Many thanks in advance!
Best regards,
Marion

@marionlouveaux
Copy link
Author

Hi Robert,

I am gathering information to improve the EzPlug documentation and I got some regarding how to add help messages for plugin parameters. My colleagues told me that

  1. you need to declare the message in the method of EzPlug: public void initialize()
  2. for each variable, you can add an help message with myEzVar.setToolTipText("my help message");

I hope this helps.
Cheers,
Marion

@haesleinhuepf
Copy link
Member

Ah, I see! I don't have help-messaes per parameter, but for the plugin, I guess showing it in this tool tip might indeed be helpful! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants