thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Add openResultAfterBuild "magic" TeX comment #543

Closed jstader closed 4 years ago

jstader commented 4 years ago

This commit adds the "openResultAfterBuild" magic comment while leaving the normal config functionality intact.

This magic comment will not work with DiCy as far as I know but its functionality shouldn't impact DiCy since DiCy doesn't appear to use any of the functions I've modified.

It would be great if any experienced users could help me out with testing this. I'm a novice with Javascript so I don't really understand whats going on in the spec folder enough to test my contributions. I've implemented this on my personal copy and I've been using it successfully for a few months and I figured the community could benefit even though it's an incomplete commit as far as testing is concerned.

thomasjo commented 4 years ago

Thanks for this! :tada:

Seems like our CI is completely broken, but looking at the changes I feel pretty confident about this not breaking anything, so I'll go ahead and merge. I'll get a new release published as soon as possible.