-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable renaming in product and configuration editors #179
Enable renaming in product and configuration editors #179
Conversation
…ts-in-the-product-navigator-and-configuration-navigator-with-the-f2-key-in-cef-x
…navigator-and-configuration-navigator-with-the-f2-key-in-cef-x' of https://github.com/virtualsatellite/VirtualSatellite4-CEF.git into feature/168-allowing-to-rename-elements-in-the-product-navigator-and-configuration-navigator-with-the-f2-key-in-cef-x
Codecov Report
@@ Coverage Diff @@
## development #179 +/- ##
==============================================
Coverage 87.85% 87.85%
Complexity 511 511
==============================================
Files 73 73
Lines 1729 1729
Branches 209 209
==============================================
Hits 1519 1519
Misses 139 139
Partials 71 71 |
True, but no one is using them in the CEF. ^^ And with them you would, again, create a new tree, which you don't see in the selected viewer. That's what I wanted to fix with these custom menus. |
Closes #168
Closes #173
Add rename command and menu contributeions to both new navigator views... So F2 is now working again.
Also the actions
are now working in the customized navigator views
I created custom menus for both editors so that the product navigator only allows adding product elements and the configration editor only configration elements....
Furthermore, I implemented a new index-based sorter that sorts the SEIs in boths views. In core it somehow works without this ^^
The main changes can be found in the Plugin.XML:
de.dlr.sc.virsat.model.extension.cefx.ui/plugin.xml