[closed] Why my created label decorator is disabled whenever I launch it in eclipse client.
Hello,
I have created my plugin which provides a Label Decoration. But whenever I launch a eclipse client the label decorator comes as disabled.
My analysis: I have set property of decorator - Lightweight as 'true', state is 'true'.
As a work around I have to enable it every time I launch the Eclipse by :
Windows-->Preferences-->General-->Appearance-->Label Decoration. Then check mark the customized decorator.
What should I do so that my decorator is always enabled?
Regards,Swapnil Sahu
The question has been closed for the following reason: "Question is off-topic or not relevant" by rschoon Jul 06 '17, 2:20 p.m.
Accepted answer
This question does not belong in this forum. It might be better to track down an Eclipse forum for this question.
Per the help documentation (listed blow), it appears that you need this: state="true"
Perhaps there is a typo somewhere?
Help Doc:
http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fextension-points%2Forg_eclipse_ui_decorators.html