You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I add a new file as part of a custom library, dart editor reports that it can't find the library I'm referring to in my "part of XXX" directive. I checked that I also correctly added the "part" directive to my library's main file. Even if I use Tools > Reanalyze Sources, it still reports unknown library. If I restart dart editor, then the warnings go away and all is good.
////////////////////////////////////////////////////////////////////////////////////
Editor: 0.2.10_r16761 (2013-01-07)
OS: Linux - amd64 (3.5.0-22-generic)
JVM: 1.7.0_09
projects: 1
open dart files: 4
auto-run pub: true
mem max/total/free: 889 / 238 / 73 MB
thread count: 26
analysis: 0 tasks, 21 libraries, 2 contexts
index: 59388 relationships and 0 attributes in 12642 elements in 124 resources stored in 2 MB on disk
SDK installed: true
Dartium installed: true
The text was updated successfully, but these errors were encountered:
Set owner to @bwilkerson. Removed this from the M4 milestone. Added this to the M5 milestone. Changed the title to: "error on part statement not removed until library file updated".
Whenever I add a new file as part of a custom library, dart editor reports that it can't find the library I'm referring to in my "part of XXX" directive. I checked that I also correctly added the "part" directive to my library's main file. Even if I use Tools > Reanalyze Sources, it still reports unknown library. If I restart dart editor, then the warnings go away and all is good.
////////////////////////////////////////////////////////////////////////////////////
Editor: 0.2.10_r16761 (2013-01-07)
OS: Linux - amd64 (3.5.0-22-generic)
JVM: 1.7.0_09
projects: 1
open dart files: 4
auto-run pub: true
mem max/total/free: 889 / 238 / 73 MB
thread count: 26
analysis: 0 tasks, 21 libraries, 2 contexts
index: 59388 relationships and 0 attributes in 12642 elements in 124 resources stored in 2 MB on disk
SDK installed: true
Dartium installed: true
The text was updated successfully, but these errors were encountered: