Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to be notified of Select All action selection in Variables View
how to be notified of Select All action selection in Variables View [message #327853] Tue, 06 May 2008 09:40 Go to next message
Aurangzeb is currently offline AurangzebFriend
Messages: 1
Registered: July 2009
Junior Member
I have added a couple of actions in Variables View context menu and I
enable or disable them depending upon the selection in Variables View.
Problem is that when "Select All" action is selected, all variables get
selected but I do not get any selection notification hence I can not
properly enable or disable my actions. I am using Eclipse 3.3.1.1.
org.eclipse.debug.internal.ui.actions.SelectAllAction seems to call tree’s
selectAll() but does not notify selection listeners.

Could anyone please suggest what I should do to be notified when variables
are selected as a response to "Select All" action selection in Variables
View.
Note: I do not have the option to use newer versions of Eclipse.

Thanks.
Re: how to be notified of Select All action selection in Variables View [message #327922 is a reply to message #327853] Thu, 08 May 2008 13:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andrew_simon0.lycos.com

Aurangzeb wrote:

> I have added a couple of actions in Variables View context menu and I
> enable or disable them depending upon the selection in Variables View.
> Problem is that when "Select All" action is selected, all variables get
> selected but I do not get any selection notification hence I can not
> properly enable or disable my actions. I am using Eclipse 3.3.1.1.
> org.eclipse.debug.internal.ui.actions.SelectAllAction seems to call tree’s
> selectAll() but does not notify selection listeners.

> Could anyone please suggest what I should do to be notified when variables
> are selected as a response to "Select All" action selection in Variables
> View.
> Note: I do not have the option to use newer versions of Eclipse.

> Thanks.

Any help will be much appreciated.
Re: how to be notified of Select All action selection in Variables View [message #327957 is a reply to message #327853] Fri, 09 May 2008 13:41 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

If the select all action is not sending out a selection changed event,
you need to open a bug at https://bugs.eclipse.org/bugs/ Eclipse
Platform Debug. Please include your usecase and how the results are
incorrect.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm


Previous Topic:BidiUtil.isBidiPlatform() - Version display BiDi question
Next Topic:Weird SWTException
Goto Forum:
  


Current Time: Sun Jun 30 09:44:33 GMT 2024

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

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

Back to the top