Open GoogleCodeExporter opened 9 years ago
In looking and typing more closely after my initial post, it appears that this
fault has some inconsistencies and unpredictabilities in how the punctuation
and space(s) are replaced. Initially, I expected a simple review of the code
would solve this issue, but it appears there are more factors involved in which
punctuation mark, in what context, get substituted with which space(s).
This issue applies to those punctuation marks in the upper banner following a
space, but also those typed from the period on the keyboard.
Original comment by data4u.jg@gmail.com
on 7 Mar 2012 at 7:33
Yes, the code related to this is rather obscure, and I don't think I understand
the way the original author intended it to work. My attempts to make changes in
this area tended to break things, so I'm not too keen to poke at it further.
Original comment by Klaus.We...@gmail.com
on 7 Mar 2012 at 7:17
Would you be willing to send me this code and perhaps we can figure it out and
fix it together?
Original comment by data4u.jg@gmail.com
on 13 Mar 2012 at 10:32
The source is online. Most of the logic is here, search for "AutoSpace":
http://code.google.com/p/hackerskeyboard/source/browse/java/src/org/pocketworkst
ation/pckeyboard/LatinIME.java
Also see
http://code.google.com/p/hackerskeyboard/source/browse/java/src/org/pocketworkst
ation/pckeyboard/TextEntryState.java which tracks input states.
Original comment by Klaus.We...@gmail.com
on 14 Mar 2012 at 5:47
Original issue reported on code.google.com by
data4u.jg@gmail.com
on 4 Mar 2012 at 2:40