Hello,
Is it possible to trigger the built-in Confirm functionality programmatically from a Trados Studio 2015 plugin so simulate the "Ctr + Enter" key combination on the active segment?
Hello,
Is it possible to trigger the built-in Confirm functionality programmatically from a Trados Studio 2015 plugin so simulate the "Ctr + Enter" key combination on the active segment?
Changing the confirmation can be done using the Studio Integration API, more exactly taking advantage of the EditorController. This gives access to the opened documented within you can access the active segment which exposes the confirmation level property.
Also I recommend browsing the code of the segment status switcher plugin here as it's implementing this.
Romulus Crisan | Translation Productivity Development Manager | SDL | (twitter) @cromica_82 | (blog) http://www.romuluscrisan.com/
Hello Attila and Romulus,
have you found out in the meantime how to trigger the Confirmation programmatically using whitelisted API methods? I did not find anything in the EditorController of even the latest Studio 2021 version.
I have a similar requirement where just setting the ConfirmationLevel alone is not enough. I would have to programmatically trigger the TM update.
Hello Attila and Romulus,
have you found out in the meantime how to trigger the Confirmation programmatically using whitelisted API methods? I did not find anything in the EditorController of even the latest Studio 2021 version.
I have a similar requirement where just setting the ConfirmationLevel alone is not enough. I would have to programmatically trigger the TM update.