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
<p>The Package Diagram of the Dart Designer will let you have a bird eye view of your project by having a look at the various Dart packages used and their dependencies. From this main viewpoint, you can navigate to other representations of your Dart resources by jumping on very quickly to a Class Diagram representation of your Dart package.</p>
94
+
<p>The Package Diagram of the Dart Designer will let you have a bird eye view of your project by having a look at the various Dart packages used and their dependencies. From this main viewpoint, you can <strong>navigate to other representations</strong> of your Dart resources by jumping on very quickly to a Class Diagram representation of your Dart package.</p>
<p>The Class Diagram is the main representation of the entities of your Dart application. Tailored to the need of Dart developers, this Class Diagram representation let you manipulate native concepts of the Dart language like metadata, applications or even libraries. From this representation, you can easily see the various relations between your entities (mixins, implements or extends).</p>
104
+
<p>The Class Diagram is the main representation of the entities of your Dart application. Tailored to the need of Dart developers, this Class Diagram representation let you manipulate <strong>native concepts of the Dart language</strong> like metadata, applications or even libraries. From this representation, you can easily see the various relations between your entities (mixins, implements or extends).</p>
105
105
</div>
106
106
</div>
107
107
</div>
@@ -110,7 +110,7 @@ <h2>Class Diagram</h2>
110
110
<divclass="jumbotron">
111
111
<divclass="jumbotron-contents">
112
112
<h2>Unsynchronized Representations</h2>
113
-
<p>Most of the representation are not fully synchronized with your data, as a result if you want to create a Class Diagram, it does not have to display all the classes, libraries or applications available in your Dart package. You can easily create multiple representations on various subsets of your data.</p>
113
+
<p>Most of the representation are not fully synchronized with your data, as a result if you want to create a Class Diagram, it does not have to display all the classes, libraries or applications available in your Dart package. You can easily <strong>create multiple representations on various subsets of your entities.</strong>.</p>
<p>Contrary to the representations, the data of your Dart Designer projects are fully synchronized. Make a change on an entity in one representation (like a Class Diagram) and you can see the impact in real time on all the other representations using this entity (like another Class Diagram or a Package Diagram).</p>
122
+
<p>Contrary to the representations, the data of your Dart Designer projects are fully synchronized. Make a change on an entity in one representation (like a Class Diagram) and you can <strong>see the impact in real time on all the other representations</strong> using this entity (like another Class or Package Diagram).</p>
This first release will contain the first basic version of a couple of designers for Dart including the Package Diagram, the Explorer Diagram and the Class Diagram. It will also be used to iron out some of the details of the branding and the release engineering process.
<h3class="panel-title">Minimalist Dawn (0.2.0)</h3>
155
+
<h3class="panel-title">Minimalist Dawn (0.2.0) - Next Release</h3>
155
156
</div>
156
157
<divclass="panel-body">
157
-
The main focus of this release will be the improvement of the Class diagram.
158
+
The main focus of this release will be the improvement of the Class diagram. New elements and relationships will be visible in the Class diagram like fields and methods. The direct edit will also be improved.
0 commit comments