Bug 386250 - Allow applications to veto dragging an editor to another window
Summary: Allow applications to veto dragging an editor to another window
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 11:48 EDT by Eleanor Joslin CLA
Modified: 2012-10-30 19:04 EDT (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 Eleanor Joslin CLA 2012-07-30 11:48:03 EDT
In the RCP app I'm working on, I would like to be able to stop users dragging editors from one window to another, but I can't find a way to do so.

Each window in my application is associated with different resources and often doesn't have access to the resources a particular editor needs.  This means moving editors around is an extremely fertile source of bugs.  My windows still need to share some things, so running each one in a different process/workspace is impractical.