Community
Participate
Working Groups
Build Identifier: 20100617-1415 import org.eclipse.ui.forms.widgets.Section; public Section section; private String COMMON_VARIABLES = "Common Settings"; section = toolkit.createSection(parent,Section.TWISTIE); section.setText(COMMON_VARIABLES); The result is the section displays title partially "Common ". It happens all the time. For "GetTimeFunction", it displays "GetTimeFunctio", missing an "n". So it is not the problem of a blank space. For "Test_Finish", it displays "Test_Finis", missing an "h". Then I thought maybe the string exceeds the length limit for a title. But it seemed not to be this case. Because I tried "111111111111111111111111111111", it was fine. Reproducible: Always Steps to Reproduce: Please see to Details.
Moving to Platform UI
Forms maintained by UA.
*** This bug has been marked as a duplicate of bug 233093 ***