When diffing files in source control, the file name is often a temporary file and not always very useful. Sometimes, I want to copy the string that's displayed before I click on it.
For example, the left pane may be called "src\main\app.cpp", but when I click on that text box, it becomes "c:\users\Michael Kujawa\AppData\Local\Temp\wQjYBHsS.cpp"
I would like to be able to copy "src\main\app.cpp" to the clipboard somehow.
For example, the left pane may be called "src\main\app.cpp", but when I click on that text box, it becomes "c:\users\Michael Kujawa\AppData\Local\Temp\wQjYBHsS.cpp"
I would like to be able to copy "src\main\app.cpp" to the clipboard somehow.
Comment