bzixilu / dotplugin

Dot language plugin for Intellij IDEA
55 stars 10 forks source link

No such node specified in graph when nodes are specified #12

Closed banshee closed 2 years ago

banshee commented 4 years ago

dotplugin seems to want nodes specified on their own, since this has errors:

digraph {
 a -> b
}

a and b are both flagged with "no such node specified in graph," but they're definitely specified.

This version doesn't have errors, but it's weird - you wouldn't normally do this:

digraph {
    a -> b
    a
    b
}
bzixilu commented 2 years ago

I agree, it seems that this feature is not very useful. I've turned it off.

bzixilu commented 2 years ago

@banshee the version with this fix is now available in plugins repo: https://plugins.jetbrains.com/plugin/10312-dot-language/versions/stable/158041