statecharts icon indicating copy to clipboard operation
statecharts copied to clipboard

YAKINDU Statechart Tools (http://www.statecharts.org)

Results 100 statecharts issues
Sort by recently updated
recently updated
newest added

1. open \manual-tests\org.yakindu.sct.test.manual\testmodels\SimpleWithSubDiagrams.sct 2. select both the states `StateA`, `StateB` and the transition between them. 3. press Ctrl+C 4. select the area **outside** of the definition section and the main...

is-Bug
Comp-Graphical Editor

See screencast. Checkboxes are rendered with delay of around 2-3 sec after expand all was clicked. Only observed on macOS. Looks fine on Windows. ![slow_simview](https://user-images.githubusercontent.com/2589669/42091738-c43165f2-7ba6-11e8-881e-3ed74c34e279.gif)

Comp-Simulation
Platform-MacOS

Create a new state chart from the examples (e.g. the traffic light example that comes with yakindu sct). Try to use common key accelerators within any embedded text editor in...

is-Usability-Issue

Whenever a error marker is displayed besides a graphical element in the statechart editor. the error marker might be overlapped by the name border of the parent control. Steps to...

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

A transition with reaction `always, oncycle, myEvent, myEvent [someGuardExpression] / someActions` contains redundant information and might also be expressed as `always, myEvent [someGuardExpression] / someActions` Note: Multiple `after` triggers (e.g....

analogue of #2047 for incoming transitions: If all incoming transitions of a state or a synchronization have identical effects (including guards), the effect could be defined in the state using...

If all outgoing transitions of a state or a choice have identical effects (including guards), the effect could be defined in the state using `onexit` or choice's incoming transitions. Might...

To reproduce this bug, do the following: 1. In a composite/orthogonal state, select a region you want to copy. 1. Press ```[Ctrl+C]```. 1. Select a state you want to paste...

is-Bug
is-Feature-Request
Comp-Graphical Editor

In the following screenshot, the statechart editor's vertical scrollbar is clearly superfluous and should not be shown: ![grafik](https://user-images.githubusercontent.com/1495781/36495974-31f5a1b8-1737-11e8-9e8f-55e068ae20b8.png) However, if the window is just a little taller, the scrollbar disappears:...

Prio-Low
Comp-UI

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