dart-sublime-bundle
dart-sublime-bundle copied to clipboard
Sublime Text 3 Dart Package
I proved with direferents paths, like /usr/lib/dart/bin (original path), /usr/lib/dart, /usr/lib/dart/bin/dart and /usr/bin/dart. In all cases show the message "configured "dart_sdk_path" folder does not contain dart binary: /usr/lib/dart/bin". Can I...
This package no longer works right out of the box. For example, [these are the changes](https://github.com/kkurian/dart-sublime-bundle/commits/master) I had to make to resolve crashes. Also, the syntax highlighting seems like a...
Try to have the functionality of https://github.com/LiteCatDev/Dartlight
After upgrading to 1.5, I noticed this in the console:  Not sure if this affects anything yet. More of a head's up.
Fixes #545 I am unsure if removing this is the right approach or if what is actually needed is to resolve this some other way, but I figured sending a...
A PL by @DavidRGriswold (which fixes the plugin) was failing the the tests. I noticed that the _sublime_plugin_lib_ submodule was not being updated while the tests run. So here's my...
On the latest ST3 dev build, this plugin seems completely broken. Immediately upon loading it, the following error appears in the console: ``` Traceback (most recent call last): File "/home/rafael/.config/sublime-text-3/Packages/Dart/lib/path.py",...
This tiny patch, which I basically found under one of the bug threads, fixes the "NoneType" error that seems to happen when there is no package directory. I'm totally new...
I just have installed the plugin and tried it on a simple console project generated by stagehand, looks like nothing works, it gives me no warnings, no lines... In the...
Errors in output: ``` unknown include #regex.dart reloading plugin Default.block reloading plugin Default.comment reloading plugin Default.copy_path reloading plugin Default.delete_word reloading plugin Default.detect_indentation reloading plugin Default.duplicate_line reloading plugin Default.echo reloading plugin...