wbond / sublime_terminal

Launch terminals from the current file or the root project folder
https://packagecontrol.io/packages/Terminal
MIT License
597 stars 117 forks source link

Added the ability to use the local SublimeText variables. #209

Open mars-dlx opened 5 years ago

mars-dlx commented 5 years ago

For example ${packages}, ${file} and etc. The full list SublimeText variables: https://www.sublimetext.com/docs/3/build_systems.html#variables The function substitute_variables was taken from SublimeLinter sources.

twolfson commented 5 years ago

I'm going to defer to @wbond on this one since they're working on Sublime Text as a whole