Community
Participate
Working Groups
After accessing the 'Git Repository Exploring' perspective, Ctrl+V will no longer paste stuff properly as it keeps trying to paste it as a repository path (for Git). Unbinding the command in the 'Keys' preference page will workaround this problem.
Hi Chris, I see org.eclipse.egit.ui.internal.repository.RepositoriesView activates the context org.eclipse.egit.ui.RepositoriesView. Do you know if anything else in egit.ui does? It looks like we haven't tied our e4 context service activation/deactivation to core expressions in org.eclipse.ui.internal.contexts.ContextService.activateContext(String, Expression) PW
Probably the same problem as bug 344698.
Created attachment 195904 [details] activate and de-activate v01 If we are activating a context with an expression, make sure we honour the expression. PW
Released to HEAD PW