-
Notifications
You must be signed in to change notification settings - Fork 25
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
BUG: Double space adds a full stop #99
Comments
But if you press delete two times, to delete the full stop, you can then press the space bar as many times as you wish and full stop won't be added again. Then go in a delete all the whitespace you've just added and the parenthesis. Insert a new parenthesis and the bug can be replicated again. |
Updated the code to Swift 3 syntax. The bug: replete-repl#99 is still present.
Updated the code to Swift 3 syntax. The bug: #99 is still present.
Hello @mfikes In Swift 3 there has been a change to the way substrings are manipulated, so it made this: a bit more complicated: But looking at the app version 1.6 on iOS 10.2, entering:
Looking at what's currently in the master de8c5ca
But if you delete the full stop, then you can keep entering SPACE as much as you want, the double space doesn't add the full stop, on that line. |
Interestingly, I can't reproduce the problem with the released version 1.6 on iOS 10.2 (I also have the "." shortcut enabled in my keyboard.) Hrm. |
Ah! I was using Gboard keyboard version 1.2.3.6281. Using Apple's stock keyboard, the bug is not there. Good that we got that cleared up :) So it look like the regression is only present in the master & in the simulator. I'll try the app from the master on the phone & see how it acts there... |
How to reproduce:
The text was updated successfully, but these errors were encountered: