SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

Pull request #1535 (Version 4) breaks system check and auto-open of viewer on macOS #1562

Closed robfisc closed 2 years ago

robfisc commented 2 years ago

Pull request #1535 introduces two bugs for me on macOS Monterey (12.2.1) with Sublime text build 4126: (i) The "Check System" menu item is greyed out in the LaTeXTools menu. It also disappeared from the Command Palette. (ii) The previewer does not open anymore after building a .tex file. If previewer, i.e. Skim, is already open and showing the target PDF file, the position within the previewer is not updated (via SyncTex).

I used the same vanilla LaTeXTools.sublime-settings file.

lxsjgzs commented 2 years ago

See the PR #1540, switch to Files changed tab and located to your local jumpToPDF.py, then copy the green line 101 and 103, replace it in the local file.

robfisc commented 2 years ago

Thanks a lot @lxsjgzs. Your suggestion fixed the viewer issue.

For reference: git fetch https://github.com/hadisfr/LaTeXTools.git git cherry-pick 937c0a280f7e79e1a2340123b8fa5e5adfc8e11a

Closing this issue since it is tracked in #1539.