Opened 8 years ago

Closed 8 years ago

#4468 closed defect (fixed)

OMEdit cuts names when copying to clipboard

Reported by: anonymous Owned by: Adeel Asghar
Priority: normal Milestone: 1.12.0
Component: OMEdit Version:
Keywords: Cc:

Description

Consider the following model:

model sample1
  Modelica.Blocks.Interfaces.RealInput tauReference annotation(
    Placement(visible = true, transformation(origin = {-48, 0}, extent = {{-20, -20}, {20, 20}}, rotation = 0), iconTransformation(origin = {-48, 0}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
equation

  annotation(
    Icon(coordinateSystem(extent = {{-100, -80}, {100, 80}})),
    uses(Modelica(version = "3.2.2")));
end sample1;

When its diagram is copied into clipboard on Windows, the name "tauReference" is cut into "eference".

Change History (1)

comment:1 by Adeel Asghar, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in ae81be2/OMEdit.

Note: See TracTickets for help on using tickets.