Closed slideclimb closed 4 years ago
@fberlakovich
and using the autocomplete from your
tex
file, it ignores capitals in the key if what you typed did not contain any capital. For example:
That is really interesting because with my own bibtex file I cannot reproduce the bug, but with yours I can. I will look into it!
Seemingly the option .withCaseSensitivity(false)
of the LookupElementBuilder
does not do what the documentation says it does. According to https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000463024-Case-insensitive-LookupElements-mess-with-the-lookup-string?flash_digest=2d43e86295ac9f065e6cc79ecda228b0437b8ab9 the only option might be to change the CompletionResultSet
, but this can only be done in the CompletionProvider
. It might take a while because I need to look into how the providers work.
Until then, do you think it might be better to remove the .withCaseSensitivity(false)
part? The downside is that it would make the search case sensitive, but the upside is that the correct key would be inserted.
Thanks for the research! Depends on how much time you need, if you can fix it properly within say two weeks then it's fine, but otherwise using a quickfix for 0.6.8 is also fine with me.
Ok, I will see what I can do within the two weeks. If I can't get it done on time, the quickfix should be a matter of minutes.
When using
and using the autocomplete from your
tex
file, it ignores capitals in the key if what you typed did not contain any capital. For example: