Is it possible to catch the event of project creation completion so that additional actions can then be applied to the project?

Our organization uses WorldServer and Trados Studio 2014 together and we have found various desires to be able to set settings for WorldServer projects such as previews, or perform custom actions on additional files sent down as project attributes.

It looks like  the projectscontroller class may do the trick but it doesn't seem suited to handle cases where Trados is opened with a project already selected.

Any help/info would be appreciated.

Thanks,

Eric

Parents
  • As further clarification:

    Is it possible to catch the event of one of the following actions?


    Project opening in Trados (that is after a project is created and you double click on it in the project window)
    Or
    File opening (this would be a secondary preference as I’d like to catch the project, not individual files)
    Or
    Project creation (this one would be trickier in my opinion given what I am thinking of trying to do)

    Our use case is this:

    I would like to have a plugin that if installed, catches a project right before it opens and sets project settings based on predefined variables.
Reply
  • As further clarification:

    Is it possible to catch the event of one of the following actions?


    Project opening in Trados (that is after a project is created and you double click on it in the project window)
    Or
    File opening (this would be a secondary preference as I’d like to catch the project, not individual files)
    Or
    Project creation (this one would be trickier in my opinion given what I am thinking of trying to do)

    Our use case is this:

    I would like to have a plugin that if installed, catches a project right before it opens and sets project settings based on predefined variables.
Children