rherrmannr

Results 12 issues of rherrmannr

For example: Use ``virtual void init() override; `` instead of ``virtual void init();``

is-Feature-Request
Comp-CPP Generator

It's possible, if you mark the definition section AND a region. Then you can use Edit -> Copy ![grafik](https://user-images.githubusercontent.com/25480651/31376035-ce8ae7c0-ada3-11e7-9ad9-b182527bd6a1.png)

is-Bug
Comp-Validation
Comp-UI

Use //FIXME or //TODO in the definition section. The info marker gets lost by changing to the pinned editor.

is-Bug
Comp-Graphical Editor
Prio-Low

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...

is-Usability-Issue

Functionality, which is used in the old definition section. Width of Definition Section depending on the max length of the declarations/comments

is-Feature-Request
is-Usability-Issue
Prio-Low

**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...

Usability

Gcov does provide informations about branch coverage. Is it possible to add them, as the html reports of gcov do support them? ![image](https://user-images.githubusercontent.com/25480651/202476113-e24df0b0-eed3-4a87-8ebf-fa5e223942d6.png)

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...