addField(rightTrimMultilineLiterals);
addNewLineAtEndOfFile = createBooleanFieldEditor(ADD_NEW_LINE_AT_END_OF_FILE, "Add new line at end of file?", p);
addField(addNewLineAtEndOfFile);
spacesBeforeComment = new ComboFieldEditor(SPACES_BEFORE_COMMENT, "Spaces before a comment?",
ENTRIES_AND_VALUES_FOR_SPACES, p);
addField(spacesBeforeComment);
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);