Operations like get-latest and check-in, which works on large structures aredone from the Vault GUI client. Such "set" operations are handled fine in this way.
But operations on individual files is more problematic:
- You look at the file in the IDE
- But to do a Vault operation on the file you first have to locate the file in the Vault GUI client.
We could of course implement more operations in the IDE, but it seems silly to reprogram a lot of functionality from the Vault GUI client in our IDE.
It would be much nicer if we could simply implement a locate function in our IDE. I.e. given a file in the IDE press a certain key and then the Vault GUI client switch to the corresponding file (and get focus).
With such a functionality we can easily perform operations like undo-check-out, difference, history, etc.
And we do not have to implement each of the operations.
So my question is:
It there a way to instruct an already running Vault GUI client to locate a certain file?