Bug 2770 - [View Mgmt] EC: Support for dynamic views (1GJ6BF6)
Summary: [View Mgmt] EC: Support for dynamic views (1GJ6BF6)
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2001-10-10 22:43 EDT by Simon Arsenault CLA
Modified: 2002-09-05 11:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Arsenault CLA 2001-10-10 22:43:13 EDT
From the eclipse newsgroup. Posted by Randy Hudson from IBM (8/27/2001 4:33PM)

	1) open an IViewPart in a perspective.
	2) Define a ViewDescriptor programmatically.
	3) do programmatically whatever I can do with a plugin.xml file.  Maybe I
	want to connect to a server, query it for some set of plugins, and then
	declare those plugins programatically by creating a Descriptor, setting its
	necessary attributes, and registering it somehow.

NOTES:

SA (8/28/2001 10:51:46 AM)
	Note #1 above refers to opening a view not defined in XML. Goes with
	request #2. See the message "Hot to do dynamic stuff in the Workbench?"
	posted on 8/27/2001 3:25 PM

SA (8/28/2001 10:53:38 AM)
	Here is a reply from Ted Stockwell (8/27/2001 10:19AM)

	How about being able to define "hidden" view, editor, perspective, and
	wizard categories?
	To do this a new attribute named "hidden" could be added to the associated
	category element tags.
	Defining hidden = "true" would be a hint to not include the categories in UI
	elements that display them, so the categories won't show up in menus,
	toolbars and such.
	Everything else about the objects in these hidden categories would remain
	the same.

DS (8/28/01 11:13:00 AM)
	The hidden attribute is an interesting idea.  It still forces the ISV to declare their view up front
	but the view does not appear in the menus.  The same tag could be added for editors, like the
	compare, which are not normally be visible.
Comment 1 DJ Houghton CLA 2001-10-29 19:15:28 EST
PRODUCT VERSION:
	R0.9

Comment 2 Simon Arsenault CLA 2002-01-25 09:56:42 EST
To be looked at later...
Comment 3 Randy Giffen CLA 2002-08-08 15:39:18 EDT
Reopen for investigation
Comment 4 Kevin Haaland CLA 2002-09-05 11:09:35 EDT
No plans to do this.