KSocrat is alive
I love this program - KSocrat.
Small, sits in the tray, no frills, uses the Qt library .
And then an annoying glitch appeared in it - when translating some words, scrolling goes to the end of the file and the entire “relevant” translation is far behind.
The last release of this miracle was already 6 years ago - 07/17/2004, why the author abandoned it - it is not clear.
Yes, she doesn’t know how to translate phrases like stardict, but only translates between eng and rus, but I don’t need anything else, the main thing is to quickly and adequately translate an unfamiliar word:

If someone else uses this miracle and wants to saw it with afile, we ’ll climb raw:
In ishonikah there is such a file: /ksocrat/ksocrat.cpp
starting from line 143 is the following code: insert after line: such line: that's it, now do make. Official page of the program: http://ksocrat.linux.kiev.ua/
Small, sits in the tray, no frills, uses the Qt library .
And then an annoying glitch appeared in it - when translating some words, scrolling goes to the end of the file and the entire “relevant” translation is far behind.
The last release of this miracle was already 6 years ago - 07/17/2004, why the author abandoned it - it is not clear.
Yes, she doesn’t know how to translate phrases like stardict, but only translates between eng and rus, but I don’t need anything else, the main thing is to quickly and adequately translate an unfamiliar word:

If someone else uses this miracle and wants to saw it with a
In ishonikah there is such a file: /ksocrat/ksocrat.cpp
starting from line 143 is the following code: insert after line: such line: that's it, now do make. Official page of the program: http://ksocrat.linux.kiev.ua/
Copy Source | Copy HTML- void KSocrat::done(){
- if(!sMsgs.isEmpty()) {
- meResult->append(sMsgs);
- meResult->append("--------------------------------");
- sMsgs = "";
- }
- if(iMultiPass) {
- grepSentence(false);
- }
- else {
- btTranslate->setEnabled(true);
- }
- }
-
Copy Source | Copy HTML- meResult->append("--------------------------------");
Copy Source | Copy HTML- meResult->setCursorPosition(0,0);