-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Improve settings UI for automatic compilation on save #3548
Comments
Hi, thanks for submitting this issue! I cannot reproduce the problem, doing the following:
Could you provide more details on how exactly to reproduce the issue? |
Hey! Just wanted to say, that I have the same issue. (Only the first save actually compiles the file) It's my first time using the plugin and I've got the issue from the start. If there's anything I can provide to help you narrow the problem down, I'll be glad to help. |
You can reproduce the issue with the steps I provided? Could you show a screen recording? |
It turns out - not exactly! After the first save it tries to compile, but can't since it detects a wrong run configuration. I then restarted Intellij. Changed something in the document and saved - auto compilation ran correctly. Hopefully this helps. If the video is not clear enough, I'll make an effort to create a better one :) |
Thanks a lot for the video! I have to agree that that is not working as it should. It looks like there might be an exception in the bottom right, though the notification is not showing. Could you upload the file idea.log here? Help > Show log |
No man, thank you for providing this plugin! It's helping me out a lot! Anyways, here you go, that's as clean as I could get it. Started up Idea, changed something in the file and saved it. Then changed it a few more times and saved it again - the last few repeated logs are me saving the file. This part of the log might be the answer? Edit: oh damn, that's the same warning as the OP posted, so it might be useless :/ |
Looking at your video again, it looks like you have the 'automatic compilation on save only' checkbox enabled, but the 'automatic compilation' checkbox above it is disabled. Could you try enabling that, then manually compile once, and then try again? |
Hey! Thank you so so much, that solved the problem! Thank you once again! |
Thanks for checking! Agree, we should make that a dropdown list. |
Sorry for being absent for a few days and thank you so much for solving the problem! It did not occur to me as well that the first checkbox needs to be checked as well, now it works fine for me. |
No problem, thanks for reporting the issue! Reopening so I don't forget to make the UI less confusing. |
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
WebStorm 2024.1.2
Build #WS-241.15989.105, built on April 23, 2024
Runtime version: 17.0.10+1-b1207.14 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 6.5.0-28-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 8192M
Cores: 8
Registry:
ide.balloon.shadow.size=0
debugger.new.tool.window.layout=true
ide.new.editor.tabs.vertical.borders=true
ide.experimental.ui=true
ide.editor.tab.selection.animation=true
Non-Bundled Plugins:
com.darkyen.darkyenustimetracker (1.5.3)
com.jetbrains.space (241.15989.9)
ru.adelf.idea.dotenv (2024.1)
PlantUML integration (7.10.1-IJ2023.2)
nl.rubensten.texifyidea (0.9.5)
com.intellij.ml.llm (241.15989.156)
com.github.copilot (1.5.3.5510)
com.chrisrm.idea.MaterialThemeUI (9.2.1)
com.mallowigi (95.0.0)
com.firsttimeinforever.intellij.pdf.viewer.intellij-pdf-viewer (0.15.0)
dev.nx.console (1.23.1)
Current Desktop: X-Cinnamon
Operating System
Linux Mint 21.1 Cinnamon
TeXiFy IDEA version
0.9.5
What I did (steps to reproduce)
Freshly installed the TeXiFy Plugin and enabled compile only on save in the settings.
Defined and selected a LaTeX compilition configuration.
Minimal example to reproduce the problem
Expected behavior
The compile configuration should run on every save
Actual behavior
The compile configuration runs on the first save via Ctrl+S/File > Save all but not on consecutive saves.
(if applicable) The full stacktrace of the exception thrown
Only found one warning in the WebStorm log
The text was updated successfully, but these errors were encountered: