[893] Fix Expand All tool in SysON Explorer View#1005
Conversation
6e33e76 to
c7c1cdd
Compare
c7c1cdd to
e231017
Compare
|
This PR needs to be built against the next version of Sirius Web that integrates this PR |
e231017 to
f7f7a3f
Compare
|
This PR needs to be merged in Sirius Web (and consumed in SysON) before reviewer/merging this PR: |
f7f7a3f to
f9caa3c
Compare
f9caa3c to
9d5ba71
Compare
|
|
||
| === Breaking changes | ||
|
|
||
| - https://github.com/eclipse-syson/syson/issues/893[#893] [explorer] Fix _Expand All_ tool in SysON Explorer View |
There was a problem hiding this comment.
Explorer View => Explorer view
|
|
||
| === Bug fixes | ||
|
|
||
| - https://github.com/eclipse-syson/syson/issues/893[#893] [explorer] Fix _Expand All_ tool in SysON Explorer View |
There was a problem hiding this comment.
Explorer View => Explorer view
|
|
||
| private List<TreeItemContextMenuEntry> getContextMenuEntries() { | ||
| var expandAllMenuEntry = new TreeBuilders().newCustomTreeItemContextMenuEntry() | ||
| .contributionId("expandAll") |
There was a problem hiding this comment.
"expandAll" should be extracted as a constant and reused in SysONExplorerTests#getContextMenuOfModelAndLibraryDirectories and in SysONExplorerTreeItemContextMenuEntryProvider#getTreeItemContextMenuEntries
There was a problem hiding this comment.
Done, I didn't use the constant in SysONExplorerTreeItemContextMenuEntryProvider because it corresponds to the expand all ID defined in Sirius Web, which could be different from the one in SysON. Let me know if you want me to use the same constant everywhere.
9d5ba71 to
797c689
Compare
AxelRICHARD
left a comment
There was a problem hiding this comment.
I will fix the last comments myself and merge the PR, thank you!
|
|
||
| === Breaking changes | ||
|
|
||
| - https://github.com/eclipse-syson/syson/issues/893[#893] [explorer] Fix _Expand All_ tool in SysON _Explorer_ View |
There was a problem hiding this comment.
View => view
(see my previous comment in the first review)
|
|
||
| === Bug fixes | ||
|
|
||
| - https://github.com/eclipse-syson/syson/issues/893[#893] [explorer] Fix _Expand All_ tool in SysON _Explorer_ View |
There was a problem hiding this comment.
View => view
(see my previous comment in the first review)
|
|
||
| == Breaking changes | ||
|
|
||
| - Fix an issue that made the _Expand All_ tool not work consistently in SysON _Explorer_ View |
There was a problem hiding this comment.
View => view
(see my previous comment in the first review)
|
|
||
| == Bug fixes | ||
|
|
||
| - Fix an issue that made the _Expand All_ tool not work consistently in SysON _Explorer_ View |
There was a problem hiding this comment.
View => view
(see my previous comment in the first review)
Bug: #893 Signed-off-by: Gwendal Daniel <gwendal.daniel@obeosoft.com>
797c689 to
5688547
Compare
Bug: #893
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: lowandpr: to review later)area:,type:)Changelog and release notes
CHANGELOG.adoc+doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adocbeen 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 highlightssection 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