Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: inf190tmo on January 16, 2017, 09:08:17 pm
-
Hello,
I would like to change the defaulted Line Style "Orthogonal - Rounded" to "Orthogonal - Square".
Of course I can change it by every line that I draw :-\ .... I know, but I want to set it "by default".
So, when I open EA in morning, my lines are "Orthogonal - Square".
I don't find the setting/properties to do so.
Take a look at the printscreen. It seam (to mee) that AE sets it default Line Style when starting up from somewhere...
(http://)
I'm using EA13
thanks !!
-
It will require changing the default MDG file.
If you are not prepared/able/allowed to do that, we have to leave it there. If you can, then I can give you the directions.
Paolo
-
The IT-guys over here will change/modify/... the MDG file to make it work.
So yes, could we have the direstions ?
Thanks man !!
-
Since you will be modifying the distributed BPMN MDG file, make a copy for restoration purposes.
Find the relationship you are interested in changing.
Towards the end of the entry, you will find the
"AppliesTo" section. Under the Apply subsection, look for the "_lineStyle" entry. If there isn't one, add it as shown below, otherwise, edit the existing value. The values for the _lineStyle will be found in the Help file.
<AppliesTo>
<Apply type="Association">
<Property name="_lineStyle" value="Direct"/>
</Apply>
</AppliesTo>
HTH,
Paolo
-
Since you will be modifying the distributed BPMN MDG file, make a copy for restoration purposes.
And be aware that re-installing EA will blow away your changes, so keep a copy of your edited technology so you can restore your changes next time you upgrade EA. A text merging application like WinMerge will assist greatly.
-
Since you will be modifying the distributed BPMN MDG file, make a copy for restoration purposes.
And be aware that re-installing EA will blow away your changes, so keep a copy of your edited technology so you can restore your changes next time you upgrade EA. A text merging application like WinMerge will assist greatly.
Things that should go without saying, should always be said... ;)
-
Mister Paolo.... IT WORKS !! ;D
We changed in the MDGfole "BPMN 2.0 Technology.xml"
the property <Property name="_lineStyle" value="orthogonalR"/>
to <Property name="_lineStyle" value="orthogonalS"/>
And at the next start of EA... the Line styles where set to "Orthogonal Square" by default
Fantastic !!
Thanks Again ;)