I would like to run some code when a new row is highlighted in the editor. How can I be notified when that event occurs?
I would like to run some code when a new row is highlighted in the editor. How can I be notified when that event occurs?
Hi all,
We have no public API currently for the Studio UI, so it's unfortunately not possible to receive UI events from it. We may have in the future, but no timeline as yet.
A translation provider could be used to handle selected segments. When you select a row, a lookup is started, and the translation provider can then react in its implementation of SearchSegment.
Regards, Ian
Ian Davies | Senior Product Manager | SDL | Language Technologies Division | +44 7826843819
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Hi all,
We have no public API currently for the Studio UI, so it's unfortunately not possible to receive UI events from it. We may have in the future, but no timeline as yet.
A translation provider could be used to handle selected segments. When you select a row, a lookup is started, and the translation provider can then react in its implementation of SearchSegment.
Regards, Ian
Ian Davies | Senior Product Manager | SDL | Language Technologies Division | +44 7826843819
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub