#4070 closed defect (fixed)
OMEdit Options dialog messed up
Reported by: | Rüdiger Franke | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | OMEdit | Version: | v1.11.0 |
Keywords: | Cc: | Martin Sjölund |
Description (last modified by )
The OMEdit Options dialog shows Plotting options under Plotting and Figaro, Figaro under Debugger, ..., FMI under TLM.
Moreover: an FMI Platform selection "None" will be lost upon restart of OMEdit and replaced with the default "Static".
Change History (5)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
comment:2 by , 8 years ago
Cc: | added |
---|---|
Status: | new → accepted |
comment:3 by , 8 years ago
None
is important if only cross compilation targets are needed (the check boxes below the selector). This is why it should be kept.
Note:
See TracTickets
for help on using tickets.
The Options dialog pages sequence is fixed in 2c0eb7f/OMEdit.
For the option
None
we have this in the code,So the
None
option is never saved. I am not sure why I did this :). But if I look at buildModelFMU I see that there is noNone
option so perhaps we can just removeNone
. Alsodynamic
is the default option whereas in OMEditstatic
is used as default option.