guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

SDK assumed to be in PATH for "Run Dart Analyzer" command #441

Closed theawesomestllama closed 9 years ago

theawesomestllama commented 9 years ago

Running the "Run Dart Analyzer" command produces "[Errno 2] No such file or directory: 'dartanalyzer'" when the Dart SDK is not in the PATH. It seems the problem is that the commands in docgen.py should be using path_to_analyzer (and path_to_docgen) from the SDK class and they are not.

guillermooo commented 9 years ago

Dart analyzer has been obsoleted. Closing.