Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] 4.1 RC4 Simple E4 Applcation Problem

Hi,

I can confirm that when reverting the change in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348069 everything is back
to normal!

My vote is to revert the change and work on a fix in 4.1.2.

Tom

Am 10.06.11 09:32, schrieb Tom Schindl:
> Hi,
> 
> When modifying the deltas.xml to:
> 
>> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
>> <changes version="1.1">
>>   <org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow elementId="_mFa_E5MwEeC8apQlfbHtNA">
>>     <tags>
>>       <tags tags="topLevel"/>
>>     </tags>
>>     <selectedElement>
>>       <reference elementId="_mFa_G5MwEeC8apQlfbHtNA"/>
>>     </selectedElement>
>>     <y y="22"/>
>>   </org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow>
>>   <org.eclipse.e4.ui.model.application.ui.advanced.MPerspective elementId="_mFa_HJMwEeC8apQlfbHtNA">
>>     <selectedElement>
>>       <reference elementId="_mFa_HZMwEeC8apQlfbHtNA"/>
>>     </selectedElement>
>>   </org.eclipse.e4.ui.model.application.ui.advanced.MPerspective>
>>   <org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer elementId="_mFa_HZMwEeC8apQlfbHtNA">
>>     <selectedElement>
>>       <reference elementId="_mFa_HpMwEeC8apQlfbHtNA"/>
>>     </selectedElement>
>>   </org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer>
>>   <org.eclipse.e4.ui.model.application.ui.basic.MPartStack elementId="_mFa_HpMwEeC8apQlfbHtNA">
>>     <elementId elementId="PartStack@61e090ee"/>
>>     <selectedElement>
>>       <reference elementId="_3gkx4JMxEeC8apQlfbHtNA"/>
>>     </selectedElement>
>>     <containerData containerData="10000"/>
>>   </org.eclipse.e4.ui.model.application.ui.basic.MPartStack>
>>   <org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack elementId="_mFa_G5MwEeC8apQlfbHtNA">
>>     <selectedElement>
>>       <reference elementId="_mFa_HJMwEeC8apQlfbHtNA"/>
>>     </selectedElement>
>>   </org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack>
>> </changes>
> 
> It works. I had to change 2 things:
> a) Remove the toBeRendered=false
> b) And the org.eclipse.e4.ui.model.application.MApplication-Element
> 
> Anyone an idea? This is a showstopper and my wild guess is that it is a
> side effect of the https://bugs.eclipse.org/bugs/show_bug.cgi?id=348069
> but I'm not 100% sure.
> 
> Tom
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev



Back to the top