You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[X] Improvement request
[ ] Support request => Please do not submit support request here
Current behavior
To support multiple views, elements are hidden if they do not belong to the active view. The implementation works but it is not as efficient as possible.
Expected behavior
Explore and replace the functionality explained to use GraphLayoutCache. From an early review, this class can replace the need for hidding and showing elements.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Improve efficiency specially when using huge models.
Environment
Variamos version:
1.1.0.1
For Tooling issues:
Platform:
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
To support multiple views, elements are hidden if they do not belong to the active view. The implementation works but it is not as efficient as possible.
Expected behavior
Explore and replace the functionality explained to use GraphLayoutCache. From an early review, this class can replace the need for hidding and showing elements.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Improve efficiency specially when using huge models.
Environment
Variamos version:
1.1.0.1
For Tooling issues:
Platform:
Others:
The text was updated successfully, but these errors were encountered: