mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
15 lines
231 B
Text
15 lines
231 B
Text
description "Widgets to show differences between two texts\377";
|
|
|
|
uses
|
|
CtrlLib;
|
|
|
|
file
|
|
TextDiffCtrl.h options(BUILDER_OPTION) PCH,
|
|
TextDiff.cpp,
|
|
TextCtrl.cpp,
|
|
DiffCtrl.cpp,
|
|
DirDiff.cpp,
|
|
patch.cpp,
|
|
PatchDiff.cpp,
|
|
Diff.iml;
|
|
|