I've created content plugin for showing strings similarity.
The basic calculations are made with file names and phrase specified in INI file. The purpose of this plugin is to make TC search more flexible via algorithms used in spell checking tools. I've started with Levenshtein distance and still adding / learning new algorithms.
You can use this plugin for custom columns view but the best way is to have it in mind during "Find files" procedure.
Whole package contains three important files:
- similarity.wdx - plugin itself,
- leven.ini - put it in your %COMMANDER_PATH%
- similarity.exe - add toolbar button with "?" parameter for it.
Because of TC doesn't inform content plugins about searched string I had to create additional tool for workaround. This tool (similarity.exe) writes down given parameter into INI file, which is later checked by a plugin.
Download:
http://cid-e12762cbdafb3c47.skydrive.live.com/self.aspx/TC/similarity.rar
PS. Long time no see for C/C++ so the code might be ugly
