|
Re: how to set Custom Task default value [message #1751730 is a reply to message #1750519] |
Fri, 13 January 2017 08:15  |
Eclipse User |
|
|
|
Hi,
are you using your own <propertyTab .. > element in your extension point definition? Then you should be able to just call .setText on the swt Text element e.g. in the createBindings method where you create it. If you need more elaborate stuff like clearing the preview text when entering you probably need to write the logic yourself (set a listener on the element or something like that).
If not, you might be able to do exactly that: define a propertyTab element and use your own class inheriting the TaskPropertySection and overwrite/extend the createbindings method.
Note, there might be a better solution but none I know of.
|
|
|
Powered by
FUDForum. Page generated in 0.03061 seconds