Text diff tools

From LemonWiki共筆
Revision as of 14:12, 12 May 2014 by Planetoid (talk | contribs) (Planetoid移動WinDiff頁面至Text diff tools)
Jump to navigation Jump to search

(1)比較文字檔(如程式碼)的差異 或 (2)比較資料夾內檔案的差異 the diff tools for comparing files by content

Free tools

Good.gif WinMerge 2.14 (portable version)

  • 介面: GUI, GNU software
  • 輸出: 可輸出比較的檔案,如補綴檔案(選單: 工具 -> 產生補綴)、HTML檔案(選單: 工具 -> 產生報告)
  • 比較檔案
  • 比較資料夾: 可


Compare It! v.4

  • 介面: GUI, freeware
  • 輸出: 可輸出比較檔案,格式有html、unix diff等 (Menu: File -> Report: Generate comparison report)
  • 比較萬國碼的檔案(unicode support): 可
  • 比較資料夾: 可,輸出左右欄內文比較的網頁檔 (實際測試有檔案漏掉)

DiffUtils for Windows 2.8.7

  • 介面: command-line software, GNU software
  • cmd> diff -durN 原始的檔名 更改後的檔名 > diff.txt

Diff Doc 3.27 - A compare files Tool. Compare document, Compare XLS-Text-RTF and other file types.

  • 介面: GUI, freeware
  • comment: 自作主張將movabletype的template轉成html,比較不出差異。安裝時不要選擇Traditional chinese,會造成介面亂碼

ExamDiff(TM) Version 1.8

  • 介面: GUI, freeware
  • unicode support: ExamDiff Freeware版本不支援 (Pro版本$有支援)
  • comment: 輸出的比較檔案與DiffUtils相同僅有UNIX Diff File,但是缺乏DiffUtils選項設定,導致不易懂

FileZilla v.3.5.2

  • 介面: GUI, freeware
  • 輸出: 否
  • 比較檔案: 否
  • 比較資料夾: 可。Icon exclaim.gif (1)僅比對資料夾的檔案日期 或 檔案大小 擇一。如果檔案內容相同,但檔案名稱不同,視為不同。 (2)如果子資料夾有不同檔案,不會在子資料夾標示上顏色。

Meld Diff Viewer for *unix like OS

  • 介面: GUI, freeware
  • 輸出: ?
  • unicode support: ?


Notepad++ v.6.1.5 + Compare plugin[1][1]

  • 介面: GUI, freeware
  • 輸出: 不可輸出比較檔案
  • unicode support: 可

TextDiff 4.2

KDiff3 0.9.97 (2012-08-12)

  • 介面: GUI
  • 輸出: 顏色標記差異處。可輸出比較檔案(選單: File -> Print)
  • 比較檔案: 可比較萬國碼的檔案。 Icon_exclaim.gif 中文與數字夾雜時,數字位置有跑掉
  • 比較資料夾: 可

Free Online File Compare Utility (access: 20090127)

Shareware

Beyond Compare v3.0 - The file compare, folder compare and remote directory compare utility from Scooter Software, ShareWare


Total Commander 7.56a

  • 介面: GUI
  • 輸出: 顏色標記差異處, 不可輸出比較檔案
  • 比較檔案(選單列: Files -->Compare by content)
    • 比較萬國碼的檔案(unicode support): Unicode檔案變成亂碼 Icon_exclaim.gif
    • 標示行內差異的行內文字: 否
  • 比較資料夾: 可 (選單列: Commands --> Synchronize Dirs 再點選Compare, 建議勾選by content)


UltraCompare v.8

  • 介面: GUI, shareware
  • 輸出: 顏色標記差異處, 不可輸出比較檔案
  • 比較檔案
    • 比較萬國碼的檔案(unicode support): 可
    • 標示行內差異的行內文字: 可 Good.gif
  • 比較資料夾: 可

Compare++ - Structured file compare and merge tool v.1.7.2.x

  • 介面: GUI
  • 輸出: 可輸出比較檔案 (選單列: File --> Report)
  • 比較檔案
    • 比較萬國碼的檔案(unicode support): 可
    • 標示行內差異的行內文字: 可 Good.gif
  • 比較資料夾: 可

Other shareware: Araxis Merge, FileDiff, ExamDiff Pro

Dropbox + diff tools

Icon_exclaim.gif Dropbox 需要切換成英文介面(在 Dropbox 客戶端軟體設定),中文介面會導致 DropboxDiff 遇到檔案亂碼問題 (2013-04-29)

Supported diff tools quoted from official

"%ProgramFiles%\TortoiseSVN\bin\TortoiseMerge.exe"
"%ProgramFiles%\KDiff3\kdiff3.exe"
bash -c '"$HOME/bin/tkdiff" $1 $2'

---------
tested:
---------
"%ProgramFiles%\Beyond Compare 3\BCompare.exe"

more on


編輯器設定

為了方便 diff ,使用 4 個 space 取代 Tab 按鍵[2]

ex: Sublime Text v.2[3] Menu -> Preferences -> Settings - User

{
    "tab_size": 4,
    "translate_tabs_to_spaces": true
}

references

  1. How To Compare Two Text Files Using Notepad++
  2. Indentation Settings - Sublime Text 2 Documentation