rherrmannr
rherrmannr
For example: Use ``virtual void init() override; `` instead of ``virtual void init();``
It's possible, if you mark the definition section AND a region. Then you can use Edit -> Copy 
Use //FIXME or //TODO in the definition section. The info marker gets lost by changing to the pinned editor.
New -> File -> someName.sct This error will be shown: `` org.eclipse.core.runtime.CoreException: Vorzeitiges Dateiende. `` We got this NPE: ``` org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Vorzeitiges Dateiende. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) at...
Functionality, which is used in the old definition section. Width of Definition Section depending on the max length of the declarations/comments
**Current behavior:** ```c // this results an error var x : int16; x = x * x ``` The error message: ``Validation: Function __TIMES__ cannot be used here: Return type...
Gcov does provide informations about branch coverage. Is it possible to add them, as the html reports of gcov do support them? 
hmi.h is already in the src folder. IDK why this does not compile on windows.
Add example category for the domains and add examples. E.g.: - CDomain: using a std header (stdio with println) and a simple custom header with a variable, function, struct and...