Added categories for occurrences and for renaming occurrences

So they can be adapted in the color schemes.
This commit is contained in:
Thorbjørn Lindeijer
2009-07-14 10:34:17 +02:00
parent 12911cda5c
commit 8cc916a0ca
5 changed files with 15 additions and 5 deletions

View File

@@ -77,6 +77,9 @@ TextEditorSettings::TextEditorSettings(QObject *parent)
currentLineNumber.format().setBold(true);
formatDescriptions.append(currentLineNumber);
formatDescriptions.append(FormatDescription(QLatin1String(C_OCCURRENCES), tr("Occurrences")));
formatDescriptions.append(FormatDescription(QLatin1String(C_OCCURRENCES_RENAME), tr("Renaming Occurrence")));
// Standard categories
formatDescriptions.append(FormatDescription(QLatin1String(C_NUMBER), tr("Number"), Qt::darkBlue));
formatDescriptions.append(FormatDescription(QLatin1String(C_STRING), tr("String"), Qt::darkGreen));