When the source code of the project changes, the logical structure view is being updated immediately to the new state. However, it is difficult to see what exactly has changed in the tree as a result of the source code change.
The idea here is to visualize the change, so that users can easily see the effect of a change on the structure of the application. This is especially useful if a number of changes happens at once (e.g. due to an incoming update via source control or some other actor).
It is still open how exactly to visualize this "diff" of the tree, this question should be explored along the way.
When the source code of the project changes, the logical structure view is being updated immediately to the new state. However, it is difficult to see what exactly has changed in the tree as a result of the source code change.
The idea here is to visualize the change, so that users can easily see the effect of a change on the structure of the application. This is especially useful if a number of changes happens at once (e.g. due to an incoming update via source control or some other actor).
It is still open how exactly to visualize this "diff" of the tree, this question should be explored along the way.