Rene Beckmann

Results 13 issues of Rene Beckmann

According to Miller's Law I've read about in [this medium article](https://blog.prototypr.io/the-most-important-rule-in-ux-design-that-everyone-breaks-1c1cb188931), [wikipedia](https://de.wikipedia.org/wiki/Millersche_Zahl), humans can only organize / hold 7 ± 2 objects in memory at a time. Thinking about this,...

Comp-Graphical Editor
is-Usability-Issue
Comp-UI

Additionally to "Generate Code artifacts", we should think about offering "Clean code artifacts". @terfloth Please consolidate and change status accordingly

is-Feature-Request
Comp-All Code Generators
Status-Consolidate

In the C++- and Java generators, the interfaces are somewhat weird. ### C++ In the C++ generator, a `TimedStatemachineInterface` is generated additionally to the regular `StatemachineInterface`. While _all_ statemachines inherit...

Comp-Java Generator
Comp-CPP Generator
API breaking

_If_ this is possible at all, it would be a nice feature for C/C++ statecharts to hook into Eclipse / CDTs "Build project". At the time being, in the worst...

is-Bug
Comp-C Generator
Prio-Medium
Comp-CPP Generator
is-Usability-Issue
Comp-Build

Originally by @svenjawendler: There are smart editing features availiable such as: add state, ... These are only available if one clicks CTRL + Space on a state. The feature shall...

Comp-Graphical Editor
is-Usability-Issue
Status-Accepted

The user can minimize the state contents, like `entry / x = 3`, with a small triangle. If the state is empty and the minimizer is used, the difference is...

Comp-Graphical Editor

When working with multiple regions, the drawing canvas should expand more to give some slack to the drawing area. Consider the following screenshot: ![bildschirmfoto vom 2017-01-24 13-02-45](https://cloud.githubusercontent.com/assets/15799654/22246544/a2aa405e-e235-11e6-833a-cb9dde641cf0.png) it is not...

Comp-Graphical Editor
is-Usability-Issue
Status-Consolidate

The current situation is that semicolons are only allowed between multiple statements in an action. Valid: `always / doStuff(); x = 3` Not valid: `always / doStuff(); x = 3;`...

is-Feature-Request
Status-Consolidate

When the user creates a sgen-generator-file (via wizard), it is executed on the spot and code is generated. This can be annoying, especially when the paths are not what the...

is-Feature-Request
is-Usability-Issue
Comp-All Code Generators