dart-tools
dart-tools copied to clipboard
Various tools for Dart in Atom
Hi! Thanks for maintaining the dart-tools package! In Atom v1.23, we will [some](https://github.com/atom/text-buffer/pull/273) [changes](https://github.com/atom/text-buffer/pull/274) that may affect your package. The methods `TextEditor.onDidChange` and `TextBuffer.onDidChange` will now call their callbacks *less...
Hi! Thanks for maintaining the dart-tools package! In Atom v1.19, we will release a [major change](https://github.com/atom/atom/pull/14435) to Atom's core text buffer data structure. As part of this change, we have...
In `dart-tools/styles/dart-tools.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.14.0 ia32 **Electron**: 1.3.13 **OS**: Microsoft Windows 10 Pro **Thrown From**: [dart-tools](https://github.com/radicaled/dart-tools) package 0.9.23 ### Stack Trace Uncaught ReferenceError: editor is...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.0.19 **System**: Mac OS X 10.10.5 **Thrown From**: [dart-tools](https://github.com/radicaled/dart-tools) package, v0.9.23 ### Stack Trace Uncaught TypeError: Cannot read property...
Right clicking on a symbol and clicking `Jump to Declaration` doesn't jump to the declaration. Would be great to have a key binding and CMD+click for this as well.
Typing the following to start importing a package: import "p" Creates an unclearable error that after completion/removal of the import line results in: Error Unable to get content: FileSystemException: Cannot...
I'm using Atom 0.204.0 on Windows 7, and the only visible command on Packages>Dart Tools is SDK Info. Also saving my pub.yaml file does not trigger pub, even though the...
On styles/dart-tool.less for error reporting, you are using `@text-color-error`, but this color is difficult to read on the dark UI theme of atom, maybe changing it to something lighter like...
It would be great to have an Outline View for Dart.