You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the option to only highlight mistyped characters, instead of whole words with mistyped characters in them.
This would mean only coloring the incorrect character, not the word.
Furthermore adding the option to show the mistyped character, instead of the intended-to-be-typed character, in the Prompt-Text-Area would allow the user to recognize what was typed incorrectly, not only where.
With this option enabled it could also be argued that the Input-Text-Field could be disabled since all feedback could exist inside the Prompt-Text-Area.
What do you think:
Is this even wanted? Or is relying on CTRL+BACKSPACE, without further feedback the intended use.
If there should be more UI feedback, how many options should be there?
I'm willing to start implementing these features but would like to check with you what you think about it first.
The text was updated successfully, but these errors were encountered:
A byproduct of marking individual characters is that it also fixes some issues mentioned in #77 (for example, accented letters like ä or é being counted as two characters).
It would be great to have the option to only highlight mistyped characters, instead of whole words with mistyped characters in them.
This would mean only coloring the incorrect character, not the word.
Furthermore adding the option to show the mistyped character, instead of the intended-to-be-typed character, in the Prompt-Text-Area would allow the user to recognize what was typed incorrectly, not only where.
With this option enabled it could also be argued that the Input-Text-Field could be disabled since all feedback could exist inside the Prompt-Text-Area.
What do you think:
I'm willing to start implementing these features but would like to check with you what you think about it first.
The text was updated successfully, but these errors were encountered: