12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* Allow multi select in table diff.
* Allow one side of directory diff to be protected from editing.
* Allow directories to be created in directory diff.
* When needing an editor, try VISUAL and EDITOR plus a set of common ones.
Changes in v2.7.3 (2016-08-30):
* GUI support for table and separator.
Changes in v2.7.2 (2016-08-15):
* Corrected right side numbering when parsing patch.
* Word parse now consistently uses non-space as word char.
* New [./table.wiki | table] view, activated by -table, when comparing tables.
|
>
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
* Allow multi select in table diff.
* Allow one side of directory diff to be protected from editing.
* Allow directories to be created in directory diff.
* When needing an editor, try VISUAL and EDITOR plus a set of common ones.
Changes in v2.7.3 (2016-08-30):
* Requires Tcl 8.6
* GUI support for table and separator.
Changes in v2.7.2 (2016-08-15):
* Corrected right side numbering when parsing patch.
* Word parse now consistently uses non-space as word char.
* New [./table.wiki | table] view, activated by -table, when comparing tables.
|