Skip to content
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

Autocompletion for compiler command line options #2939

Closed
rath3t opened this issue Mar 1, 2023 · 4 comments · Fixed by #3467
Closed

Autocompletion for compiler command line options #2939

rath3t opened this issue Mar 1, 2023 · 4 comments · Fixed by #3467
Assignees
Labels
enhancement New feature or (non bug related) change to the program.
Milestone

Comments

@rath3t
Copy link

rath3t commented Mar 1, 2023

For compilations with pdfLaTeX there is a checkbox
image

I use Latexmk for my build which is intelligent enough to invoke everything needed. But for large project with "makeindex and several other pdflatex,bibtex,.. " invokations it takes some time.

For fast feedback I use now
image
i.e. the max_repeat compiler argument.
Maybe there should also be some checkbox as in the case of pdfLaTeX to have it more symmetric?

@rath3t rath3t added enhancement New feature or (non bug related) change to the program. untriaged Issue type still needs to be triaged or verified. labels Mar 1, 2023
@PHPirates
Copy link
Collaborator

Is your suggestion to provide somehow the list of latexmk command line options in the run configuration UI? I mean, we do provide some UI elements for the most common options, but we must draw a line somewhere, since we cannot do that with all options.

@rath3t
Copy link
Author

rath3t commented Mar 1, 2023

Yes I also think it is not a good idea to expose lots of latexmk command line options.
I'm also happy with my setup. But I stumbled upon the decision of having such a flag for pdflatex and not for latexmk.

@PHPirates
Copy link
Collaborator

The reason the checkbox is there for pdflatex is because pdflatex has no such command line option (to compile twice), so it is TeXiFy-specific.

What we maybe could do, is provide some sort of autocompletion for command line options, similar to what IntelliJ does for gradle parameters:
image

This is a relatively new IntelliJ feature, I will quickly check if it is possible for us to reuse.

@rath3t
Copy link
Author

rath3t commented Mar 1, 2023

This would also be very cool! Thanks.

@PHPirates PHPirates removed the untriaged Issue type still needs to be triaged or verified. label Apr 4, 2023
@PHPirates PHPirates changed the title Enable single run setting with latexmk Autocompletion for compiler command line options Dec 30, 2023
@PHPirates PHPirates self-assigned this Feb 13, 2024
@PHPirates PHPirates added this to the Next milestone Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or (non bug related) change to the program.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants