Grzegorz Dyk
Grzegorz Dyk
Hello! I've been trying to visualize a directed acyclic graph using JIT but no available visualizations could do that properly. RGraph was becoming too wide/high while ForceDirected was a chaotic...
1. https://drive.google.com/file/d/0B8oRwntAar7cYU56Wk9XeEZxMkE/view?usp=sharing 2. https://drive.google.com/file/d/0B8oRwntAar7cbTdmUFhBcVRleFU/view?usp=sharing 3. https://drive.google.com/file/d/0B8oRwntAar7cUFRWQnp0YmVSMDQ/view?usp=sharing Found by @ruckus-dj
Use valac compiler to help parser detect errors. Some description of External tool support is here: https://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA#DevelopingCustomLanguagePluginsforIntelliJIDEA-Externaltool
Example: ``` Vala var dialog = new Gtk.Dial ```
They are ugly. ValaTypeReference should not accept textRange as argument
Example: ``` vala class A { } class B : A {} class C: A {} int main(string [] args) { var c = new class B() ?? new class...
right now duplicate strings will be written multiple times. Perhaps StubInput/Output streams should be used?