This is a bit strange, since this problematic behaiour disappeared after a clean reinstall of ST and then reappeared again. Two problems which are maybe related, that’s why I put them together.
Build 4200 on Silicon Mac 15.6.1, Latextools 4.5.5
- After building a latex file (whether or not the compilation produces errors), if I issue from ST menu the command “Show Results Panel”, an empty panel is shown. If the Latextools panes was open, the empty panel is superimposed to it. Is this the intended behaviour? Shouldn’t it be Latextool Build Panel = Results panel = output.exec ?
In any case, giving in the console the command
window.run_command(“show_panel”, {“panel”: “output.exec”})
fails silently - If the compilation of a latex file produces errors, the build panel is open, errors are signaled, but the wrong file path is shown, pointing at
/usr/local/texlive/2025/texmf-dist/tex/latex/l3kernel/expl3.sty:179:Undefined control sequence. [\aaa]
The line number is correct (in this case, an undefined control sequence \aaa at line 179), but the path points at a system file. The command Next Result then opens the expl3.sty file at line 179.
Can anyone point me at the right direction to debug this? may this be related to the recent Latextools updates, or I should look into something else?