GridLayoutFactory.fillDefaults().margins(10, 4).applyTo(group);
Composite fieldParent = new Composite(group, SWT.NONE);
GridDataFactory.swtDefaults().grab(true, false).align(SWT.FILL, SWT.TOP).hint(150, -1).applyTo(fieldParent);
goRootEditor = new DirectoryFieldEditorExt(GoEnvironmentPrefs.GO_ROOT.key, "GO&ROOT:", fieldParent);
addField(goRootEditor);
goPathEditor = new GoPathFieldEditor(GoEnvironmentPrefs.GO_PATH.key, "GO&PATH:", fieldParent);
addField(goPathEditor);