Bug 577253 - Multiple Selection of Properties in Properties View
Summary: Multiple Selection of Properties in Properties View
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.16   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-15 03:14 EST by John Darryl Baltazar CLA
Modified: 2021-11-15 03:59 EST (History)
1 user (show)

See Also:


Attachments
Properties view multiple selection (32.51 KB, image/png)
2021-11-15 03:14 EST, John Darryl Baltazar CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Darryl Baltazar CLA 2021-11-15 03:14:59 EST
Created attachment 287510 [details]
Properties view multiple selection

Hi Eclipse team,

Currently, we can only select and copy one property at a time in the properties view. We would like to know if it is possible to select multiple/all properties and copy them in bulk. If it is possible, may we know which classes we need to override to achieve this. Please see the attached image for reference.

Thank you very much.

Cheers,
Darryl
Comment 1 Rolf Theunissen CLA 2021-11-15 03:59:57 EST
The properties view can get a custom properties view for each editor. It should provide a IPropertySheetPage when asked by the adapter call.

When an editor does not provide a custom IPropertySheetPage, the default PropertySheetPage is used. When you want mutiple selection, you should override the createControl method of that class, or make any other adjustments.