How can one create a org.eclipse.jface.preference.BooleanFieldEditor with a multi-line label?
- by Chry Cheng
The ff. does not work. "Second line" is rendered on the same line as "First line". What's more is that there is no space between the two.
new BooleanFieldEditor("Name", "First line\nSecond line", getFieldEditorParent());