-
Hey, with kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
You need to have a LaTeX file open. You should be able to open the view as a tool window on the right side of the screen. |
Beta Was this translation helpful? Give feedback.
-
In the source code I see
so it looks like you need to have a LaTeX module in the project to have it. Not sure how we could show it only if a LaTeX file is open, then it would continuously be hidden and shown which I think is not the idea of tool windows. The problem with simply checking if there are any LaTeX files in the project, is that it would also show on projects which only have one |
Beta Was this translation helpful? Give feedback.
-
detexify window does the same. Don't know what the possibilities are. The isApplicable only accepets a 'Project' instance... |
Beta Was this translation helpful? Give feedback.
-
I started a new LaTeX Project in Clion, but no Symbols ord detexify. |
Beta Was this translation helpful? Give feedback.
-
Aha, indeed, non-IntelliJ IDEs don't have the modules concept, so of course they won't have a LaTeX module and thus you can never use the tool windows. Maybe we can just change the check to 'any LaTeX file present in the project' for non-IJ, as I'm not sure what other check we could do based on the project. [Edit] Fixed in #1843 |
Beta Was this translation helpful? Give feedback.
-
Maybe look for opened editors? I don't know if the toolwindow changes dynamically though |
Beta Was this translation helpful? Give feedback.
-
Thanks, for the help! I think you can add in the wiki, that you need IntelliJ IDE. --> See Reply |
Beta Was this translation helpful? Give feedback.
Aha, indeed, non-IntelliJ IDEs don't have the modules concept, so of course they won't have a LaTeX module and thus you can never use the tool windows. Maybe we can just change the check to 'any LaTeX file present in the project' for non-IJ, as I'm not sure what other check we could do based on the project.
[Edit] Fixed in #1843