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 output window logging #2

Closed ghost closed 4 years ago

ghost commented 4 years ago

Collects p4 command output and prints it in the output window. Each invocation gets a unique number and start/end output markers, so you can tell if something is ongoing or whether it finished.

Looks like the output could conceivably be printed as the command runs? - use the ThreadHelper thing to print things on the main thread every half a second, something like that, perhaps. But for now it's just buffered up.