Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Select All (Ctrl-A) action in Project Explorer
Select All (Ctrl-A) action in Project Explorer [message #539936] Mon, 14 June 2010 10:44 Go to next message
Matthew Dickie is currently offline Matthew DickieFriend
Messages: 56
Registered: July 2009
Member
Hi all,

Ctrl-A works in the Project Explorer in Eclipse proper, but it doesn't
work in the Project Explorer in our Eclipse based IDE. Can anyone help?

I use:
<extension point="org.eclipse.ui.navigator.viewer">

<viewer viewerId="com.xxx.views.explorer">
<popupMenu id="com.xxx.views.explorer#PopupMenu"
allowsPlatformContributions="true">
<!-- insertionPoints for group.new, group.open, group.edit, etc.
</popupMenu>
</viewer>

<viewerContentBinding viewerId="com.querix.fgl.ui.views.explorer">
<includes>
<contentExtension
pattern="org.eclipse.ui.navigator.resourceContent"/>
<contentExtension
pattern="org.eclipse.ui.navigator.resource.filters.*"/>
<contentExtension pattern="com.querix.fgl.ui.views.filters.*"/>
</includes>
</viewerContentBinding>

<viewerActionBinding viewerId="org.eclipse.ui.examples.navigator.view">
<includes>
<actionExtension pattern="org.eclipse.ui.navigator.resources.*"/>
</includes>
</viewerActionBinding>

</extension>
Re: Select All (Ctrl-A) action in Project Explorer [message #539938 is a reply to message #539936] Mon, 14 June 2010 10:50 Go to previous messageGo to next message
Francis Upton IV is currently offline Francis Upton IVFriend
Messages: 472
Registered: July 2009
Location: Oakland, CA
Senior Member
Maybe it's this issue:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=281966


Re: Select All (Ctrl-A) action in Project Explorer [message #539969 is a reply to message #539938] Mon, 14 June 2010 13:01 Go to previous message
Matthew Dickie is currently offline Matthew DickieFriend
Messages: 56
Registered: July 2009
Member
On 14/06/2010 11:50, Francis Upton wrote:
> Maybe it's this issue:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=281966
>

No, the descripton of that issue is different. That is to do with the
context menu when all projects have been selected using Ctrl-A. The
description suggests that selecting all projects with Ctrl-A itself was
successful.
Previous Topic:File Search - Selected resources - broken ?
Next Topic:Can't hide *.svn-base files from search results
Goto Forum:
  


Current Time: Wed Apr 24 23:14:39 GMT 2024

Powered by FUDForum. Page generated in 0.05303 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top