cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
394 stars 37 forks source link

Multiple open files in sessions #296

Closed andreas-bulling closed 1 year ago

andreas-bulling commented 1 year ago

I found a bug (I think).

Inside a session (where all open files are in the dropdown at the top), when I do "STRG + left click" to jump from a position in the PDF to the corresponding code, Setzer opens the file a second time (actually as often as you click). Multiple files are then shown in the top dropdown.

When you then try to save the file, or compile the document, a popup shows multiple times asking whether the modified file on disk should be reloaded.

It seems Setzer doesn't check whether the file that corresponds to the PDF location is already part of the session/open but always opens a new instance of the file.

cvfosammmm commented 1 year ago

I can't reproduce this. Can you upload a sample document (main .tex file and included one)?

cvfosammmm commented 1 year ago

Closed due to inactivity.