Open axkibe opened 4 years ago
Being able to turn off the behavior (button in front of "default compiler" in advanced mode) is not enough ? But you can make a suggestion if it is simple enough.
Hmm.. I didn't realize how that setting worked... okay.
How about this, if you change it in non-advanced mode, (where this option is not visible) it overrides it to disabled as long latexmk is selected in case it was enabled?
in principle I agree.
When I get to it, I'll make a patch that auto sets/unsets the repetition setting in the simple view depending on the choice.
Environment
Expected behavior
latexmk should always only be called once, since it manages repetitions by itself
Actual behavior
when adding "-g" as parameter, to force recompilation (because sometimes latexmk overlooks some dependencies) TexStudio will call latexmk 5 times (default max repetitions).
Even if without -g the additional calls are quickly done in background, they are unnecessary.
How to reproduce
Add -g to latexmk, set latexmk as default compiler. Compile and watch it being called over and over.
Shall I work a patch for that?