Differences From Artifact [f98c4c7a47]:
- File doc/plugins.txt — part of check-in [b4d998f4b8] at 2017-12-04 23:06:18 on branch trunk — Support multiple plugins from command line. (user: peter size: 1957)
To Artifact [0ae8c9a01a]:
- File doc/plugins.txt — part of check-in [689940e052] at 2017-12-16 01:11:38 on branch trunk — Make sure Dir Diff can pick one out of many plugins. Dir Diff no longer shortcuts for files with same size&mtime. (user: peter size: 2055)
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 | + + + | If the plugin procedure returns 1, the processed data is used also for displaying. When searching for a plugin "x", files "x" and "x.tcl" will match. The search path is current directory, "plugins" directory, the directory where Eskil is installed, "plugins" directory where Eskil is installed, and also the internal "plugins" wrapped into Eskil. Directory Diff only supports one plugin. The first plugin with FileCompare defined will be used. |