Sarim Khan
Sarim Khan
I looked into it back then, I'm don't want to patch it with autocorrect. The suggestion for ৎ should come up from the engine. I haven't had the time to...
The phonetic conversion process is a bit more complex than that :) The dictionary is a part of that. A full word doesn't necessarily need to exist in the dictionary...
Open up terminal and run `top` , place the terminal window beside gedit and try to write using avro, check CPU% when avro is getting slow. TAG: @omicronlab
After seeing this, i guessed the regex could be bottleneck.We may use GLib.Regex instead of gjs(spidermonkey)'s javascript regex. But i run a small hand test and when writing quickly, ibus-daemon...
hmm, i'm looking into this issue.
Trying installing ibus-qt4 ``` sudo apt-get install ibus-qt4 ```
You wont find ibus in dashboard. IBus sn integrated inside ubuntu in saucy. Use "Text Entry Setting" from the input menu in taskbar.
@iqbalnaved i dont see any picture/screenshot :|
we have some similiar idea. Lets see what we can do :)
Which version of ibus did you try to compile ? Avro need atleast ibus 1.4.1, or ibus 1.4.0 with this patch applied `--- ibus/src/ibusengine.c.orig +++ ibus/src/ibusengine.c @@ -330,7 +330,7 @@...