SimpsonGSD / P4EditVS

Simple, lightweight Visual Studio plugin to run various Perforce commands on files, such as checkout and revert. Includes optional auto-checkout feature.
https://marketplace.visualstudio.com/items?itemName=ScottSimpson.p4editvs
MIT License
32 stars 8 forks source link

Add Checkout Prompt blocklist and allowlist for files and directories. #10

Closed bellicapax closed 3 years ago

bellicapax commented 3 years ago

This feature is to allow users to opt-in to prompts on certain files and directories. In especially large projects with lots of header dependencies, you might want to warn yourself before accidentally editing and saving a file that will cause the compilation of hundreds or thousands of other files. These two lists are an attempt at preventing that by defining areas or files where it's not safe to tread.

bellicapax commented 3 years ago

I did my best to make it performant. Let me know if you have better ideas/more requests.

bellicapax commented 3 years ago

Ok. That last commit should really be it for now. Haha, keep thinking of one more thing when I think I'm done.

SimpsonGSD commented 3 years ago

Thanks for those updates.