label.setText("Close and re-open any editors to see the effects of these preferences.");
GridDataFactory.create(label).spanH(2).alignHF();
}
{
// editor layout mode
ComboFieldEditor editorLayout =
new ComboFieldEditor(P_EDITOR_LAYOUT, "Editor layout:", new String[][]{
new String[]{
"On separate notebook tabs (Source first)",
"" + V_EDITOR_LAYOUT_PAGES_SOURCE},
new String[]{
"On separate notebook tabs (Design first)",