![]() |
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
Currently the blacklist does an exact match for entries (all entries are lower-cased anyway), but I may look at allowing regex-based entries in a future version. |
Re: [ANNOUNCE] Auto-Complete Editor
Thanks to those who've tested it. Unfortunately there are obviously still issues for several people (which indicates the parsing is still not correct), so I've flagged it for demotion again. Unfortunately none of those with issues have sent me example files, so unless I can manage to generate a failing case myself, there's no possibility of fixes either.
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
A prompt should suffice?
Anyway, mine no longer works, but is there an option to start fresh? I mean, instead of delete all, simply rewite a known good, empty dictionary. Mine crashes right now on startup. Most likey because I disabled completion. Not sure. |
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
I've actually managed to create a dictionary file which won't load now, which gives me something to work on. Unfortunately it looks to be using a totally non-standard encoding for the characters (0x9A and 0x9E is what I've currently got) - they don't fit in any ISO8859 character set, nor are they valid UTF-8. |
Re: [ANNOUNCE] Auto-Complete Editor
1 Attachment(s)
Well, I get that:
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
Sent. Please note that the sent dictionary contains passwords. The e-mail message contains all the needed info.
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
I've tested 0.0.8 and it work fine for me except that when I close the application in "blacklist mode" and reopen it I see "Delete selected" button where "Blacklist" normally is - after switching modes "Blacklist" button is back again.
Not a big deal but it may be confusing. I heard cp1252 is what they use in Ukraine. |
Re: [ANNOUNCE] Auto-Complete Editor
I wonder why I have ~40 English words in my Russian dictionary - could they get there if I switch layout too fast?
Also I noticed 2 words that I couldn't look up anywhere in my dictionaries but they show up in auto-complete in some applications (I've tried Notes and Email and I even rebooted). Shall you need my dictionary file just tell me and I'll send it too you with detailed description |
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
Quote:
Quote:
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
I've just released version 0.0.9 :)
Changes are:
Dictionaries with a truncated last entry (usually due to the hildon-input-method being killed while writing) will load with a warning, and the last (incomplete) entry will be dropped. Failure to decode dictionary entries no longer causes the application to exit, instead it starts with no dictionary data loaded. You can then alter the character encoding (via the Settings menu) until you find one that will allow the file to load (see here for a description of what each encoding is likely to be used for). You can change the encoding at any point, but this will discard any unsaved changes, and saving the dictionary with an incorrect codepage is likely to cause issues with the auto-complete functionality. EDIT: Version 0.0.10 released as well. I just realised that the apply-blacklist functionality wouldn't work as it wasn't restarting hildon-input-method. I've moved the relevant bit of code so it's called whenever the dictionary is written. |
Re: [ANNOUNCE] Auto-Complete Editor
Default encoding doesn't work for Russian language and there is no cp1251 in the list...
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
EDIT: New version (0.0.11) uploaded, so should be out soon. It re-adds the CP1251 default for Russian, and also adds the standard selection of Windows codepages to the selector. |
Re: [ANNOUNCE] Auto-Complete Editor
Version 0.0.12 has just been uploaded.
It's now using gconf to disable auto-completion before reading the dictionary, and re-enable it afterwards (it is was enabled in the first place). This forces the cached data to be flushed and makes sure any newly added words show up. This disable/enable process is also done when writing the dictionary, forcing the system to re-load the dictionary after it's been written (and preventing the need to kill hildon-input-method). I've also found where the language names are defined, so I'm now reading them in from there instead of having them hardcoded. Unfortunately I've still not found anything mapping the language IDs used in the dictionary file to something useful, so there's still some hardcoded data. |
Re: [ANNOUNCE] Auto-Complete Editor
AutoComplete Editor is working great.
Just a minor annoyance. After pressing the 'save' button, the icon that indicates that there is an operation in progress (an spinning star in the Hildon menu) never stop so the user can think that the save operation is hung. |
Re: [ANNOUNCE] Auto-Complete Editor
Feature request:
It could be very useful if the 'Apply Blacklist' feature could be invoked via command line. This way, it would be easy to add a custom event to 'Alarmed' and apply everyday the blacklist filter. I'd like to see this kind of feature as there are some abbreviations, and passwords that are almost daily appearing in my dictionary and I have to enter to AutoComplete Editor and apply manually the Blacklist. Thank you and regards. |
Re: [ANNOUNCE] Auto-Complete Editor
I didn´t noticed that you had released a new version today. Once updated I can finally see the popup and the spinner stops.
Great work! |
AutoComp Edit truncated my dictionary? Please help.
I think some earlier version of AutoComp Edit truncated my dictionary. Now when I try to start AutoComp I get the following message:
" Dictionary load error Error reading dictionary Dictionary truncated for Suomi (Suomi) " So now my Finnish (Suomi) dictionary is somehow broken. Does someone have an idea how to fix this? Is there some file for dictionaries? If so, where are they located and could somebody post the original file? Thanks in advance! |
Re: AutoComp Edit truncated my dictionary? Please help.
The error indicates that it's found an inconsistency between the indicated overall size of the dictionary data, and the combined size of the individual entries. Does auto-complete still work? If so, it may be that the data isn't structured as I'm expecting (in which case, please could you send me a copy to maemo at robinhill.me.uk), otherwise it's probably a corrupted file (in which case, hitting "Save" in Auto-Complete Editor will write out a new file that it thinks is consistent).
|
Re: AutoComp Edit truncated my dictionary? Please help.
Thanks for your help! I thought it wasn't working because after starting the app it gave the meantioned error and had "done" button. After pressing "done" the app started but the screen view had no words in it. This time I tried scrolling down and noticed there were several empty rows in the beginning. Saving the dictionary solved the error problem as you said. Scandinavian letters shows funny though. They work elsewhere in maemo with autocomplete, so it's just in Autocomp Edit. And I guess it could be solved from settings by selecting the right character encoding. But how do I know which one? It's the default that's selected now. Now scandinavian letters like Ä shows up like À and Ö like ö (if they show to you as I mean.) =)
Sorry but I don't understand, you asked me to send you a copy, but a copy of what? And do you still need one? =) Thanks for your help anyways! =) EDIT: Correction. I just found some words showing scandinavian letters just fine. So the question is... why most of the words have the letters incorrectly? And apparently these ones show up wrong everywhere in maemo. |
Re: AutoComp Edit truncated my dictionary? Please help.
Quote:
Quote:
Quote:
Quote:
|
Re: AutoComp Edit truncated my dictionary? Please help.
Quote:
|
Re: AutoComp Edit truncated my dictionary? Please help.
Quote:
The factory default is an empty dictionary (it only holds your custom entries - the global dictionary is never edited), so just hit the "Delete all" button in Auto-Complete Editor. |
Re: [ANNOUNCE] Auto-Complete Editor
Awesome app Rob1n, I went through and deleted a plethora of mis-pelt words bought about by sausage fingers hitting too many keys at once and deperately trying to keep up with conversations etc. Nice one, good call - thanks for the app :D
|
Re: [ANNOUNCE] Auto-Complete Editor
Rob1n, have you thought about posting a licensing request on bugs.maemo.org asking them to open-source whatever component it is that handles the autocomplete dictionaries? I don't know how likely they will do that, but it's gotta be better than trying to reverse engineer things.
If they won't open-source the code, maybe they could at least document the file format. Or maybe there's an undocumented API for manipulating it that they could tell you about. |
Re: [ANNOUNCE] Auto-Complete Editor
Hi there,
I've been using AutoComplete Editor during the last months without any issue. Combined with Alarmed to apply the blacklist daily works really well. I've just one feature to request. A "Add to Blacklist" button, so I can add all the selected items to the blacklist with only one touch. Thanks in advance Rob1n. |
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
I've been using autocomplete editor on a regular basis the last months.
After the 1.3 update the new dev. version won't start up, while the extras version cannot be installed anymore. Am I the only one facing this issue? |
Re: [ANNOUNCE] Auto-Complete Editor
I haven't tried uninstall etc..
but just tried to open the app and it crashed for me too. |
Re: [ANNOUNCE] Auto-Complete Editor
I did remove > reboot > reinstall, twice, no luck. :(
Now I'm waiting for an update of "Auto-Complete Editor". |
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
yep the extra testing version needs python2.5-qt4-common (=4.7.4-maemo0).
I am too n00b to know how to correct this error. The dev version is installable but just quits after about 5 seconds. |
Re: [ANNOUNCE] Auto-Complete Editor
The extras-testing version should have been removed - I'll have to chase up on how to do that. It's outdated and way less stable than the -devel version.
|
Re: [ANNOUNCE] Auto-Complete Editor
Quote:
|
Re: [ANNOUNCE] Auto-Complete Editor
I get this error before crashing (PR 1.3);
Traceback (most recent call last): File "/opt/AutoCompleteEditor/AutoCompleteEditor.py", line 45, in _cmd_run_gui w.loadData() File "/opt/AutoCompleteEditor/ACE_gui.py", line 429, in loadData langName = self._getLangName(langId) AttributeError: 'NoneType' object has no attribute 'lower' I really miss this - how do I get it working again??? |
All times are GMT. The time now is 08:18. |
vBulletin® Version 3.8.8