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.
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.
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…
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…
When a new row is highlighted in the editor, I would like to automatically find the longest phrase in the current segment that occurs in translation memory and automatically display it in the Concordance window and look up matches. WordFast has this capability.