jArchi Version
1.11.0
Archi Version
5.9.0
Operating System
Windows 11
Description
When the view.openInUI() is invoked on a newly created view it has the unwanted a side-effect of resetting the Model Navigator's "Go Into" setting to the default- in effect, all loaded models become visible again in the Model Navigator pane.
It would be much better if the "Go Into" setting could be preserved when the new view is within the same model.
Steps to reproduce
- With multiple models loaded, use the "Go Into" arrow to focus on a specific model.
- With this model selected, run a script that creates a new view and then make it the focus using the .openInUI() function;
- Note the side-effect that the "Go Into" status is reset to the initial default (i.e. prior to Step 1).
jArchi Version
1.11.0
Archi Version
5.9.0
Operating System
Windows 11
Description
When the view.openInUI() is invoked on a newly created view it has the unwanted a side-effect of resetting the Model Navigator's "Go Into" setting to the default- in effect, all loaded models become visible again in the Model Navigator pane.
It would be much better if the "Go Into" setting could be preserved when the new view is within the same model.
Steps to reproduce