summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/palettes/variables
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-01-30 22:30:10 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-01-30 22:30:10 +0000
commit6afef449a6560d469102ab0298d4cc925d76aa0f (patch)
tree7217fb00927065b2b1b80978cefb6a0488deddfd /sca-cpp/trunk/modules/edit/palettes/variables
parentdca2f20846323ff20758e76c9c90dae4f1dc325b (diff)
Add composite save function, improve UI a bit and some script cleanup and documentation.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/palettes/variables')
-rw-r--r--sca-cpp/trunk/modules/edit/palettes/variables/palette.composite12
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-cpp/trunk/modules/edit/palettes/variables/palette.composite b/sca-cpp/trunk/modules/edit/palettes/variables/palette.composite
index 42fc43525b..1d10027f95 100644
--- a/sca-cpp/trunk/modules/edit/palettes/variables/palette.composite
+++ b/sca-cpp/trunk/modules/edit/palettes/variables/palette.composite
@@ -29,17 +29,17 @@
<service name="first" promote="first"/>
<service name="rest" promote="rest"/>
- <component name="number" t:color="orange">
+ <component name="number" t:color="orange1">
<t:implementation.python script="number.py"/>
<service name="number"/>
</component>
- <component name="text" t:color="orange">
+ <component name="text" t:color="orange1">
<t:implementation.python script="text.py"/>
<service name="text"/>
</component>
- <component name="set" t:color="orange">
+ <component name="set" t:color="orange1">
<documentation>set variable</documentation>
<t:implementation.python script="set.py"/>
<service name="set"/>
@@ -47,7 +47,7 @@
<reference name="variable"/>
</component>
- <component name="list" t:color="orange">
+ <component name="list" t:color="orange1">
<documentation>make a list</documentation>
<t:implementation.python script="list_.py"/>
<service name="list"/>
@@ -55,14 +55,14 @@
<reference name="rest"/>
</component>
- <component name="first" t:color="orange">
+ <component name="first" t:color="orange1">
<documentation>first of a list</documentation>
<t:implementation.python script="first.py"/>
<service name="first"/>
<reference name="value"/>
</component>
- <component name="rest" t:color="orange">
+ <component name="rest" t:color="orange1">
<documentation>rest of a list</documentation>
<t:implementation.python script="rest.py"/>
<service name="rest"/>