Adeel Asghar
Adeel Asghar
Moved to OpenModelica/OpenModelica#120
@casella then it means we can only specify standardized annotations. What about the vendor specific annotations?
@atrosinenko I fixed few things. This works fine now. Only issue is it is showing all the proposals even when inside the annotation. If you can fix it then its...
@atrosinenko I added more annotations in https://github.com/OpenModelica/OMCompiler/pull/2958. I also added default values for them. I am thinking we should update to generate the whole annotation with default values e.g., right...
Use `ComponentInfo::getParameterValue`
Moved to OpenModelica/OpenModelica#115
Moved to OpenModelica/OpenModelica#116
This is because both uses the same model_init.xml file. We should generate a new model_init.xml file for a new result file. Or we can always update the xml file with...
> Discussion: > > * removing a component > * adding a connection > * removing a connection > > doesn't really need calling `getModelInstance()`, so we can remove it...
Its already done.