-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
-next release-Included in the next releaseIncluded in the next releasebugSomething isn't workingSomething isn't workingfeatureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-iOS' Code of Conduct
Description
Something that’s been occurring since v2.3 and specifically the issue #256 is that we’re triggering autocomplete too often. Thankfully we do have the ability to replace the word being typed, but it’s a bit of an awkward interaction. Issues include:
- We’re replacing noun forms where the other form is a valid one (for instance
hast
in German fordu hast
Being replaced byHast
that’s also a noun) - There are cases where there is only one autocomplete option and then the replace happens while the user is typing a common word
To me it seems like we need to expand the autocomplete lexicon to fix the second issue, and for the first issue maybe words that have lower case versions should not be triggering the space autocomplete. Opinions on this would be welcome though!
Contribution
Would be happy to discuss this with people and figure out how the system can be improved and then work towards updating it :)
Metadata
Metadata
Assignees
Labels
-next release-Included in the next releaseIncluded in the next releasebugSomething isn't workingSomething isn't workingfeatureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Type
Projects
Status
Done