|
Kompare (formerly "Kdiff") is a graphical diff tool targeting developers. It allows users to compare two different text files or two directories. It is part of the KDE Software Compilation and therefore primarily used on Linux and other Unix-like operating systems, as well as Microsoft Windows. Kompare does not actually compute the differences between the compared files itself, but is merely a graphical front end to the command line interface diff utility. It is a standard KDE SC tool, it comes packaged with the kdesdk module. == Comparing text files == Kompare displays the two compared files next to each other in a way that corresponding lines are always positioned as near to each other as possible, independent of the position of the scrollbar. Lines that are different in the compared files are highlighted in both file views. Three different colors are used for highlighting, indicating whether the highlighted passage either * exists in the first file but not in the second one (i.e. the highlighted passage has been ''deleted'' from the first file); ''or'' * exists in the second file but not in the first one (i.e. it has been ''added'' to the first file); ''or'' * exists in both files but is different (i.e. it has been ''changed'' since the first file had been created) 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Kompare」の詳細全文を読む スポンサード リンク
|