From: DeaDDooMER Date: Sat, 15 Dec 2018 20:02:47 +0000 (+0300) Subject: Commands now use DevCommanders and special syntax X-Git-Url: http://deadsoftware.ru/gitweb?p=bbdiff.git;a=commitdiff_plain;h=2f235fa54dcaea28273924a08137cb8a70facfd2 Commands now use DevCommanders and special syntax --- diff --git a/Dev/Mod/Diff.odc b/Dev/Mod/Diff.odc index aa95243..507ce85 100644 Binary files a/Dev/Mod/Diff.odc and b/Dev/Mod/Diff.odc differ diff --git a/README b/README index 3adf02a..e1a4e4f 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ Usage -------------------- See sources. Documentation not writed yet. +Coomand DevDiff.Compare compare texts from two windows (link DevSearchCompare). Command DevDiff.CompareThis compare two files and produce patch in unified diff format. Command DevDiff.PatchThis read patch in unified diff format and apply changes from it. Command DevDiff.MergeThis read three files and do thee-way merge.