Richard Stein

Results 124 comments of Richard Stein

Have you tried to restart sublime text or your PC? Obviously this should not happen, but it is hard to see what's the problem from the error message.

Thanks for reproducing this. If you have no latex document open should not consume additional resources. However currently every start time from sublime text is delayed a little bit until...

I have created the first [prerelease](https://github.com/SublimeText/LaTeXTools#prereleases) (just enable it to use them). See info in the [tags page](https://github.com/SublimeText/LaTeXTools/tags) to read the changes.

I think we should also slighty change the `get_setting` method to prefix the view settings with `latextools.` to avoid setting name problems. So you name set the setting in the...

@ig0774 @msiniscalchi if you agree on this I would merge the incompatible changes #1467 and #1423 and release version 4 a few weeks afterwards. Additional changes can be executed without...

In the sumatra pdf advanced settings there should be a line `ReloadModifiedDocuments = true`, which tells Sumatra to automatically reloads documents. This doesn't seem to work if the pdf file...

Sorry then I also don't know whats the problem.

This is the syntax highlighting for the comment package. I think it ends with \endcomment. Unfortunately the highlighting is static and we just wanted to include often used packages. Therefore...

You can use the [script builder](https://latextools.readthedocs.io/en/latest/available-builders/) to run arbitrary commands, see https://github.com/SublimeText/LaTeXTools/issues/644#issuecomment-173132473 for an example, where you only need to change the OS.

@eric-wieser You can reopen the compile output panel with `shift+escape`: https://github.com/SublimeText/LaTeXTools/blob/st3-4.0.0-alpha.9/Default%20(Windows).sublime-keymap#L308 If you have overwritten das keybinding you can just copy it to your user keybindings and change it.