[1589] Add filter to hide expose elements in SysON Explorer View#1600
Merged
Conversation
frouene
commented
Oct 10, 2025
| filters.add(new TreeFilter(HIDE_SYSML_STANDARD_LIBRARIES_TREE_FILTER_ID, "Hide SysML Standard Libraries", false)); | ||
| filters.add(new TreeFilter(HIDE_USER_LIBRARIES_TREE_FILTER_ID, "Hide User Libraries", false)); | ||
| filters.add(new TreeFilter(HIDE_ROOT_NAMESPACES_ID, "Hide Root Namespaces", true)); | ||
| filters.add(new TreeFilter(HIDE_EXPOSE_ELEMENTS_TREE_ITEM_FILTER_ID, "Hide Expose Elements", true)); |
Contributor
Author
There was a problem hiding this comment.
I enabled it by default.
AxelRICHARD
requested changes
Oct 13, 2025
AxelRICHARD
left a comment
Member
There was a problem hiding this comment.
It seems you forgot to update SysONExplorerTreePathProvider and to create an IExplorerTreeItemAlteredContentProvider for the new filter
|
|
||
| image::gv-inherited-port.png[Inherited port, width=65%,height=65%] | ||
|
|
||
| - Add a new filter in the explorer to hide expose elements in `ViewUsage`. |
Member
There was a problem hiding this comment.
Could you also update the documentation please?
Contributor
Author
There was a problem hiding this comment.
I have updated the list of available filters and updated the image.
024de8c to
5300b89
Compare
Contributor
Author
Done |
AxelRICHARD
approved these changes
Oct 13, 2025
Bug: #1589 Signed-off-by: Florian ROUËNÉ <florian.rouene@obeosoft.com>
5300b89 to
ed96897
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug: #1589
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