Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to develop an Sublime Text 2 extension for listening for URI schemes. The API is python based. I wonder if it is possible to register an URI scheme listener for this extension? It should listen on subl://somfile?row=3&col=4

Forgot to mention that the solution should be suited for MAC OSX

share|improve this question
i don't exactly understand what you're trying to do, but it seems you should look at how to implement your own protocol handler? (take this finger-protocol implementation as an example) – mata Jul 16 '12 at 12:48
Yes I try to implement a protocol handler. But the main problem is how I can register that handler for mac OSX using python? I think it is done during installation in Objective-C – Woho87 Jul 17 '12 at 15:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.