Trac2GitHub Transition of Modelica Assocication Projects

Results 348 comments of Trac2GitHub Transition of Modelica Assocication Projects

**Comment by choeger on 5 Feb 2013 09:44 UTC** Find in #980 a proposal on how to resolve that issue. Feedback wanted.

**Comment by thiele on 5 Feb 2013 10:32 UTC** If we could have member function syntax that would be very nice. I clearly prefer ``` myTable.lookup(time) ``` to the manual...

**Comment by hansolsson on 1 Mar 2017 13:26 UTC** Seems like good idea, but needs to be considered together with portable import of FMU where we need additional functions -...

**Comment by beutlich on 1 Mar 2017 14:23 UTC** I realized kind of member functions `table=csvfile.getRealArray2D(3, 2)` (see https://github.com/tbeu/ExternData/blob/master/ExternData/Examples/package.mo#L34) by having a short class definition caring for the external object...

**Comment by hansolsson on 21 Mar 2018 17:56 UTC** attachment:ExternalClasses.odt:ticket:980

**Comment by dhedberg on 2 Mar 2015 12:11 UTC** I don't see any reason why we should make exceptions for any item. Components and bitmap items can be flipped, why...

**Changelog removed by dhedberg on 2 Mar 2015 12:11 UTC**

**Comment by hansolsson on 9 Mar 2016 09:59 UTC** Note that there are two possibilities for flipping: either the specific item is flipped, or the component, with them in the...

**Comment by hansolsson on 1 Mar 2017 09:27 UTC** Difference between drawing text in diagram (directly flipping seems intended) and flipping an icon with a text (the flipping of the...

**Comment by choeger on 22 May 2014 08:32 UTC** I like the general concept, but the proposal seems a little sketchy: * How are names in guard expressions bound? in...