2009-02-25 09:15:00 +01:00
|
|
|
/**************************************************************************
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator
|
|
|
|
|
**
|
2010-03-05 11:25:49 +01:00
|
|
|
** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
2009-06-17 00:01:27 +10:00
|
|
|
** Contact: Nokia Corporation (qt-info@nokia.com)
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** Commercial Usage
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** Licensees holding valid Qt Commercial licenses may use this file in
|
|
|
|
|
** accordance with the Qt Commercial License Agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and Nokia.
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** GNU Lesser General Public License Usage
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
|
|
|
** General Public License version 2.1 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file LICENSE.LGPL included in the
|
|
|
|
|
** packaging of this file. Please review the following information to
|
|
|
|
|
** ensure the GNU Lesser General Public License version 2.1 requirements
|
|
|
|
|
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** If you are unsure which license is appropriate for your use, please
|
2009-08-14 09:30:56 +02:00
|
|
|
** contact the sales department at http://qt.nokia.com/contact.
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
**************************************************************************/
|
2008-12-02 16:19:05 +01:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
#ifndef TEXTEDITORCONSTANTS_H
|
|
|
|
|
#define TEXTEDITORCONSTANTS_H
|
|
|
|
|
|
2009-11-27 16:12:12 +01:00
|
|
|
#include <QtCore/QtGlobal>
|
|
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
namespace TextEditor {
|
|
|
|
|
namespace Constants {
|
|
|
|
|
|
|
|
|
|
const char * const C_TEXTEDITOR = "Text Editor";
|
|
|
|
|
const char * const COMPLETE_THIS = "TextEditor.CompleteThis";
|
2009-06-08 14:32:42 +02:00
|
|
|
const char * const QUICKFIX_THIS = "TextEditor.QuickFix";
|
2008-12-02 12:01:29 +01:00
|
|
|
const char * const VISUALIZE_WHITESPACE = "TextEditor.VisualizeWhitespace";
|
2008-12-09 17:43:31 +01:00
|
|
|
const char * const CLEAN_WHITESPACE = "TextEditor.CleanWhitespace";
|
2008-12-02 12:01:29 +01:00
|
|
|
const char * const TEXT_WRAPPING = "TextEditor.TextWrapping";
|
|
|
|
|
const char * const UN_COMMENT_SELECTION = "TextEditor.UnCommentSelection";
|
2009-09-11 14:42:50 +02:00
|
|
|
const char * const REFORMAT = "TextEditor.Reformat";
|
2008-12-02 12:01:29 +01:00
|
|
|
const char * const COLLAPSE = "TextEditor.Collapse";
|
|
|
|
|
const char * const EXPAND = "TextEditor.Expand";
|
|
|
|
|
const char * const UN_COLLAPSE_ALL = "TextEditor.UnCollapseAll";
|
|
|
|
|
const char * const AUTO_INDENT_SELECTION = "TextEditor.AutoIndentSelection";
|
|
|
|
|
const char * const INCREASE_FONT_SIZE = "TextEditor.IncreaseFontSize";
|
|
|
|
|
const char * const DECREASE_FONT_SIZE = "TextEditor.DecreaseFontSize";
|
2009-11-30 19:00:36 +01:00
|
|
|
const char * const RESET_FONT_SIZE = "TextEditor.ResetFontSize";
|
2008-12-04 18:37:02 +01:00
|
|
|
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";
|
2008-12-04 19:25:20 +01:00
|
|
|
const char * const SELECT_BLOCK_UP = "TextEditor.SelectBlockUp";
|
|
|
|
|
const char * const SELECT_BLOCK_DOWN = "TextEditor.SelectBlockDown";
|
2009-05-14 17:24:35 +02:00
|
|
|
const char * const MOVE_LINE_UP = "TextEditor.MoveLineUp";
|
|
|
|
|
const char * const MOVE_LINE_DOWN = "TextEditor.MoveLineDown";
|
2009-05-18 12:34:12 +02:00
|
|
|
const char * const COPY_LINE_UP = "TextEditor.CopyLineUp";
|
|
|
|
|
const char * const COPY_LINE_DOWN = "TextEditor.CopyLineDown";
|
2010-01-20 17:51:05 +01:00
|
|
|
const char * const JOIN_LINES = "TextEditor.JoinLines";
|
2010-05-03 17:03:11 +02:00
|
|
|
const char * const INSERT_LINE_ABOVE = "TextEditor.InsertLineAboveCurrentLine";
|
|
|
|
|
const char * const INSERT_LINE_BELOW = "TextEditor.InsertLineBelowCurrentLine";
|
2009-05-14 17:24:35 +02:00
|
|
|
const char * const CUT_LINE = "TextEditor.CutLine";
|
2008-12-02 12:01:29 +01:00
|
|
|
const char * const DELETE_LINE = "TextEditor.DeleteLine";
|
|
|
|
|
const char * const DELETE_WORD = "TextEditor.DeleteWord";
|
|
|
|
|
const char * const SELECT_ENCODING = "TextEditor.SelectEncoding";
|
2009-07-21 10:37:00 +02:00
|
|
|
const char * const REWRAP_PARAGRAPH = "TextEditor.RewrapParagraph";
|
2008-12-04 18:37:02 +01:00
|
|
|
const char * const GOTO_OPENING_PARENTHESIS = "TextEditor.GotoOpeningParenthesis";
|
2009-07-21 10:37:00 +02:00
|
|
|
const char * const GOTO_CLOSING_PARENTHESIS = "TextEditor.GotoClosingParenthesis";
|
2010-05-07 15:24:30 +02:00
|
|
|
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_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";
|
2008-12-02 12:01:29 +01:00
|
|
|
const char * const C_TEXTEDITOR_MIMETYPE_TEXT = "text/plain";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Text color and style categories
|
|
|
|
|
const char * const C_TEXT = "Text";
|
|
|
|
|
|
2009-03-24 16:36:22 +01:00
|
|
|
const char * const C_LINK = "Link";
|
2008-12-02 12:01:29 +01:00
|
|
|
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";
|
2009-04-27 14:10:54 +02:00
|
|
|
const char * const C_CURRENT_LINE_NUMBER = "CurrentLineNumber";
|
2009-07-14 10:34:17 +02:00
|
|
|
const char * const C_OCCURRENCES = "Occurrences";
|
2009-09-23 18:06:59 +02:00
|
|
|
const char * const C_OCCURRENCES_UNUSED = "Occurrences.Unused";
|
2009-07-14 10:34:17 +02:00
|
|
|
const char * const C_OCCURRENCES_RENAME = "Occurrences.Rename";
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
const char * const C_NUMBER = "Number";
|
|
|
|
|
const char * const C_STRING = "String";
|
|
|
|
|
const char * const C_TYPE = "Type";
|
|
|
|
|
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";
|
2009-02-20 12:08:34 +01:00
|
|
|
const char * const C_DOXYGEN_COMMENT = "Doxygen.Comment";
|
|
|
|
|
const char * const C_DOXYGEN_TAG = "Doxygen.Tag";
|
2009-10-01 13:34:02 +02:00
|
|
|
const char * const C_VISUAL_WHITESPACE = "VisualWhitespace";
|
2009-02-20 12:08:34 +01:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
const char * const 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";
|
|
|
|
|
|
2009-11-27 16:12:12 +01:00
|
|
|
const char * const TEXT_EDITOR_SETTINGS_CATEGORY = "C.TextEditor";
|
2010-03-26 17:34:10 +01:00
|
|
|
const char * const TEXT_EDITOR_SETTINGS_CATEGORY_ICON = ":/core/images/category_texteditor.png";
|
2009-11-27 16:12:12 +01:00
|
|
|
const char * const TEXT_EDITOR_SETTINGS_TR_CATEGORY = QT_TRANSLATE_NOOP("TextEditor", "Text Editor");
|
2009-10-01 13:34:02 +02:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
} // namespace Constants
|
|
|
|
|
} // namespace TextEditor
|
|
|
|
|
|
|
|
|
|
#endif // TEXTEDITORCONSTANTS_H
|