Osmose / advanced-open-file

Open files and folders in Atom easily.
https://atom.io/packages/advanced-open-file
Other
118 stars 20 forks source link

Fix #28: Add event emitter and onDidOpenFile. #29

Closed Osmose closed 9 years ago

Osmose commented 9 years ago

@Krzysztof-Cieslak I've got the emitter set up and a method for being notified when files are opened, but if you only want to know when files are created, I can add that as an event as well. I figured submitting this now would be fine given that.

Are you down to do a code review for this? :D

Osmose commented 9 years ago

Updated with an extra event, onDidCreateFile.

@Krzysztof-Cieslak How does the code look?

Krzysztof-Cieslak commented 9 years ago

Looks good for me :+1: