-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Bug: CMSIS packs toolbar is shown in all perspectives #487
Comments
Can you provide some images and some more details? |
The Toolbar is still there
(I dont know how to make a screen shot of something that does not show up) To summarize: The jar files
are installed even when CMSIS packs are not selected for install. You can find the versions in "Help" -> "About Eclipse Platform" -> "Installation Details" -> "Plug-Ins". Or by extraction of the jar files in the "plugins" subfolder where you have extracted the zip file with the platform. This tab of the this dialog basically shows all versions of all jar files in the plugins/dropins folder. The toolbar isnt working when all perspectives are closed This may be inteded or a bug. The toolbar is added all perspectives" To verify this:
The localization for the Toolbar seems to be missing or the description is missing
|
Thank you for the detailed bug report, it should be enough to reproduce the problem. At first sight there might be multiple small issues, like unwanted dependencies, or missing conditions. I'll investigate. |
I more or less reproduced the problem. However, in two tests, one on Windows and one on macOS, the initial view of the CMSIS Packs perspective was correct, it showed an empty window, instructing to press the Refresh button. I guess you already had an Putting this aside, I summarise your report as several separate issues:
Can you confirm this? |
The missing label was fixed as the separate #488. New logic was added to the toolbar button to make it visible only for C/C++ projects (having the Unfortunately the current code in the managed build (Arm & RISC-V) UI plug-ins have a dependency on the packs UI plug-in, which also display the CMSIS Packs perspective, and hiding this perspective completely requires moving the perspective code to a separate plug-in. I created #489 to track this issue, to be addressed in a future release. Time is too short now before 2021-03, these changes will be part of 6.1.3, to be included in the 2021-06 release. |
A preview of the next 6.1.3 is available for testing from: Please install it and let me know if this works for you. |
Yes. As you described. BTW I do not have any packs installed. So the packs view maybe empty correctly. (I'm a bit busy these days to excuse my late replies) |
No problem, the |
So far so good. It seems to work now. Name is shown correctly and it is not appearing on all perspectives when no CMSIS packs packet is installed. The CMSIS Packs perspective still can be opened (as per #489) The logic with the project (action sets) seems to work - even when switching between general purpose project type and c/c++ project. But the customize dialog shows a bit strange Tool-Tip: (Cosmetics) |
Ok, thank you for confirming. |
Fixed on 2021-03-01, in 6.1.3. |
The Embedded Tools install the CMSIS packs package. If you install the embedded tools into an eclipse with other perspectives, the "Make CMSIS packs perspective" tool bar is visible in ALL perspectives AND the main all-perspective-closed view of eclipse.
This is a bit anoying to have a toolbar floating around that should simply show an perspective, especially when it does not work from the all closed view. Please remove this toolbar.
Additionally the name in the toolbar configuration is not proper and shows the internal name.
The text was updated successfully, but these errors were encountered: