izuzak / atom-pdf-view

Support for viewing PDF files in Atom.
https://atom.io/packages/pdf-view
MIT License
106 stars 30 forks source link

Add reload #173

Closed MarcinKonowalczyk closed 7 years ago

MarcinKonowalczyk commented 7 years ago

Add a command pdf-view:reload to call an internal method this.updatePdf(true);. This can be called form anywhere.

This helps with issue #64 which I was experiencing as well.

izuzak commented 7 years ago

Thanks for opening a PR, @MarcinKonowalczyk :bow:

Could I trouble you to make then indentation consistent? Here's what I'm seeing (perhaps there's a tabs vs spaces thing going on here):

screen shot 2017-03-24 at 08 26 57
MarcinKonowalczyk commented 7 years ago

@izuzak Done (I think. I'm still slightly new to GitHub).

izuzak commented 7 years ago

Thanks! Just pushed a new version with this change. 🍰