radicaled / dart-tools

Various tools for Dart in Atom
MIT License
23 stars 3 forks source link

add a context menu item to pubspec.yaml files to run pub #64

Closed devoncarew closed 9 years ago

devoncarew commented 9 years ago

In the files view, we should add a context menu item on pubspec files to run pub. I'm not 100% this is possible. The file items have these html attributes set: li is="tree-view-file" and in the child span: data-name="pubspec.yaml".