-
Notifications
You must be signed in to change notification settings - Fork 43
[1257] Add perform actions compartment in Parts #1266
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
[1257] Add perform actions compartment in Parts #1266
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please install the compartement on :
PartUsage
,PartDefinition
and all inherited conceptsActionUsage,
ActionDefinition` and all inherited concepts
protected NodePalette createCompartmentPalette(IViewDiagramElementFinder cache) { | ||
var palette = this.diagramBuilderHelper.newNodePalette().dropNodeTool(this.createCompartmentDropFromDiagramTool(cache)); | ||
|
||
// // Do not use getItemCreationToolProvider because the compartment contains multiple creation tools. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove commented code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Please do that in separated PRs |
A new issue has been filed #1277 to track the installation of the |
Ok thank you, please fix the build of this PR before starting a new contribution. |
0e63096
to
7fc758c
Compare
Bug: eclipse-syson#1257 Signed-off-by: Jerome Gout <jerome.gout@obeosoft.com>
7fc758c
to
b3e3f03
Compare
Bug: #1257
PLEASE READ ALL ITEMS AND CHECK ONLY RELEVANT CHECKBOXES BELOW
Project management
priority:
andpr:
labels been added to the pull request? (In case of doubt, start with the labelspriority: low
andpr: to review later
)area:
,type:
)Changelog and release notes
CHANGELOG.adoc
+doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
been updated to reference the relevant issues?CHANGELOG.adoc
+doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?Key highlights
section indoc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?CHANGELOG.adoc
+doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?Documentation
Tests