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

Implement events using the service API #63

Closed Osmose closed 8 years ago

Osmose commented 8 years ago

Apparently there's this concept of services that Atom has for packages that interact with eachother: https://atom.io/docs/v1.0.19/behind-atom-interacting-with-other-packages-via-services

It seems like we should be using this mechanism for exposing our file creation/opening handlers instead of the current method of looking up the packaging and importing.

CC @Krzysztof-Cieslak since this'd affect your use of the handlers.