forked from qt-creator/qt-creator
Implement unified diff editor
Change-Id: I93e0bfd71a8a650afbe2ca9e0f1f3dbfc9d57db0 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -15,6 +15,7 @@ QtcPlugin {
|
||||
files: [
|
||||
"diffeditor.cpp",
|
||||
"diffeditor.h",
|
||||
"diffeditor.qrc",
|
||||
"diffeditor_global.h",
|
||||
"diffeditorconstants.h",
|
||||
"diffeditorcontroller.cpp",
|
||||
@@ -29,12 +30,16 @@ QtcPlugin {
|
||||
"diffeditormanager.h",
|
||||
"diffeditorplugin.cpp",
|
||||
"diffeditorplugin.h",
|
||||
"diffeditorreloader.cpp",
|
||||
"diffeditorreloader.h",
|
||||
"differ.cpp",
|
||||
"differ.h",
|
||||
"diffutils.cpp",
|
||||
"diffutils.h",
|
||||
"sidebysidediffeditorwidget.cpp",
|
||||
"sidebysidediffeditorwidget.h",
|
||||
"unifieddiffeditorwidget.cpp",
|
||||
"unifieddiffeditorwidget.h",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user