Skip to content

Commit cb7f804

Browse files
committed
change default options settings for Containers, Wires, Terminals, ...
The default options are now in the classe prototypes, which is easier to override
1 parent 27a0b7b commit cb7f804

File tree

119 files changed

+8830
-3527
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+8830
-3527
lines changed

VERSION.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ Changeset:
99

1010
* General
1111
* Splitting the WireIt core classes & plugins into separate folders
12+
* change default options settings for Containers, Wires, Terminals, ...
13+
The default options are now in the classe prototypes, which is easier to override
1214
* upgrading to inputEx 0.6.0 (now in the "inputex" plugin)
1315
* upgrading to YUI 2.8.1
1416
* Moving images and css into "assets"
1517

16-
* Label enhancements
18+
* Wires enhancements
1719
* Adding labels for Wires
1820
* drawingMethod has been removed from the Wire options. Use the xtype instead.
1921

@@ -22,6 +24,9 @@ Changeset:
2224
* Position constrained to (0,0) minimum
2325
* Fix FormContainer terminals positioning if the fieldset is collapsed
2426

27+
* Layer enhancements
28+
* Export wires properties in getWiring method
29+
2530
* editor plugin
2631
* AccordionView on left panel for module categories
2732
* Toolbar positionning

api/Anim.js.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ <h4>Modules</h4>
126126
<li class=""><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
127127
<li class=""><a href="module_grouping-plugin.html" title="grouping-plugin">grouping-plugin</a></li>
128128
<li class=""><a href="module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a></li>
129-
<li class=""><a href="module_labels-plugin.html" title="labels-plugin">labels-plugin</a></li>
130129
<li class=""><a href="module_layout-plugin.html" title="layout-plugin">layout-plugin</a></li>
131130
<li class=""><a href="module_wireit.html" title="WireIt">WireIt</a></li>
132131
</ul>

api/ArrowWire.js.html

Lines changed: 26 additions & 17 deletions
Large diffs are not rendered by default.

api/BaseEditor.js.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ <h4>Modules</h4>
330330
<li class=""><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
331331
<li class=""><a href="module_grouping-plugin.html" title="grouping-plugin">grouping-plugin</a></li>
332332
<li class=""><a href="module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a></li>
333-
<li class=""><a href="module_labels-plugin.html" title="labels-plugin">labels-plugin</a></li>
334333
<li class=""><a href="module_layout-plugin.html" title="layout-plugin">layout-plugin</a></li>
335334
<li class=""><a href="module_wireit.html" title="WireIt">WireIt</a></li>
336335
</ul>

api/BezierArrowWire.js.html

Lines changed: 34 additions & 21 deletions
Large diffs are not rendered by default.

api/BezierWire.js.html

Lines changed: 35 additions & 30 deletions
Large diffs are not rendered by default.

api/CanvasElement.js.html

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

api/ComposableWiringEditor.js.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ <h4>Modules</h4>
174174
<li class=""><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
175175
<li class=""><a href="module_grouping-plugin.html" title="grouping-plugin">grouping-plugin</a></li>
176176
<li class=""><a href="module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a></li>
177-
<li class=""><a href="module_labels-plugin.html" title="labels-plugin">labels-plugin</a></li>
178177
<li class=""><a href="module_layout-plugin.html" title="layout-plugin">layout-plugin</a></li>
179178
<li class=""><a href="module_wireit.html" title="WireIt">WireIt</a></li>
180179
</ul>

api/ComposedContainer.js.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ <h4>Modules</h4>
103103
<li class=""><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
104104
<li class=""><a href="module_grouping-plugin.html" title="grouping-plugin">grouping-plugin</a></li>
105105
<li class=""><a href="module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a></li>
106-
<li class=""><a href="module_labels-plugin.html" title="labels-plugin">labels-plugin</a></li>
107106
<li class=""><a href="module_layout-plugin.html" title="layout-plugin">layout-plugin</a></li>
108107
<li class=""><a href="module_wireit.html" title="WireIt">WireIt</a></li>
109108
</ul>

api/Container.js.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ <h4>Modules</h4>
9898
<li class="selected"><a href="module_editor-plugin.html" title="editor-plugin">editor-plugin</a></li>
9999
<li class=""><a href="module_grouping-plugin.html" title="grouping-plugin">grouping-plugin</a></li>
100100
<li class=""><a href="module_inputex-plugin.html" title="inputex-plugin">inputex-plugin</a></li>
101-
<li class=""><a href="module_labels-plugin.html" title="labels-plugin">labels-plugin</a></li>
102101
<li class=""><a href="module_layout-plugin.html" title="layout-plugin">layout-plugin</a></li>
103102
<li class=""><a href="module_wireit.html" title="WireIt">WireIt</a></li>
104103
</ul>

0 commit comments

Comments
 (0)