Author Topic: ...that old BOLD. Can I bold & italic now? 14.1422  (Read 3481 times)

cy.walker

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
...that old BOLD. Can I bold & italic now? 14.1422
« on: August 24, 2018, 02:20:09 pm »
Hi all,

I have got irritated all over again... finally getting stuck into some real work & am dealing with "not enough info / to much text / whats them funny shapes?" feedback getting in the way of the real message. Soooo... getting back into shape script and saw the 'bold' attribute in the user manual;
http://www.sparxsystems.com/enterprise_architect_user_guide/14.0/modeling_tools/shape_attributes.html

However, go to use it and... bing bong, no go.  :'(

Script is;
Code: [Select]
shape main {
    bold = "true";
rectangle(0, 0, 100, 30);   
setfixedregion(0,0,100,30);
println("#name#");
println("#version#");
}

Shape Script Editor error is;
Code: [Select]
Error parsing ShapeScript: There was an error parsing  on line 2. Unexpected symbol: bold

The question... can we use bold or italic in ShapeScript yet?

Cheers,
Cy

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +54/-3
    • View Profile
Re: ...that old BOLD. Can I bold & italic now? 14.1422
« Reply #1 on: August 24, 2018, 02:47:40 pm »
It's in the 14.1.1425 Beta release.
The Sparx Team
[email protected]

cy.walker

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: ...that old BOLD. Can I bold & italic now? 14.1422
« Reply #2 on: August 25, 2018, 09:36:46 pm »
Sweet! Great news - thanks team. :)