Bug 546991 - [Dialogs] Extract MessageLine from StatusDialog to a new public type
Summary: [Dialogs] Extract MessageLine from StatusDialog to a new public type
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.11   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.12 M3   Edit
Assignee: Alexander Fedorov CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 547016 429570
  Show dependency tree
 
Reported: 2019-05-06 02:55 EDT by Alexander Fedorov CLA
Modified: 2020-03-01 10:37 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 Alexander Fedorov CLA 2019-05-06 02:55:42 EDT
Moving MessageLine to a public JFace type will help to reduce code duplication
(currently we have E3 clone org.eclipse.ui.internal.MessageLine)

also it increases dialog availability for E4
(org.eclipse.ui.dialogs.SelectionStatusDialog now requires E3 Workbench)
Comment 1 Eclipse Genie CLA 2019-05-06 03:02:09 EDT
New Gerrit change created: https://git.eclipse.org/r/141646
Comment 2 Lars Vogel CLA 2019-05-09 05:40:04 EDT
Thanks, Alexander