blob: 65e04fbc510a8bede17898dfeaffb6cbd7e99324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/** \class DiffPart
This DiffPart is an outputview that shows "diffs" between files.
If "kompare" from KDESDK is installed, it'll use
its widget to display the diff, otherwise
in a QTextEdit with simple highlighting
Just right-click on a CVS or Perforce file
and select "diff to repository" to see it in action.
\authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a>
\feature Shows "diffs" between files
\feature If "kompare" from KDESDK is installed, it'll use its widget to display the diff otherwise in a QTextEdit with simple highlighting
\feature Works with all VCS systems supported by TDevelop
\requirement If "kompare" from KDESDK is installed, it'll use its widget to display the diff.
*/
|