Bug 59476 - [ViewMgmt] [RCP] Should have an app-level preference for whether detached views are supported
Summary: [ViewMgmt] [RCP] Should have an app-level preference for whether detached vie...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal with 1 vote (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Boris Bokowski CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2004-04-21 12:59 EDT by Nick Edgar CLA
Modified: 2006-01-31 14:29 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2004-04-21 12:59:38 EDT
build I20040413

Note all RCP apps will want to allow detached views.
There should be a hidden preference for this that the app can configure via
plugin_customization.ini.

Should consider for M9.
Comment 1 Tassos Bassoukos CLA 2005-09-29 03:19:14 EDT
Seconded. 

Looking at the source for 3.1, this can be implemented very easily in the
constructor of org.eclipse.ui.internal.PerspeciveHelper as there is already code
to determine if the underlying SWT/OS support detached views/reparentable controls.
Comment 2 Boris Bokowski CLA 2005-09-29 08:26:39 EDT
+1 from me too. Will try to put this in for 3.2 M3.
Comment 3 Boris Bokowski CLA 2005-10-28 17:21:29 EDT
Moving to M4 since I will have more time for RCP related bugs/enhancements in
the next release cycle.
Comment 4 Boris Bokowski CLA 2005-12-09 17:34:20 EST
Fix released >20051209.

The preference is called ENABLE_DETACHED_VIEWS (see IWorkbenchPreferenceConstants).
Comment 5 Boris Bokowski CLA 2005-12-13 10:29:14 EST
Verified on Windows XP using I20051213-0010.