Use the same capitalization that the user typed
Closed this issue · 1 comments
I have two related problems with capitalization:
-
It often happens to me that the same word appears twice in the pop-up list. One has the first letter capitalized and the other doesn't. I guess, because I've already used that word at the beginning of a sentence and also within a sentence. It is not very user-friendly, but I can work around it by selecting the version that I want.
-
A bigger problem is when I write a word non-capitalized, but the pop-up list contains the word in capitalized form. In this case I cannot accept the pop-up, because that would capitalize what I typed. So I have to type the full word, which makes Completr useless in this case.
My suggestions:
-
In the first case, Completr could show only that version of the word which matches the user's capitalization.
-
In the second case, when Completr finds a capitalized word in its cache but detects that the user is typing that word non-capitalized then it should respect the user's capitalization and insert the word in non-capitalized form.
It seems that if in Settings I set the Word insertion mode to Ignore-Case & Append it solves both problems.