Author Topic: Search in File history  (Read 1290 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Search in File history
« on: July 16, 2020, 06:53:41 PM »
I often find myself doing a FiF in VSDELTA.
Often it is just to determine what file I was looking for that at some point had something in it that I can remember.
This works, sort of ... but of course when I get matches, Slick opens the vsdelta file and not the real file.

I would like the search results to look like:

Find all "Hello World", File History, *.c;*.h;*.cpp, Exclude: ....
File: C:\src\my\repo\main\file.c <version: 15 of 35 saved: 2019/12/16 13:34:24>
        15 4: printf("Hello world");

File: C:\src\my\repo\main\file.c <version: 14 of 35 saved: 2019/12/16 13:34:24>
        15 4: printf("Hello world");

File: C:\src\my\repo\main\file.c <version: 10 of 35 saved: 2019/12/16 13:34:24>
        15 4: printf("Hello world");



And for each match, Slick should open the buffer like: "File.c - Version 15 of C:\src\my\repo\main\file.c"
Same as it does from "File -> Backup History"