Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fleksy keyboard - split chars other than space doesn't work #184

Closed
wrozwad opened this issue Dec 8, 2015 · 5 comments
Closed

Fleksy keyboard - split chars other than space doesn't work #184

wrozwad opened this issue Dec 8, 2015 · 5 comments

Comments

@wrozwad
Copy link

wrozwad commented Dec 8, 2015

Again this keyboard and their magic. When i press a ., , or ; then it automatically add a space after that signs and lib doesn't create a token.

I set split chars as below:

char[] splitChar = {' ', ',', ';', '.'};
mTags.setSplitChar(splitChar);

Generaly lib has a problem when keyboard do any magic with spans.

Maybe it's simillar issue to #108?

@mgod
Copy link
Contributor

mgod commented Dec 18, 2015

Thanks for the great bug report! This may be related to not having paste implemented correctly in the token view as well.

@mgod
Copy link
Contributor

mgod commented Feb 17, 2016

Hey, I think this was an unrelated bug. Can you update to version 2.0.3 and see if it's still broken for you?

@mgod mgod closed this as completed Feb 17, 2016
@wrozwad
Copy link
Author

wrozwad commented Feb 18, 2016

It's a little better right now (it works with spaces) but still when I misspell any word (and auto correct try fix them) or press ., ,, ; with enabled "Smart Spacing" then still they're no effects.

@mgod
Copy link
Contributor

mgod commented Mar 3, 2016

I've got some basic samples working with better detection of Fleksy behavior, but there are too many edge cases for it to be ok to include in the master branch at the moment. This and #183 will need the changes I outlined in #205.

@mgod
Copy link
Contributor

mgod commented Dec 5, 2017

Closed in #333.

@mgod mgod closed this as completed Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants