Phil Beauvoir
Phil Beauvoir
Added new branch "linewidth". - This adds a Line Width setting to the Property Tab. - Added setLineWidth method to AbstractDiagramModelObjectFigure so this will only render for some figures. -...
+1 on targeting 4.3.1
So the aim is to have a format expression for the underlying concept rather than each diagram instance. And the idea is to use the value of a property for...
My understanding is: - Also allow label rendering for the concept (rather than the diagram instance) - Also allow to store the format expression in the concept's property - Allow...
So it seems that setting the label expression for each diagram instance is useful, but so is setting it at the underlying concept so that the label expression is the...
I don't like the idea of using Properties for UI metadata, that's why we have internal "features". One way to support label expression for the concept would be to store...
Just checked the code. It's doable but would add on another few days for implementation and testing, and perhaps another week for beta testing. The UI would have to look...
> But I still don't see the use-case. Isn't it to set the label expression once per concept so it appears the same in all diagram instances?
Obviously setting the label for each diagram object is a good feature. But I can also see users wanting to set it just once for every instance. Workarounds are copy/paste...
It turns out that adding an additional field for a global label expression and querying it was quite trivial. I've committed some changes in a new branch, `label-render-global`. If a...