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

The "Others..." editing context action started by default #3562

Closed
gcoutable opened this issue Jun 4, 2024 · 0 comments · Fixed by #3568
Closed

The "Others..." editing context action started by default #3562

gcoutable opened this issue Jun 4, 2024 · 0 comments · Fixed by #3568

Comments

@gcoutable
Copy link
Member

The DefaultEditingContextActionProvider is always loaded making the editing context action always displayed in the onboarding area.

We may need to add a mechanism to filter IEditingContextActionProvider contributions.

For the DefaultEditingContextActionProvider we could display the action only if there is no other action or, if the project does not have a nature.

@sbegaudeau sbegaudeau added this to the 2024.7.0 milestone Jun 5, 2024
gcoutable added a commit that referenced this issue Jun 5, 2024
- The action to create an empty model is displayed only when the project does not have a nature.
- Add the possibility for a project with the studio nature to create an empty model.

Bug: #3562
Signed-off-by: Guillaume Coutable <guillaume.coutable@obeo.fr>
@gcoutable gcoutable linked a pull request Jun 5, 2024 that will close this issue
39 tasks
sbegaudeau pushed a commit that referenced this issue Jun 9, 2024
- The action to create an empty model is displayed only when the project does not have a nature.
- Add the possibility for a project with the studio nature to create an empty model.

Bug: #3562
Signed-off-by: Guillaume Coutable <guillaume.coutable@obeo.fr>
sbegaudeau pushed a commit that referenced this issue Jun 9, 2024
- The action to create an empty model is displayed only when the project does not have a nature.
- Add the possibility for a project with the studio nature to create an empty model.

Bug: #3562
Signed-off-by: Guillaume Coutable <guillaume.coutable@obeo.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants