summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-11-02 16:45:13 +0100
committerhjk <qthjk@ovi.com>2011-11-02 18:20:19 +0100
commit29279ab8c7c6ea726abfd51d8585e7d12387aaa3 (patch)
treecd9173978ebcaf5e1a962f90dc1b72d3e1eb8fec /src/plugins/texteditor
parent7efa115245c75019129a0cb768eb33d29e6bd00f (diff)
downloadqt-creator-29279ab8c7c6ea726abfd51d8585e7d12387aaa3.tar.gz
more style fixes of string literal access
Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/texteditor')
-rw-r--r--src/plugins/texteditor/texteditorconstants.h234
1 files changed, 117 insertions, 117 deletions
diff --git a/src/plugins/texteditor/texteditorconstants.h b/src/plugins/texteditor/texteditorconstants.h
index ce79b6081b..db458fd225 100644
--- a/src/plugins/texteditor/texteditorconstants.h
+++ b/src/plugins/texteditor/texteditorconstants.h
@@ -38,133 +38,133 @@
namespace TextEditor {
namespace Constants {
-const char * const C_TEXTEDITOR = "Text Editor";
-const char * const COMPLETE_THIS = "TextEditor.CompleteThis";
-const char * const QUICKFIX_THIS = "TextEditor.QuickFix";
-const char * const VISUALIZE_WHITESPACE = "TextEditor.VisualizeWhitespace";
-const char * const CLEAN_WHITESPACE = "TextEditor.CleanWhitespace";
-const char * const TEXT_WRAPPING = "TextEditor.TextWrapping";
-const char * const UN_COMMENT_SELECTION = "TextEditor.UnCommentSelection";
-const char * const FOLD = "TextEditor.Fold";
-const char * const UNFOLD = "TextEditor.Unfold";
-const char * const UNFOLD_ALL = "TextEditor.UnFoldAll";
-const char * const AUTO_INDENT_SELECTION = "TextEditor.AutoIndentSelection";
-const char * const INCREASE_FONT_SIZE = "TextEditor.IncreaseFontSize";
-const char * const DECREASE_FONT_SIZE = "TextEditor.DecreaseFontSize";
-const char * const RESET_FONT_SIZE = "TextEditor.ResetFontSize";
-const char * const GOTO_BLOCK_START = "TextEditor.GotoBlockStart";
-const char * const GOTO_BLOCK_START_WITH_SELECTION = "TextEditor.GotoBlockStartWithSelection";
-const char * const GOTO_BLOCK_END = "TextEditor.GotoBlockEnd";
-const char * const GOTO_BLOCK_END_WITH_SELECTION = "TextEditor.GotoBlockEndWithSelection";
-const char * const SELECT_BLOCK_UP = "TextEditor.SelectBlockUp";
-const char * const SELECT_BLOCK_DOWN = "TextEditor.SelectBlockDown";
-const char * const MOVE_LINE_UP = "TextEditor.MoveLineUp";
-const char * const MOVE_LINE_DOWN = "TextEditor.MoveLineDown";
-const char * const COPY_LINE_UP = "TextEditor.CopyLineUp";
-const char * const COPY_LINE_DOWN = "TextEditor.CopyLineDown";
-const char * const JOIN_LINES = "TextEditor.JoinLines";
-const char * const INSERT_LINE_ABOVE = "TextEditor.InsertLineAboveCurrentLine";
-const char * const INSERT_LINE_BELOW = "TextEditor.InsertLineBelowCurrentLine";
-const char * const UPPERCASE_SELECTION = "TextEditor.UppercaseSelection";
-const char * const LOWERCASE_SELECTION = "TextEditor.LowercaseSelection";
-const char * const CUT_LINE = "TextEditor.CutLine";
-const char * const COPY_LINE = "TextEditor.CopyLine";
-const char * const DELETE_LINE = "TextEditor.DeleteLine";
-const char * const DELETE_END_OF_WORD = "TextEditor.DeleteEndOfWord";
-const char * const DELETE_END_OF_WORD_CAMEL_CASE = "TextEditor.DeleteEndOfWordCamelCase";
-const char * const DELETE_START_OF_WORD = "TextEditor.DeleteStartOfWord";
-const char * const DELETE_START_OF_WORD_CAMEL_CASE = "TextEditor.DeleteStartOfWordCamelCase";
-const char * const SELECT_ENCODING = "TextEditor.SelectEncoding";
-const char * const REWRAP_PARAGRAPH = "TextEditor.RewrapParagraph";
-const char * const GOTO_LINE_START = "TextEditor.GotoLineStart";
-const char * const GOTO_LINE_END = "TextEditor.GotoLineEnd";
-const char * const GOTO_NEXT_LINE = "TextEditor.GotoNextLine";
-const char * const GOTO_PREVIOUS_LINE = "TextEditor.GotoPreviousLine";
-const char * const GOTO_PREVIOUS_CHARACTER = "TextEditor.GotoPreviousCharacter";
-const char * const GOTO_NEXT_CHARACTER = "TextEditor.GotoNextCharacter";
-const char * const GOTO_PREVIOUS_WORD = "TextEditor.GotoPreviousWord";
-const char * const GOTO_NEXT_WORD = "TextEditor.GotoNextWord";
-const char * const GOTO_PREVIOUS_WORD_CAMEL_CASE = "TextEditor.GotoPreviousWordCamelCase";
-const char * const GOTO_NEXT_WORD_CAMEL_CASE = "TextEditor.GotoNextWordCamelCase";
-const char * const GOTO_LINE_START_WITH_SELECTION = "TextEditor.GotoLineStartWithSelection";
-const char * const GOTO_LINE_END_WITH_SELECTION = "TextEditor.GotoLineEndWithSelection";
-const char * const GOTO_NEXT_LINE_WITH_SELECTION = "TextEditor.GotoNextLineWithSelection";
-const char * const GOTO_PREVIOUS_LINE_WITH_SELECTION = "TextEditor.GotoPreviousLineWithSelection";
-const char * const GOTO_PREVIOUS_CHARACTER_WITH_SELECTION = "TextEditor.GotoPreviousCharacterWithSelection";
-const char * const GOTO_NEXT_CHARACTER_WITH_SELECTION = "TextEditor.GotoNextCharacterWithSelection";
-const char * const GOTO_PREVIOUS_WORD_WITH_SELECTION = "TextEditor.GotoPreviousWordWithSelection";
-const char * const GOTO_NEXT_WORD_WITH_SELECTION = "TextEditor.GotoNextWordWithSelection";
-const char * const GOTO_PREVIOUS_WORD_CAMEL_CASE_WITH_SELECTION = "TextEditor.GotoPreviousWordCamelCaseWithSelection";
-const char * const GOTO_NEXT_WORD_CAMEL_CASE_WITH_SELECTION = "TextEditor.GotoNextWordCamelCaseWithSelection";
-const char * const C_TEXTEDITOR_MIMETYPE_TEXT = "text/plain";
-const char * const INFO_SYNTAX_DEFINITION = "TextEditor.InfoSyntaxDefinition";
-const char * const TASK_DOWNLOAD_DEFINITIONS = "TextEditor.Task.Download";
-const char * const TASK_REGISTER_DEFINITIONS = "TextEditor.Task.Register";
-const char * const TASK_OPEN_FILE = "TextEditor.Task.OpenFile";
+const char C_TEXTEDITOR[] = "Text Editor";
+const char COMPLETE_THIS[] = "TextEditor.CompleteThis";
+const char QUICKFIX_THIS[] = "TextEditor.QuickFix";
+const char VISUALIZE_WHITESPACE[] = "TextEditor.VisualizeWhitespace";
+const char CLEAN_WHITESPACE[] = "TextEditor.CleanWhitespace";
+const char TEXT_WRAPPING[] = "TextEditor.TextWrapping";
+const char UN_COMMENT_SELECTION[] = "TextEditor.UnCommentSelection";
+const char FOLD[] = "TextEditor.Fold";
+const char UNFOLD[] = "TextEditor.Unfold";
+const char UNFOLD_ALL[] = "TextEditor.UnFoldAll";
+const char AUTO_INDENT_SELECTION[] = "TextEditor.AutoIndentSelection";
+const char INCREASE_FONT_SIZE[] = "TextEditor.IncreaseFontSize";
+const char DECREASE_FONT_SIZE[] = "TextEditor.DecreaseFontSize";
+const char RESET_FONT_SIZE[] = "TextEditor.ResetFontSize";
+const char GOTO_BLOCK_START[] = "TextEditor.GotoBlockStart";
+const char GOTO_BLOCK_START_WITH_SELECTION[] = "TextEditor.GotoBlockStartWithSelection";
+const char GOTO_BLOCK_END[] = "TextEditor.GotoBlockEnd";
+const char GOTO_BLOCK_END_WITH_SELECTION[] = "TextEditor.GotoBlockEndWithSelection";
+const char SELECT_BLOCK_UP[] = "TextEditor.SelectBlockUp";
+const char SELECT_BLOCK_DOWN[] = "TextEditor.SelectBlockDown";
+const char MOVE_LINE_UP[] = "TextEditor.MoveLineUp";
+const char MOVE_LINE_DOWN[] = "TextEditor.MoveLineDown";
+const char COPY_LINE_UP[] = "TextEditor.CopyLineUp";
+const char COPY_LINE_DOWN[] = "TextEditor.CopyLineDown";
+const char JOIN_LINES[] = "TextEditor.JoinLines";
+const char INSERT_LINE_ABOVE[] = "TextEditor.InsertLineAboveCurrentLine";
+const char INSERT_LINE_BELOW[] = "TextEditor.InsertLineBelowCurrentLine";
+const char UPPERCASE_SELECTION[] = "TextEditor.UppercaseSelection";
+const char LOWERCASE_SELECTION[] = "TextEditor.LowercaseSelection";
+const char CUT_LINE[] = "TextEditor.CutLine";
+const char COPY_LINE[] = "TextEditor.CopyLine";
+const char DELETE_LINE[] = "TextEditor.DeleteLine";
+const char DELETE_END_OF_WORD[] = "TextEditor.DeleteEndOfWord";
+const char DELETE_END_OF_WORD_CAMEL_CASE[] = "TextEditor.DeleteEndOfWordCamelCase";
+const char DELETE_START_OF_WORD[] = "TextEditor.DeleteStartOfWord";
+const char DELETE_START_OF_WORD_CAMEL_CASE[] = "TextEditor.DeleteStartOfWordCamelCase";
+const char SELECT_ENCODING[] = "TextEditor.SelectEncoding";
+const char REWRAP_PARAGRAPH[] = "TextEditor.RewrapParagraph";
+const char GOTO_LINE_START[] = "TextEditor.GotoLineStart";
+const char GOTO_LINE_END[] = "TextEditor.GotoLineEnd";
+const char GOTO_NEXT_LINE[] = "TextEditor.GotoNextLine";
+const char GOTO_PREVIOUS_LINE[] = "TextEditor.GotoPreviousLine";
+const char GOTO_PREVIOUS_CHARACTER[] = "TextEditor.GotoPreviousCharacter";
+const char GOTO_NEXT_CHARACTER[] = "TextEditor.GotoNextCharacter";
+const char GOTO_PREVIOUS_WORD[] = "TextEditor.GotoPreviousWord";
+const char GOTO_NEXT_WORD[] = "TextEditor.GotoNextWord";
+const char GOTO_PREVIOUS_WORD_CAMEL_CASE[] = "TextEditor.GotoPreviousWordCamelCase";
+const char GOTO_NEXT_WORD_CAMEL_CASE[] = "TextEditor.GotoNextWordCamelCase";
+const char GOTO_LINE_START_WITH_SELECTION[] = "TextEditor.GotoLineStartWithSelection";
+const char GOTO_LINE_END_WITH_SELECTION[] = "TextEditor.GotoLineEndWithSelection";
+const char GOTO_NEXT_LINE_WITH_SELECTION[] = "TextEditor.GotoNextLineWithSelection";
+const char GOTO_PREVIOUS_LINE_WITH_SELECTION[] = "TextEditor.GotoPreviousLineWithSelection";
+const char GOTO_PREVIOUS_CHARACTER_WITH_SELECTION[] = "TextEditor.GotoPreviousCharacterWithSelection";
+const char GOTO_NEXT_CHARACTER_WITH_SELECTION[] = "TextEditor.GotoNextCharacterWithSelection";
+const char GOTO_PREVIOUS_WORD_WITH_SELECTION[] = "TextEditor.GotoPreviousWordWithSelection";
+const char GOTO_NEXT_WORD_WITH_SELECTION[] = "TextEditor.GotoNextWordWithSelection";
+const char GOTO_PREVIOUS_WORD_CAMEL_CASE_WITH_SELECTION[] = "TextEditor.GotoPreviousWordCamelCaseWithSelection";
+const char GOTO_NEXT_WORD_CAMEL_CASE_WITH_SELECTION[] = "TextEditor.GotoNextWordCamelCaseWithSelection";
+const char C_TEXTEDITOR_MIMETYPE_TEXT[] = "text/plain";
+const char INFO_SYNTAX_DEFINITION[] = "TextEditor.InfoSyntaxDefinition";
+const char TASK_DOWNLOAD_DEFINITIONS[] = "TextEditor.Task.Download";
+const char TASK_REGISTER_DEFINITIONS[] = "TextEditor.Task.Register";
+const char TASK_OPEN_FILE[] = "TextEditor.Task.OpenFile";
// Text color and style categories
-const char * const C_TEXT = "Text";
+const char C_TEXT[] = "Text";
-const char * const C_LINK = "Link";
-const char * const C_SELECTION = "Selection";
-const char * const C_LINE_NUMBER = "LineNumber";
-const char * const C_SEARCH_RESULT = "SearchResult";
-const char * const C_SEARCH_SCOPE = "SearchScope";
-const char * const C_PARENTHESES = "Parentheses";
-const char * const C_CURRENT_LINE = "CurrentLine";
-const char * const C_CURRENT_LINE_NUMBER = "CurrentLineNumber";
-const char * const C_OCCURRENCES = "Occurrences";
-const char * const C_OCCURRENCES_UNUSED = "Occurrences.Unused";
-const char * const C_OCCURRENCES_RENAME = "Occurrences.Rename";
+const char C_LINK[] = "Link";
+const char C_SELECTION[] = "Selection";
+const char C_LINE_NUMBER[] = "LineNumber";
+const char C_SEARCH_RESULT[] = "SearchResult";
+const char C_SEARCH_SCOPE[] = "SearchScope";
+const char C_PARENTHESES[] = "Parentheses";
+const char C_CURRENT_LINE[] = "CurrentLine";
+const char C_CURRENT_LINE_NUMBER[] = "CurrentLineNumber";
+const char C_OCCURRENCES[] = "Occurrences";
+const char C_OCCURRENCES_UNUSED[] = "Occurrences.Unused";
+const char C_OCCURRENCES_RENAME[] = "Occurrences.Rename";
-const char * const C_NUMBER = "Number";
-const char * const C_STRING = "String";
-const char * const C_TYPE = "Type";
-const char * const C_LOCAL = "Local";
-const char * const C_FIELD = "Field";
-const char * const C_STATIC = "Static";
-const char * const C_VIRTUAL_METHOD = "VirtualMethod";
-const char * const C_KEYWORD = "Keyword";
-const char * const C_OPERATOR = "Operator";
-const char * const C_PREPROCESSOR = "Preprocessor";
-const char * const C_LABEL = "Label";
-const char * const C_COMMENT = "Comment";
-const char * const C_DOXYGEN_COMMENT = "Doxygen.Comment";
-const char * const C_DOXYGEN_TAG = "Doxygen.Tag";
-const char * const C_VISUAL_WHITESPACE = "VisualWhitespace";
-const char * const C_QML_LOCAL_ID = "QmlLocalId";
-const char * const C_QML_EXTERNAL_ID = "QmlExternalId";
-const char * const C_QML_TYPE_ID = "QmlTypeId";
-const char * const C_QML_ROOT_OBJECT_PROPERTY = "QmlRootObjectProperty";
-const char * const C_QML_SCOPE_OBJECT_PROPERTY = "QmlScopeObjectProperty";
-const char * const C_QML_EXTERNAL_OBJECT_PROPERTY = "QmlExternalObjectProperty";
-const char * const C_JS_SCOPE_VAR = "JsScopeVar";
-const char * const C_JS_IMPORT_VAR = "JsImportVar";
-const char * const C_JS_GLOBAL_VAR = "JsGlobalVar";
-const char * const C_QML_STATE_NAME = "QmlStateName";
-const char * const C_BINDING = "Binding";
+const char C_NUMBER[] = "Number";
+const char C_STRING[] = "String";
+const char C_TYPE[] = "Type";
+const char C_LOCAL[] = "Local";
+const char C_FIELD[] = "Field";
+const char C_STATIC[] = "Static";
+const char C_VIRTUAL_METHOD[] = "VirtualMethod";
+const char C_KEYWORD[] = "Keyword";
+const char C_OPERATOR[] = "Operator";
+const char C_PREPROCESSOR[] = "Preprocessor";
+const char C_LABEL[] = "Label";
+const char C_COMMENT[] = "Comment";
+const char C_DOXYGEN_COMMENT[] = "Doxygen.Comment";
+const char C_DOXYGEN_TAG[] = "Doxygen.Tag";
+const char C_VISUAL_WHITESPACE[] = "VisualWhitespace";
+const char C_QML_LOCAL_ID[] = "QmlLocalId";
+const char C_QML_EXTERNAL_ID[] = "QmlExternalId";
+const char C_QML_TYPE_ID[] = "QmlTypeId";
+const char C_QML_ROOT_OBJECT_PROPERTY[] = "QmlRootObjectProperty";
+const char C_QML_SCOPE_OBJECT_PROPERTY[] = "QmlScopeObjectProperty";
+const char C_QML_EXTERNAL_OBJECT_PROPERTY[] = "QmlExternalObjectProperty";
+const char C_JS_SCOPE_VAR[] = "JsScopeVar";
+const char C_JS_IMPORT_VAR[] = "JsImportVar";
+const char C_JS_GLOBAL_VAR[] = "JsGlobalVar";
+const char C_QML_STATE_NAME[] = "QmlStateName";
+const char C_BINDING[] = "Binding";
-const char * const C_DISABLED_CODE = "DisabledCode";
+const char C_DISABLED_CODE[] = "DisabledCode";
-const char * const C_ADDED_LINE = "AddedLine";
-const char * const C_REMOVED_LINE = "RemovedLine";
-const char * const C_DIFF_FILE = "DiffFile";
-const char * const C_DIFF_LOCATION = "DiffLocation";
+const char C_ADDED_LINE[] = "AddedLine";
+const char C_REMOVED_LINE[] = "RemovedLine";
+const char C_DIFF_FILE[] = "DiffFile";
+const char C_DIFF_LOCATION[] = "DiffLocation";
-const char * const TEXT_EDITOR_SETTINGS_CATEGORY = "C.TextEditor";
-const char * const TEXT_EDITOR_SETTINGS_CATEGORY_ICON = ":/core/images/category_texteditor.png";
-const char * const TEXT_EDITOR_SETTINGS_TR_CATEGORY = QT_TRANSLATE_NOOP("TextEditor", "Text Editor");
-const char * const TEXT_EDITOR_FONT_SETTINGS = "A.FontSettings";
-const char * const TEXT_EDITOR_BEHAVIOR_SETTINGS = "B.BehaviourSettings";
-const char * const TEXT_EDITOR_DISPLAY_SETTINGS = "D.DisplaySettings";
-const char * const TEXT_EDITOR_HIGHLIGHTER_SETTINGS = "E.HighlighterSettings";
-const char * const TEXT_EDITOR_SNIPPETS_SETTINGS = "F.SnippetsSettings";
+const char TEXT_EDITOR_SETTINGS_CATEGORY[] = "C.TextEditor";
+const char TEXT_EDITOR_SETTINGS_CATEGORY_ICON[] = ":/core/images/category_texteditor.png";
+const char TEXT_EDITOR_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("TextEditor", "Text Editor");
+const char TEXT_EDITOR_FONT_SETTINGS[] = "A.FontSettings";
+const char TEXT_EDITOR_BEHAVIOR_SETTINGS[] = "B.BehaviourSettings";
+const char TEXT_EDITOR_DISPLAY_SETTINGS[] = "D.DisplaySettings";
+const char TEXT_EDITOR_HIGHLIGHTER_SETTINGS[] = "E.HighlighterSettings";
+const char TEXT_EDITOR_SNIPPETS_SETTINGS[] = "F.SnippetsSettings";
-const char * const SNIPPET_EDITOR_ID = "TextEditor.SnippetEditor";
-const char * const TEXT_SNIPPET_GROUP_ID = "Text";
+const char SNIPPET_EDITOR_ID[] = "TextEditor.SnippetEditor";
+const char TEXT_SNIPPET_GROUP_ID[] = "Text";
-const char * const GLOBAL_SETTINGS_ID = "Global";
+const char GLOBAL_SETTINGS_ID[] = "Global";
} // namespace Constants
} // namespace TextEditor