Quote:
Originally Posted by dioib
Jim, if you could add a {Copy "Word"} option to the menu then users could use it along with MDict.
|
In v1.1, I've implemented dictionary lookup with program code that:
1) Copies the selected word into the clipboard
2) Launches SlovoEd (I asked, in another MobileRead thread, whether anyone had any other dictionary programs they wanted me to integrate with, and I got no answers).
So if you can tell me how to find the right path name for MDict, I will add code that uses MDict for the lookup instead (i.e. I'll look for SlovoEd and use it if I find it; if I don't find it, I will try with MDict). Obviously I need a path that works for all localisations (so \Program Files\MDict.exe is probably wrong, since it won't work for locales where the path is '\Programas\MDict.exe' or whatever). It's probably in a registry key somewhere.
Thanks,
Jim