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.
You can change the delete mode to "Blacklist" to do this. I may have a look at reorganising the buttons to add a specific button for this though - the "Delete all" button should probably be in the menu instead, so that'll free up space for another button.
I did remove > reboot > reinstall, twice, no luck.
Now I'm waiting for an update of "Auto-Complete Editor".
Auto-Complete Editor is just a python script, so there's no way it's dependent on the firmware version. It would appear that the underlying python libraries are though, so that's what'll need updating. These may not be updated by default, so you could try running (as root) "apt-get upgrade" and see whether it offers anything to upgrade. Unfortunately the PR1.3 update isn't available in the UK yet, so I can't actually test anything at the moment.
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.
Auto-Complete Editor is just a python script, so there's no way it's dependent on the firmware version. It would appear that the underlying python libraries are though, so that's what'll need updating. These may not be updated by default, so you could try running (as root) "apt-get upgrade" and see whether it offers anything to upgrade. Unfortunately the PR1.3 update isn't available in the UK yet, so I can't actually test anything at the moment.
I've updated the scratchbox and have been able to test in there. I've found a solution, though I'm not convinced the real issue isn't in the PyQt4 libraries. Anyway, an updated version should be on its way into extras-devel now. I'll also push it to extras-testing, as there doesn't seem to be any other way to get rid of the broken version that's currently in there.
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???