Beef icon indicating copy to clipboard operation
Beef copied to clipboard

[Enhancement] Double clicking on full path in the Output Window opens that file

Open marsej opened this issue 4 years ago • 0 comments

eg. clicking line in output window:

C:\beefsrc\extern\llvm_project_11_0_0\llvm\include\llvm\ADT\DenseMap.h(16,10): fatal error C1083: Cannot open include...

would open that DenseMap.h and the line specified in the error

as a side note, I was getting these weird errors a lot because I had a typo: I had folder named llvm_project_11_0_0 instead of llvm-project_11_0_0 (was using zip's instead of git)

marsej avatar Apr 02 '21 10:04 marsej