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 IDEA EAP
Fedora 40
0.9.6
This should be enough
\documentclass{article} \begin{document} \end{document}
Inverse Search works.
TeXiFy doesn't register the inverse search, because according to https://github.com/Hannah-Sten/TeXiFy-IDEA/blob/master/src/nl/hannahsten/texifyidea/startup/StartEvinceInverseSearchListener.kt the listener is only started if the current runConfiguration is Evince, but I think if no configuration is created this return false and thus the listener is never started even if the default template uses Evince.
The text was updated successfully, but these errors were encountered:
c67a0d6
Successfully merging a pull request may close this issue.
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
IntelliJ IDEA EAP
Operating System
Fedora 40
TeXiFy IDEA version
0.9.6
What I did (steps to reproduce)
Minimal example to reproduce the problem
This should be enough
Expected behavior
Inverse Search works.
Actual behavior
TeXiFy doesn't register the inverse search, because according to https://github.com/Hannah-Sten/TeXiFy-IDEA/blob/master/src/nl/hannahsten/texifyidea/startup/StartEvinceInverseSearchListener.kt the listener is only started if the current runConfiguration is Evince, but I think if no configuration is created this return false and thus the listener is never started even if the default template uses Evince.
The text was updated successfully, but these errors were encountered: