I simply don’t understand why finding a file and looking at the history is so difficult. Is there any way to set the default so that it always searches for file names and as I type the name it uses Type Ahead with a list of matches, then select a file and show the list of commits. I appreciate the power of having a query, but at the end of the day, 90% of my searches are simply file names And continually typing long file names with paths eg file:“Project/Sources/Methods/Template_Detail.4dm” is a right pain.
Set Default Find to File
bschaaf
#2
You might have an easier time using the command palette. Tools > Command Palette > File History you can then find your file by fuzzy matching.
You can also initiate this from the command line (smerge log <file>) or from Sublime Text (right-click File History…).
1 Like