How can I programmatically add a phrase to the Concordance Search Window and start the search?

I will want the search results to appear in the Concorance window also, so I would like it to work as if a user had manually typed a phrase in the Concordance window and clicked the Search Source button.

Parents
  • I am guessing that the event triggers are linked with the delegates from the rows visible in SDL Studio, really not sure if there is a property/functionality exposed from the API that allows you simply copy arbitrary text into the concordance search field (even though I must admit it would be nice); I guess it all depends on where you need to hook on to the API (which assembly) and if that event is exposed…

    Can you provide me a little bit more information on what you are developing (plugin or application etc…), then I might be able to at least point you in the right direction…

    Patrick Andrew Hartnett | Developer Experience | Team Lead | RWS Group

Reply
  • I am guessing that the event triggers are linked with the delegates from the rows visible in SDL Studio, really not sure if there is a property/functionality exposed from the API that allows you simply copy arbitrary text into the concordance search field (even though I must admit it would be nice); I guess it all depends on where you need to hook on to the API (which assembly) and if that event is exposed…

    Can you provide me a little bit more information on what you are developing (plugin or application etc…), then I might be able to at least point you in the right direction…

    Patrick Andrew Hartnett | Developer Experience | Team Lead | RWS Group

Children