jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

Improvement for checkout on save and fix for p4.exe discovery #111

Closed belkiss closed 3 years ago

belkiss commented 7 years ago

Hello!

A couple of changes, one is a small fix that checks for p4.exe presence in the candidate folder. The other one improves the AutoCheckoutOnSave by connecting to the OnBeforeSend event sent by Visual Studio. This fixes some cases where checkout was not called, for installed when files are dirty and save is triggered by the "Build solution".

Thanks, Lambert