Franz Steinmetz

Results 126 comments of Franz Steinmetz

For now, I will create additional test markers to avoid this error. Originally created by @sebastian-brunner ([email protected]) at 2019-03-08 14:12:01+00:00 (moved from RMC internal repository)

I also thought about this kind of solution while fixing issue #424 and refactoring the `StateMachinesEditorController`. What I don't like about this design is, that the controller would adapt/change elements...

Please see also what has been commented in #389. A general base class for arbitrary parameter classes/types would be a good step to do this enhancement here and the one...

@Rbelder: I think you misunderstood @sebastian-brunner @sebastian-brunner: I think this is already possible. Just specify the full qualified name of your class (e.g. `rafcon.core.states.execution_state.ExecutionState`) and make sure the package (in...

@franzlst that should work what your are describing because of the `locate` command should do this. I never have used it this way but that would also fall into the...

@franzlst: yeah great, this already works :-) But you are then only able to open a state machine when you started rafcon with the correct environment. Probably we should only...

GTK+3 offers new widgets for searches, which could be used for that: [`GtkSearchEntry`](https://developer.gnome.org/gtk3/stable/GtkSearchEntry.html) and [`GtkSearchBar`](https://developer.gnome.org/gtk3/stable/GtkSearchBar.html) Originally created by @franzlst ([email protected]) at 2016-01-20 07:07:09+00:00 (moved from RMC internal repository)

I'm missing this feature already a while, too. I already have pressed the shortcut "strg-f" several times. For evolving to the best solution I would recommend to locate the search-field...

How should this search bar behave? If i have three states "state_a", "state_b" and "final_state" and i type in "sta", should there be a dropdown autocompletion window? And when I...

The state should be selected and the search maybe should use a focus to really be helpful, in future. So issue #37 will be really helpful to get bigger gain...