-
Notifications
You must be signed in to change notification settings - Fork 61
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
Take into account all elements of the selection to compute the edit project URL #4376
Milestone
Comments
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 15, 2025
Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 17, 2025
Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
39 tasks
sbegaudeau
pushed a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 20, 2025
Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
sbegaudeau
pushed a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 20, 2025
Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
sbegaudeau
pushed a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 20, 2025
Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Jan 20, 2025
Bug: #4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 23, 2025
* When the workbench selection changes, the URL search parameters are now automatically updated to encode the contents of the selection. * Reversely, when resolving a URL with such search parameters, the workbench selection is set to those specified elements. Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 23, 2025
* When the workbench selection changes, the URL search parameters are now automatically updated to encode the contents of the selection. * Reversely, when resolving a URL with such search parameters, the workbench selection is set to those specified elements. Known limitations/bugs: * Start from a (diagram) representation with a selection of elements in the diagram. Select either the diagram representation in the 'Explorer' view, or the diagram background. The selection gets set to the diagram representation, but quickly evolves into an empty selection. This does not occur when starting from a selection of elements that are not shown in the diagram, or from an empty selection. * When loading a URL with an opened representation and a selection of elements, the selection is properly applied in the 'Explorer' view, but not in the diagram. Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 23, 2025
Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 23, 2025
Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 23, 2025
* When the workbench selection changes, the URL search parameters are now automatically updated to encode the contents of the selection. * Reversely, when resolving a URL with such search parameters, the workbench selection is set to those specified elements. Known limitations/bugs: * Start from a (diagram) representation with a selection of elements in the diagram. Select either the diagram representation in the 'Explorer' view, or the diagram background. The selection gets set to the diagram representation, but quickly evolves into an empty selection. This does not occur when starting from a selection of elements that are not shown in the diagram, or from an empty selection. * When loading a URL with an opened representation and a selection of elements, the selection is properly applied in the 'Explorer' view, but not in the diagram. Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 23, 2025
* When the workbench selection changes, the URL search parameters are now automatically updated to encode the contents of the selection (id and kind). * Reversely, when resolving a URL with such search parameters, the workbench selection is set to those specified elements. Known issues: * Start from a diagram with a selection of elements which are displayed in the diagram (they can be selected either in the diagram or through the 'Explorer' tree). Then select either the diagram representation in the 'Explorer' view, or the diagram background. The selection gets set to the diagram representation, but quickly evolves into an empty selection. This does not occur when starting from a selection of elements that are not shown in the diagram, or from an empty selection. This behavior already occurred before, we should check whether this a known issue in the tracker. * When loading a URL with an opened representation and a selection of elements, the selection is properly applied in the 'Explorer' view, but not in the diagram. Expected behavior is that the nodes also get 'highlighted' as being part of the current selection. Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 23, 2025
* When the workbench selection changes, the URL search parameters are now automatically updated to encode the contents of the selection (id and kind). * Reversely, when resolving a URL with such search parameters, the workbench selection is set to those specified elements. Known issues: * Start from a diagram with a selection of elements which are displayed in the diagram (they can be selected either in the diagram or through the 'Explorer' tree). Then select either the diagram representation in the 'Explorer' view, or the diagram background. The selection gets set to the diagram representation, but quickly evolves into an empty selection. This does not occur when starting from a selection of elements that are not shown in the diagram, or from an empty selection. This behavior already occurred before, we should check whether this a known issue in the tracker. * When loading a URL with an opened representation and a selection of elements, the selection is properly applied in the 'Explorer' view, but not in the diagram. Expected behavior is that the nodes also get 'highlighted' as being part of the current selection. Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
flatombe
added a commit
to flatombe/sirius-web-dev
that referenced
this issue
Jan 24, 2025
* When the workbench selection changes, the URL search parameters are now automatically updated to encode the contents of the selection (id and kind). * Reversely, when resolving a URL with such search parameters, the workbench selection is set to those specified elements. Bug: eclipse-sirius#4376 Signed-off-by: Florent Latombe <[email protected]>
39 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to have and thus share an URL with not only the currently selected representation but also the currently selected semantic elements. It should be noted that we should probably stop distinguishing semantic elements from the representations in managing the selection in
EditProjectView
.The shape should thus take into accounts use cases with a multi-selection (with multiple semantic elements AND/OR multiple representations).
The text was updated successfully, but these errors were encountered: