Adeel Asghar
Adeel Asghar
Even if you only have `m/s` you will still get `km/h`. You don't have to explicitly write `displayUnit="km/h"`. This is what we did in #12819 ```Modelica model Testkmh Real speed(unit="m/s");...
> For me the best solution is to always use the same prefix for all curves, if they are chosen automatically. Please see #11201. We use to have same prefix...
> Bottom line: I'm not really sure what is the best GUI design regarding this issue. Maybe the most straightforward way is to have each variable handled separately by default,...
As I remember when the diff algorithm fails then it writes a file called `SanityCheck.mo` in the temp. The file shows what went wrong. I don't have any other hints...
I guess the files shows why the diff failed. Unfortunately, I don't know much about it. Its @sjoelund territory.
The actual MWE has C-style multiline comments so it might not be just C-style comments issue.
With PR #13543 the `__OpenModelica_commandLineOptions` is correctly displayed as name value pair instead of parenthesis. I also added comment to `__OpenModelica_commandLineOptions` and `__OpenModelica_simulationFlags` using the examples from the users guide,...
@perost changing the format won't help much with the autocompletion. As I understand we are fine with the format of `__OpenModelica_commandLineOptions`. So, we use the same format for `__OpenModelica_simulationFlags`. In...
These are Qt issues that are fixed in Qt6. Unfortunately, we are still using Qt5. I just tested this successfully with Qt6. I noticed some small graphical issues with Qt6...
Here we go https://github.com/OpenModelica/OpenModelica/pull/13478 I started the experimental build.