Rob1n
|
2010-06-15
, 15:21
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#41
|
The Following 4 Users Say Thank You to Rob1n For This Useful Post: | ||
|
2010-06-15
, 17:51
|
Posts: 39 |
Thanked: 12 times |
Joined on Feb 2010
@ Russia, Moscow
|
#42
|
|
2010-06-15
, 18:10
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#43
|
alright! the updated version installed I go to the menu and start the application. No crush and no error messages - that's good.
under dictionaries listbox there are 3 of them for me: En (UK), En (US) and Ru
First of all, I'd like to say that cyrillic encoding still doesn't work. Though instead of accented latin vowels (like it was with a new dict.file before the upgrade) I now can see no text at all (empty fields for dictionary items) - I believe they use cp1251 (win-1251) which is (along with utf-8) the most widely used encoding for Russian. I would be able to tell more precisely tomorrow.
Editing En(UK) dictionary worked great for me - adding a new word and saving changes made this word instantly available for autocompletion.
Also, I noticed that all the dictionary items in En(US) doesn't appear in autocompletion and thus is useless for me now.
Well, that's it for now
|
2010-06-15
, 18:32
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#44
|
Version 0.0.4 has just been uploaded to the autobuilder, so should be available shortly. It now handles multiple dictionaries in the file, offering a drop-box to select which dictionary to edit (save/revert work on all dictionaries, other operations are on the currently viewed dictionary). The dictionary names are looked up from a static mapping (I can't find these defined anywhere), so there may be some missing (I probably should add error handling for that). There may also still be an issue with character set encoding - I'm using the system encoding to do the translation, which should work but it's not an easy one to test.
|
2010-06-15
, 21:29
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#45
|
|
2010-06-16
, 00:35
|
Posts: 39 |
Thanked: 12 times |
Joined on Feb 2010
@ Russia, Moscow
|
#46
|
|
2010-06-16
, 04:46
|
Posts: 31 |
Thanked: 7 times |
Joined on Apr 2010
|
#47
|
|
2010-06-16
, 05:44
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#48
|
The Following 2 Users Say Thank You to DaSilva For This Useful Post: | ||
|
2010-06-16
, 08:17
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#49
|
As for the russian dictionary 0.0.6 doesn't seem to change anything since 0.0.4 on my device (seemingly blank fields where russian words should be)
LC_ALL=ru_RU.KOI8-R python /opt/AutoCompleteEditor/AutoCompleteEditor.py
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-06-16
, 08:21
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#50
|
@Rob1n: I cannot see umlauts (like δόφί) as well here.
Another feature request: Add an "undo" button or a security question for the delete buttons.