Opened 8 years ago
Last modified 3 years ago
#4324 assigned defect
OMEdit: Additional space added after editing parameters
Reported by: | Jan Kokert | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Interactive Environment | Version: | |
Keywords: | two spaces parameter editing | Cc: |
Description
Sorry, another very minor issue:
If we add a component from the Library to the Diagram View, we get something like this:
Modelica.Electrical.Analog.Basic.Resistor resistor1 annotation( ...);
If we now edit the parameters e.g. R = 1 via contextmenu->parameter, the line will change into:
Modelica.Electrical.Analog.Basic.Resistor resistor1(R = 1)__annotation( ...);
Have you ever noticed the two spaces? Or do they have a special reason?
(Damn, two spaces are not possible in trac - I used two underscores __
instead)
Change History (8)
comment:1 by , 8 years ago
Type: | enhancement → defect |
---|
comment:2 by , 8 years ago
Component: | OMEdit → Interactive Environment |
---|---|
Milestone: | Future → 1.12.0 |
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 7 years ago
Milestone: | 1.12.0 → 1.13.0 |
---|
Milestone moved to 1.13.0 due to 1.12.0 already being released.
comment:5 by , 5 years ago
Milestone: | 1.14.0 → 1.16.0 |
---|
Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2. This issue is rescheduled to 1.16.0
comment:7 by , 4 years ago
Milestone: | 1.17.0 → 1.18.0 |
---|
Retargeted to 1.18.0 because of 1.17.0 timed release.
I hope Martin can adjust his diff algorithm to handle this extra space.