J
Jeff Ledbetter
Guest
With the Backup feature enabled, on each save a copy of the WIP code is stored in the repository (whether it's Central, Task, Lab, etc.). In RTB 11.7, we do have a server-side event hook that will fire every time a Backup is created. This would be a good place to intercept each save regardless of how the Object is checked-out. Also in RTB 11.7, there is also a hook that fires on Unlock Object which is run each time an Object is closed from the editor. This may be a good spot as well. However, you may be limited on having access to the physical source file depending on share-status. These could probably be implemented on the plug-in client as well although I generally think it is a best-practice to implement hook customizations on the server as much as possible. Ideally, your original idea of using the IDE save hook from PDSOE is probably the best place to immediately resolve your issue. Someone from PSC should be able to tell you if it is possible to grab the editor source and insert your changes like you've done in OE Studio.
Continue reading...
Continue reading...