1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Andrew Eidsness e0682a2412 Shouldn't use new SWT.Shell()
I noticed that one case in the template engine is creating a dialog that
uses it's own instance of SWT Shell (i.e., the code contains "new
Shell()".

This patch modifies that case to use the display's active shell instead.

Change-Id: I253d6540899ce4dfef033924e27e2ddcd62ded19
Signed-off-by: Andrew Eidsness <eclipse@jfront.com>
Reviewed-on: https://git.eclipse.org/r/27278
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-05-26 09:47:24 -04:00
..
org.eclipse.cdt.alltests Bumped up CDT version to 8.4. 2014-01-21 17:35:29 -05:00
org.eclipse.cdt.core Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.aix Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.linux Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.linux.ia64 Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.linux.ppc Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.linux.ppc64 Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.linux.x86 Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.linux.x86_64 Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.macosx Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.qnx Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.solaris Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.spawner Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.tests Bug 409882 - Visibility of lambda with class owner 2014-05-18 15:14:17 -04:00
org.eclipse.cdt.core.win32 Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.win32.x86 Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.core.win32.x86_64 Bug 303083 - Split out the CDT Spawner into a separate feature 2014-05-26 09:38:09 -04:00
org.eclipse.cdt.ui Shouldn't use new SWT.Shell() 2014-05-26 09:47:24 -04:00
org.eclipse.cdt.ui.tests Bug 435340 - Add Include inserts an extra blank line 2014-05-20 14:12:41 -07:00