-
Notifications
You must be signed in to change notification settings - Fork 188
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
Implement activity support filtering for e4 dynamic menu contribution. #2222
base: master
Are you sure you want to change the base?
Implement activity support filtering for e4 dynamic menu contribution. #2222
Conversation
492585f
to
69e65fa
Compare
@iloveeclipse FYI |
69e65fa
to
57adcf5
Compare
I've just rebased on head to see current test result. |
57adcf5
to
00b0685
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase on latest master before next update.
...ipse.e4.ui.workbench3/src/org/eclipse/ui/internal/activitysupport/IActivityManagerProxy.java
Outdated
Show resolved
Hide resolved
...ipse.e4.ui.workbench3/src/org/eclipse/ui/internal/activitysupport/IActivityManagerProxy.java
Outdated
Show resolved
Hide resolved
...s/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/util/ActivityManagerProxy.java
Outdated
Show resolved
Hide resolved
...s/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/util/ActivityManagerProxy.java
Outdated
Show resolved
Hide resolved
30f6fc5
to
39d5b25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only few minor issues left
...es/org.eclipse.e4.ui.workbench/src/org/eclipse/ui/activitysupport/IActivityManagerProxy.java
Outdated
Show resolved
Hide resolved
...ipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
Outdated
Show resolved
Hide resolved
...s/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/util/ActivityManagerProxy.java
Outdated
Show resolved
Hide resolved
@raghucssit : could you please update the fix & rebase? |
02bda66
to
71fdd59
Compare
Similar to PluginActionContributionItem we can support activity filtering of menu item to be shown or not. see eclipse-platform#2217
71fdd59
to
572aa2a
Compare
#2217 (comment) |
@iloveeclipse I have fixed all the review comments and Quick Access leak also. Please check. |
Similar to PluginActionContributionItem we can support activity filtering of menu item to be shown or not.
see #2217