Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Core expressions in compatibility mode
Core expressions in compatibility mode [message #1015990] Mon, 04 March 2013 14:11
Bastian Wagenfeld is currently offline Bastian WagenfeldFriend
Messages: 183
Registered: January 2013
Senior Member
Hi,

As I wrote in my post here http://www.eclipse.org/forums/index.php/t/457783/ a few minutes ago, I'm running a pure e4 RCP as a part of an Eclipse 3 RCP. But not only the theme switching fails, but also evaluating the core expressions.
The RCP contains a Part (wit a TreeViewer) that includes a Popup Menu with core expressions to check the selected item's instance. The core expressions are defined as extensions in the plugin.xml:
<extension
         point="org.eclipse.core.expressions.definitions">
      <definition
            id="de.test.e4.editor.remove">
         <instanceof
               value="de.test.model.Item">
         </instanceof>
      </definition>...

This works for an pure e4 application, but not when I start the RCP as an e3 program. The rest of the Application.e4.xmi is included correctly.
Did somebody experience similar behaviour?

Best regards
Bastian
Previous Topic:e4 and 4.2.2?
Next Topic:Switching Themes in E3 mode
Goto Forum:
  


Current Time: Thu Mar 28 14:38:33 GMT 2024

Powered by FUDForum. Page generated in 0.02994 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top