We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Intellij
Arch Linux
0.9.3
I use polish language, and this problem actually only shows in when writing in polish (polish grammar/spelling rules are triggered).
For some reason, the text sent to check by Language Tool gets glued together:
\title{Tytuł} \author{Autor}
Is changed into: TytułAutor, triggering the rule about "abnormal combination of big and small letters".
Similar problems trigger for other rules, but the cause is always the same: } + end of line is not considered as a separator.
}
\documentclass{article} \title{Tytuł} \author{Autor} \begin{document} \end{document}
No spellcheck warnings
Warning comment is (in polish) Nietypowa kombinacja małych i dużych liter. Czy nie powinno być: tytułautor?.
Nietypowa kombinacja małych i dużych liter. Czy nie powinno być: tytułautor?
(Which translates to: Abnormal combination of big and small letters. Shouldn't it be: tytułautor?
Abnormal combination of big and small letters. Shouldn't it be: tytułautor?
The text was updated successfully, but these errors were encountered:
Thanks, I can reproduce the problem in Polish indeed.
Sorry, something went wrong.
\section
Successfully merging a pull request may close this issue.
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
Intellij
Operating System
Arch Linux
TeXiFy IDEA version
0.9.3
What I did (steps to reproduce)
I use polish language, and this problem actually only shows in when writing in polish (polish grammar/spelling rules are triggered).
For some reason, the text sent to check by Language Tool gets glued together:
Is changed into: TytułAutor, triggering the rule about "abnormal combination of big and small letters".
Similar problems trigger for other rules, but the cause is always the same:
}
+ end of line is not considered as a separator.Minimal example to reproduce the problem
Expected behavior
No spellcheck warnings
Actual behavior
Warning comment is (in polish)
Nietypowa kombinacja małych i dużych liter. Czy nie powinno być: tytułautor?
.(Which translates to:
Abnormal combination of big and small letters. Shouldn't it be: tytułautor?
(if applicable) The full stacktrace of the exception thrown
The text was updated successfully, but these errors were encountered: