Ecdar / Ecdar-GUI

A graphical tool for modeling using ECDAR (Environment for Compositional Design and Analysis of Real Time Systems)
MIT License
3 stars 5 forks source link

In simulation view, <= must be changed to to ≤ and >= to ≥ #116

Open WassawRoki opened 1 year ago

WassawRoki commented 1 year ago

Description: when componenets are cloned from editor view to sim view, all <= and alike must be changed to unicode ≤

Screenshot: image

Proposed solution: implement same function developed for editor view, on the simulation view, to Change the <= to ≤ and >= to ≥ in the simulation view.