A Modelica connection editor for OpenModelica.
Follow the instructions matching your OS:
Compile OMEdit once using the build instructions above so all dependencies of OMEdit are ready. Then follow these steps,
- Load the
OMEdit.profile in Qt Creator. - Configure the project with the compiler you used to compile OMEdit earlier.
- Go to project build settings in Qt Creator. Add a custom build step to copy executable
OMEditfromOpenModelica/OMEdit/bintoOpenModelica/build/bin - Add the build environment variables
CXXandOMBUILDDIR.CXXis only needed if your default isgccand you want to useclang.OMBUILDDIRshould point toOpenModelica/build. - Change the run settings to run the executable
OpenModelica/build/bin/OMEditinstead ofOpenModelica/OMEdit/bin/OMEdit. - Compile/debug OMEdit.

- 2 spaces not tab
- CamelCase except that first letter should be small.
- Member variables should start with
mand member pointers should start withmp. - Local pointers should start with
p. - Use meaningful name for variables and functions.
- Submit bugs through the OpenModelica GitHub issues.
- Pull requests are welcome ❤️