Page 1 of 1

Replace function in Dictionary Manager

Posted: Thu Jan 24, 2013 7:29 am
by Thomas J.
Hello,

the auto translation function with Google replace all my format strings wrong
'bla %s bla' -> 'bla % s bla'
'bla %d bla' -> 'bla % d bla'

And now I want to replace all the wrong format strings.
In the Main Ribbon Tab of the Dictionary Manager is written "Search & Replace" how can I replace?

Thanks
Thomas

Re: Replace function in Dictionary Manager

Posted: Mon Feb 18, 2013 11:33 am
by microtronx
Thomas J. wrote:Hello,

the auto translation function with Google replace all my format strings wrong
'bla %s bla' -> 'bla % s bla'
'bla %d bla' -> 'bla % d bla'

And now I want to replace all the wrong format strings.
In the Main Ribbon Tab of the Dictionary Manager is written "Search & Replace" how can I replace?

Thanks
Thomas
Hello Thomas,

we have same problems. The problem is google, it returns the "%s" as "% s". We're currently working on a php script to clean those thing ... before they're transferred to the dictionary manager.

Have you solved the "Search & Replace" thing?

Posted: Tue Feb 19, 2013 7:36 am
by isiticov
Next updated version of Dictionary Manager will include the Replace functionality.

Posted: Thu Apr 11, 2013 5:30 am
by Thomas J.
Hello the replace function exits, but is not working correct.

I have the string

% s pro % s

and want to replace '% s' with '%s'
but after using the function the result is

% s pro % s
->
%s

So everything is deleted/replcaced and not only the phrase which was entered to search. The result should be

% s pro % s
->
%s pro %s

Thanks
Thomas

Posted: Tue Apr 16, 2013 7:21 am
by isiticov
Thank you for reporting this. We're fixing this right now...

Posted: Tue Apr 23, 2013 6:11 am
by Thomas J.
Hi isiticov,

do you know when the fixed version will be available?

Thanks
Thomas

Posted: Tue May 21, 2013 10:37 am
by Thomas J.
Hi Isiticov,

my customer is still waiting to start using my application.
So when is the new version with the bug fix ready for download?

Or do you know a workaround?

Thanks
Thomas