I have various user binaries stored in perforce, and for many file types I created my own comparison tool to show the creators of the content the difference with the actual changes in the file.
eg. If the file contains a pair of simple keys as a compressed binary block, the diff tool loads each version into a format in memory and generates a list of additions, deletions, and changes to the file, presented in a good clean presentation of the report.
Like the built-in image comparison tool in P4V, I would like to use my own tool to identify specific file extensions in my repository and allow users to use the existing P4V interface to select revisions for the difference between study history.
So, I know that you can write add-ons for P4V, but I canโt find documentation for it, and I would like to know if this extension function is available in P4V and how to use it?
source share