Franz Steinmetz

Results 113 issues of Franz Steinmetz

The input data should appear on the very top when right clicking a execution history item. Originally created by @sebastian-brunner ([email protected]) at 2017-07-19 08:53:10+00:00 (moved from RMC internal repository)

enhancement

See image ![size_bug](https://rmc-github-server/storage/user/35/files/dd894ffa-6c5d-11e7-90c7-5d8800829c35) Originally created by @sebastian-brunner ([email protected]) at 2017-07-19 08:40:44+00:00 (moved from RMC internal repository)

enhancement
graphical editor Gaphas

It would be helpful for keeping the overview of complex state machines if special/important states could be highlighted with colors. Originally created by @sebastian-brunner ([email protected]) at 2017-07-19 08:35:55+00:00 (moved from...

feature request

Activating the step mode should not trigger a step per default. Hint: This might affect some unit test! Originally created by @sebastian-brunner ([email protected]) at 2017-07-19 08:33:19+00:00 (moved from RMC internal...

enhancement

A visualization mode, where only the data flows of the currently selected state is shown, would highly improve the overview for complex state machines. Originally created by @sebastian-brunner ([email protected]) at...

enhancement

If RAFCON runs for several hours (in my experience > 4), then all my RAM (8GB, 4GB used by other applications) was consumed. This could have several reasons: - the...

enhancement
discussion
low priority
tests

The idea is that the core and/or GUI helps to rename of folders (library path), library root keys and library names and adapt all related open state machines and mounted...

feature request
gui

* [ ] Implement and index for LibraryState usage to find very fast instances of a library without looping state machines and so on. This index has to be build...

enhancement
performance

The library tree should pre-load all state machine in the library tree as LibraryStates and provide copies of those instate that those are loaded from the file-system. Therefore the LibraryState.__init__...

enhancement
gui
core
performance

``` dart --version Dart SDK version: 2.18.0 (stable) (Fri Aug 26 10:22:54 2022 +0000) on "windows_x64" ``` ``` pubspec.lock: [...] json_annotation: dependency: "direct main" description: name: json_annotation url: "https://pub.dartlang.org" source:...