-
[user feedback]
floitsch:
Saving file builder.dart (or other files) generates a bunch of errors (25). Forcing recompile clears them.
This is (currently) reproducable.
////////////////////////////////…
-
I opened several "leg" related libraries, closed them all with editors still open. That should have closed the editors, but there was an exception while closing the libraries. When I tried t…
-
_This issue was originally filed by imj...@gmail.com_
---
Using this code:
# import('dart:html');
void main() {
window.webkitRequestFileSystem(Window.TEMPORARY, 5 * 1024 * 1024, (D…
-
The following dart file:
# library("graph");
# import('dart:html');
void main() {
document.queryAll("div.graph");
}
Compiled with latest editor (Build 4745) gives the…
-
_This issue was originally filed by [jimhug@google.com](https://github.com/search?q=jimhug%40google.com&type=Users)_
---
Using DartEditor - build 3934
The attached project builds correctly. Howeve…
-
dart2js produces lots of output, so I tried yuicompressor, which didn't work.
Error:
~/Code/api.dartlang.org/static > java -jar ~/Downloads/yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar clien…
-
[user feedback]
Getting this error for a #source'd file ActionList.dart. The file also has an odd icon in the library list. The file also can't be saved.
Could not open the editor: Factory com.goog…
-
_This issue was originally filed by syab...@gmail.com_
---
**What steps will reproduce the problem?**
Run the following test:
main() {
f(p1, p2) {print(p1);}("a", "b&…
-
[user feedback]
don't launch browser
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 4076
////////////////////////////////////////////////////////…
-
ByteArray extends List. It should be List<int>.