Community
Participate
Working Groups
Build Identifier: M20110210-1200 There are a number of different property types supported by the CDT template engine. I believe all of them are supposed to support a "tooltip" pop-up when you hover your mouse over the property label in the wizard page. The tooltip works fine for property type "input", which is essentially a string input dialog, but it doesn't work for the property type "select", which is a drop-down combo box, aka enumerated type. I will attach a simple template.xml file which demonstrates this problem Reproducible: Always Steps to Reproduce: 1. Add a "select" property to a template.xml file 2. Run eclipse with this new property in the template.xml 3. Create a project of the template's type 4. On the wizard page, hover your mouse over the select property and notice that the tooltip fails to show.
Created attachment 196260 [details] Example template.xml file
Created attachment 196261 [details] Example template.xml file