Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add folding to state chart debugger #111

Open
Frozenfire92 opened this issue May 4, 2024 · 2 comments
Open

Add folding to state chart debugger #111

Frozenfire92 opened this issue May 4, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request planned The issue has been added to a schedule for implementation.

Comments

@Frozenfire92
Copy link

It would be nice to be able to fold the current sections of the state chart debugger (as the interface suggests they could be)

image

@derkork derkork added the enhancement New feature or request label May 6, 2024
@derkork
Copy link
Owner

derkork commented May 6, 2024

Should be possible to do. The debugger would need to some bookkeeping to remember folding state internally though as you probably want your folding to stay as it was even when some state is deactivated and then reactivated.

@Frozenfire92
Copy link
Author

as you probably want your folding to stay as it was even when some state is deactivated and then reactivated.

I think I'd be ok with it "unfolding". This would help serve as an indicator that a transition did happen

@derkork derkork self-assigned this Jul 20, 2024
@derkork derkork added the planned The issue has been added to a schedule for implementation. label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned The issue has been added to a schedule for implementation.
Projects
None yet
Development

No branches or pull requests

2 participants