~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/diff/README.dox

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

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