Bug 440367 - Create org.eclipse.e4.ui.dialogs plug-in as home for porting useful bits of org.eclipse.ui.dialog
Summary: Create org.eclipse.e4.ui.dialogs plug-in as home for porting useful bits of o...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 4.5 M3   Edit
Assignee: Lars Vogel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 446458 350251 440366
  Show dependency tree
 
Reported: 2014-07-24 12:36 EDT by Lars Vogel CLA
Modified: 2014-10-09 12:20 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2014-07-24 12:36:41 EDT
I would like to port some of our dialogs from the org.eclipse.ui.dialogs package like FilteredTree to a pure e4 plug-in.

I suggest to create the org.eclipse.e4.ui.dialogs plug-in for this purpose.
Comment 1 Paul Webster CLA 2014-07-31 15:39:19 EDT
What part of FilteredTree makes it so it can't live in org.eclipse.jface?

PW
Comment 2 Lars Vogel CLA 2014-07-31 16:23:18 EDT
(In reply to Paul Webster from comment #1)
> What part of FilteredTree makes it so it can't live in org.eclipse.jface?
> 
> PW

It has a dependency to the jobs plug-in
Comment 3 Lars Vogel CLA 2014-10-09 08:32:09 EDT
Eric suggest a different name for this plug-in (org.eclipse.e4.ui.dialogs) but I think we should use to stay consistent with the current naming.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=350251#c11
Comment 4 Lars Vogel CLA 2014-10-09 09:23:47 EDT
https://git.eclipse.org/r/34647
Comment 5 Lars Vogel CLA 2014-10-09 12:20:43 EDT
(In reply to Lars Vogel from comment #4)
> https://git.eclipse.org/r/34647

Merged with https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=d3dd1cc72fdc1e533d07b378a8b481d6fbd41aa9

Once we have migrated a few dialogs I will asked for integration into the SDK build via a new bug.