Hi
Maybe somebody has already asked this question, is it possible to created a plug-in with some customized Find and Replace? We do mostly English to French translation and there are some rules that need to be applied, so having a plug-in that can loop through all the SDLXLIFF files regardless the file format and apply all the F & R would be an ideal solution.
I followed the example and I manage to create a plug-in that checks if the target is equal to the source in a customized message window, however, the changes need to be applied in this window, one segment at a time, both source and target are of type Isegment and they are hard to manipulate, what I would like to do is when looping through all segment pairs I can already implement my F & R.
Any pointer is appreciated.