Bug 238132 - The "Grid Connections" and the "Grid Project Folders" properties pages show up in dialogs they should not
Summary: The "Grid Connections" and the "Grid Project Folders" properties pages show u...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ariel Garcia CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 11:08 EDT by Thomas Kockerbauer CLA
Modified: 2014-01-09 16:15 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kockerbauer CLA 2008-06-23 11:08:52 EDT
The "Grid Connections" and the "Grid Project Folders" properties pages should have a better filtering for properties dialogs they show up in.
For example:
Open a .c file and go to the outline view, right click properties on a method. The "Grid Connections" properties page will show up in the properties dialog of the C method.
The same happens for the "Grid Project Folders" if you open the properties page of a method or a thread in the Debug view for a C program which is currently suspended.
Comment 1 Mathias Stümpert CLA 2008-06-25 09:06:04 EDT
Have investigated this a bit and it seems to me that this is a problem with Eclipse 3.3. Actually the enablement methods used by the property page extensions are new in 3.3. It seems that these special property dialogs you describe do not yet support these methods. When switching back to 3.2 functionalities the 3.3 bits are ignored and the property pages are not visible any more in the grid project view. So let's shift this until we have moved to 3.4 and let's then see if things got better.