zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Zedd #507

Closed zefhemel closed 9 years ago

zefhemel commented 9 years ago

More information: http://zedapp.org/zedd/

This also introduces a new sandbox API part of zed/fs called run. See https://github.com/zedapp/git-tools for an example package using this, as well as a few new Tools:External:* commands (only enabled in zedd projects as well as Zed standalone "local" projects).

Commands can now also declare requiredCapabilities, current options: run (zedd and standalone local) and scm (Github projects). If the capabilities aren't met, commands are hidden and not triggered in handlers.

Bugs, suggestions for improvement are much welcomed.