aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorconstants.h
blob: 092a7e7f3ade46178b87c9d7d82cbfddc23ad7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#include <QtGlobal>

namespace DiffEditor {
namespace Constants {

const char DIFF_EDITOR_PLUGIN[] = "DiffEditorPlugin";

const char DIFF_EDITOR_ID[] = "Diff Editor";
const char DIFF_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("DiffEditor", "Diff Editor");
const char DIFF_EDITOR_MIMETYPE[] = "text/x-patch";
const char C_DIFF_EDITOR_DESCRIPTION[] = "DiffEditor.Description";
const char SIDE_BY_SIDE_VIEW_ID[] = "DiffEditor.SideBySide";
const char UNIFIED_VIEW_ID[] = "DiffEditor.Unified";
const char SELECT_ENCODING[] = "DiffEditor.SelectEncoding";

const char G_TOOLS_DIFF[] = "QtCreator.Group.Tools.Diff";

} // namespace Constants
} // namespace DiffEditor