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

RuleHelper: implement snapshot reuse #7

Merged
merged 2 commits into from
Sep 26, 2022
Merged

Conversation

NikLeberg
Copy link
Owner

@NikLeberg NikLeberg commented Sep 20, 2022

The rule helper up to now always had to retake a snapshot before a selectable view tree could be displayed. With this change the previously taken snapshot can be reused (even multiple times). This allows for a better help with finding the relative path or when the wrong node was clicked.

fixes #4

  • Update documentation

@NikLeberg NikLeberg linked an issue Sep 20, 2022 that may be closed by this pull request
@NikLeberg NikLeberg force-pushed the feature/reuse-snapshot branch from d8dfbb1 to fa8349b Compare September 26, 2022 10:57
@NikLeberg NikLeberg force-pushed the feature/reuse-snapshot branch from fa8349b to fd01cc6 Compare September 26, 2022 11:20
@NikLeberg NikLeberg enabled auto-merge September 26, 2022 11:24
@NikLeberg NikLeberg merged commit 38ef7e4 into main Sep 26, 2022
@NikLeberg NikLeberg deleted the feature/reuse-snapshot branch September 26, 2022 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement: rule helper snapshot reuse
1 participant