Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #323506 +++ Created an attachment (id=177318) Sample e4 view contribution The e4 views can not be used in the Eclipse 4.0. Workbench processing assumes that all views are compatibility views (WorkbenchPage.java): CompatibilityView compatibilityView = (CompatibilityView) part.getObject(); To duplicate: - Launch Eclipse 4.0 with the atatched bundle - In the quick access (Ctrl+3) type "cont" and select view "Contexts" - See the ClassCastException at above line in WorkbenchPage
Created attachment 183377 [details] QuickAccess patch v1 Change the code to open views with e4 APIs instead of 3.x APIs.
(In reply to comment #1) > Created an attachment (id=183377) [details] > QuickAccess patch v1 Fix released to CVS HEAD. You can now open e4 parts (that have their part descriptors added to the root application) via Ctrl+3.