wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 311 forks source link

ST 3070+: sublimerepl_build_system_hack.sublime-build is proposed for all build #400

Open bizoo opened 9 years ago

bizoo commented 9 years ago

With the addition of Window.extract_variables() and sublime.expand_variables() to the API, I think the hack in sublimerepl_build_system_hack.py could be removed. The benefit is that sublimerepl_build_system_hack.sublime-build will no longer be proposed each time you want to build something (ST build 3070 and +).

I think adding a dummy selector to the build file resolve the issue too:

"selector": "dummy",
divinites commented 8 years ago

Could you be more specific on this? My sublimerepl_build_system_hack does not work, I have had a look at the source code, and honestly I've no idea how it works... What is the point of get_project_settings(window)?