RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Change file opening action to double click #98

Open hlung opened 4 years ago

hlung commented 4 years ago

In the build time table, opening the file by using just click down event is too premature and can result in unwanted opening. We should use Double click instead. It feels more natural for opening a file.

Screenshot 2019-12-09 at 10 47 25 AM