Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
a54559ac
Commit
a54559ac
authored
May 22, 2021
by
Maxime Perrotin
Browse files
Update the dump template with coordinate adjustment
space creator models use a different scale than ellidiss guis
parent
9ea98cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/dump/interface_view_xml/function.tmplt
View file @
a54559ac
...
...
@@ -23,6 +23,7 @@
@@-- @_Property_Values_@ : List of User-defined properties (values)
@@-- @_Is_Type_@ : Flag, True if function is a component type
@@-- @_Instance_Of_@ : Optional name of component type
@@-- @_Coord.X1_@ X2 Y1 Y2 : Graphical coordinates of the function
<Function name="@_Name_@" language="@_Language_@" is_type="@_YES_NO:Is_Type_@" instance_of="@_Instance_Of_@">
@@TABLE@@
<Timer name="@_Timers_@"/>
...
...
@@ -31,7 +32,11 @@
<Context_Parameter name="@_CP_Names_@" type="@_WEB_ENCODE:CP_Types_@" value="@_WEB_ENCODE:CP_Values_@" asn1module="@_WEB_ENCODE:CP_Asn1Modules_@" asn1file="@_WEB_ENCODE:CP_Asn1Filenames_@"/>
@@END_TABLE@@
@@TABLE@@
@@IF@@ @_Property_Names_@ = Taste::coordinates
<Property name="@_WEB_ENCODE:Property_Names_@" value="@_MULT(40):Coord.X1_@ @_MULT(40):Coord.Y1_@ @_MULT(40):Coord.X2_@ @_MULT(40):Coord.Y2_@"/>
@@ELSE@@
<Property name="@_WEB_ENCODE:Property_Names_@" value="@_WEB_ENCODE:Property_Values_@"/>
@@END_IF@@
@@END_TABLE@@
@_Provided_Interfaces'Indent_@
@_Required_Interfaces'Indent_@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment