How can I make rails_footnotes open files using Sublime Text 2?

后端 未结 2 452
悲哀的现实
悲哀的现实 2021-02-03 15:49

I\'m not asking how to tell footnotes how to do this - I\'m using this line in the initializers/footnotes.rb file:

Footnotes::Filter.prefix = \'txmt         


        
2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-03 15:53

    Sublime Text 2 doesn't have a protocol handler. However, you can map textmate's txmt to Sublime Text using this app: https://github.com/hiddenbek/subl-handler

    There is also a Sublime Text plugin that adds a sblm: url handler (Windows-only): https://bitbucket.org/sublimator/sublimeprotocol/src/

提交回复
热议问题