forked from qt-creator/qt-creator
Editors: Automatically add editor/document id to context and use that
instead of manually adding a context everywhere. Change-Id: I4336015a6d19349171a255e949da89b0013d6700 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -48,17 +48,14 @@ const char ANNOTATE_CHANGESET_ID[] = "([.0-9]+)";
|
||||
// Base editor parameters
|
||||
const char FILELOG_ID[] = "Bazaar File Log Editor";
|
||||
const char FILELOG_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Bazaar File Log Editor");
|
||||
const char FILELOG[] = "Bazaar File Log Editor";
|
||||
const char LOGAPP[] = "text/vnd.qtcreator.bazaar.log";
|
||||
|
||||
const char ANNOTATELOG_ID[] = "Bazaar Annotation Editor";
|
||||
const char ANNOTATELOG_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Bazaar Annotation Editor");
|
||||
const char ANNOTATELOG[] = "Bazaar Annotation Editor";
|
||||
const char ANNOTATEAPP[] = "text/vnd.qtcreator.bazaar.annotation";
|
||||
|
||||
const char DIFFLOG_ID[] = "Bazaar Diff Editor";
|
||||
const char DIFFLOG_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Bazaar Diff Editor");
|
||||
const char DIFFLOG[] = "Bazaar Diff Editor";
|
||||
const char DIFFAPP[] = "text/x-patch";
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
Reference in New Issue
Block a user