spacesInStartComment = new ComboFieldEditor(SPACES_IN_START_COMMENT, "Spaces in comment start?",
ENTRIES_AND_VALUES_FOR_SPACES2, p);
addField(spacesInStartComment);
formatAndStyleRangeHelper = new StyledTextForShowingCodeFactory();
labelExample = formatAndStyleRangeHelper.createStyledTextForCodePresentation(p);
GridData layoutData = new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1);
labelExample.setLayoutData(layoutData);
updateLabelExample(PyFormatStd.getFormat());