You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
790 B
21 lines
790 B
/** \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 tdevelop.org">Harald Fernengel</a>
|
|
|
|
\maintainer <a href="mailto:harry AT tdevelop.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 KDevelop
|
|
|
|
\requirement If "kompare" from KDESDK is installed, it'll use its widget to display the diff.
|
|
|
|
*/
|