Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] Intergration of the outline provided by Jacques Lescot

Patrick,

There is no problem, but you did not extract all the necessary stuff in the new plugin, and specifically in the plugin.xml file, you should add :

    <!-- Outline based on the Common Navigator Framework -->
    <extension point="org.eclipse.ui.navigator.viewer">
        <viewerContentBinding viewerId="org.eclipse.papyrus.core.papyrusEditor">
            <includes>
                <contentExtension pattern="org.eclipse.papyrus.core.modelOutline"/>
                <!--contentExtension pattern="org.eclipse.papyrus.core.viewOutline"/-->
            </includes>
        </viewerContentBinding>
    </extension>

This will solve the problem.

I also noticed a few things :
- you did not include the necessary icons (see the archive file from my original post on this list)
- dependency to org.eclipse.ui.navigator is explicitly set on 3.3.101 version : it should be changed to 3.3.100 so that it is fully compliant with 3.4.0 version.
- Activator.java class should located in an internal package : I changed it for the org.eclipse.papyrus.core plugin, but you did not pay attention on it ... why ? :-/
- org.eclipse.papyrus.outline also define some contents to show an overview of the graphical area. However, it has been disconnected from the core plugin : why ? If you are not interested, please remove also unecessary class files.
- SVN files did not follow the same structure than other projects : I am not sure whether this is common to all of you ?

Regards,
Jacques

TESSIER Patrick 202707 a écrit :
Hi,
 
I have integrated the work of Jacques Lescot in a new plugin
org.eclipse.papyrus.outline
 
This outline has a higher priority as
org.eclipse.papyrus.outline.emftree.
 
I think that there is a  problem with extension point
org.eclipse.ui.navigator.navigatorContent, because nothing is displayed
and there is no mistakes.
 
I have no time before the 17 november, I will see to debug in futher.
 
To run this plugin, apply the patch provided by Jacques Lescot on the
plugin org.eclipse.ui.navigator  release 3.4.
 
Patrick
 
---------------------------------------------------------
Patrick Tessier
Research Engineer
DRT LIST/DTSI/SOL/LISE CEA-Saclay
91191 Gif sur Yvette Cedex
Tel: 01 69 08 48 63
www.papyrusuml.org <http://www.papyrusuml.org/> 
---------------------------------------------------------
 

 


  
_______________________________________________
mdt-papyrus.dev mailing list
mdt-papyrus.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev

--
Anyware Technologies
Jacques LESCOT
Project Manager
Eclipse Technical Expert
jacques.lescot@xxxxxxxxxxxxxxxx
Standard : +33(0)5 61 00 52 90
Direct : +33(0)5 61 00 06 60
Mobile : +33(0)6 74 49 23 34
Fax : +33(0)5 61 00 51 46
Anyware Technologies
Lake Park
ZAC de l'Hers - Allée du Lac
BP 87216
31672 Labège Cedex
France
www.anyware-tech.com
This message and any attachments (the "Message") are confidential and intended solely for the addressees.
Any unauthorized modification, edition, use or dissemination is prohibited.
Neither Anyware Technologies nor its headquarters Wavecom shall be liable for the Message if altered, changed, falsified or edited, diffused without authorization.

Back to the top