-
Notifications
You must be signed in to change notification settings - Fork 52
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
The "Work Together On.." dropdown list contains only the first project #469
Comments
https://github.com/saros-project/saros/blob/master/eclipse/src/saros/ui/menuContributions/StartSessionWithProjects.java is the affected class. I checked the class and the logic is working. So I guess it is an Eclipse issue that does not properly show the context menu entries. |
It seems as if #473 is required before using dynamic context menus in the eclipse 4 environment. For now I would remove the dynamic list and replace the "Work Together On.." entry with a "Share Project(s).." entry that opens the dialog for sharing projects. |
Implemented a workaround in #521. After migrating to e4 we should re-implemented these dynamic menus! |
This time without the plugin.xml magic. The context menu was only shown when a JID was selected which is only the case when you select something in the Saros View, to be more specific in the roster. Restores the original behavior, the only thing that is missing is the tooltip for the menu entry.
This time without the plugin.xml magic. The context menu was only shown when a JID was selected which is only the case when you select something in the Saros View, to be more specific in the roster. Restores the original behavior, the only thing that is missing is the tooltip for the menu entry.
The dropdown list of the "Work Together On.." context menu in the saros view contains only the first project instead of all available projects.
E.g. If the project tree contains three projects
A-project
,B-project
,C-project
only the projectA-project
is contained in the dropdown list.The text was updated successfully, but these errors were encountered: