Skip to main content



      Home
Home » Modeling » QVT-OML » No autocomplete in transformation editor using QVT Operational
No autocomplete in transformation editor using QVT Operational [message #889985] Wed, 20 June 2012 09:36 Go to next message
Eclipse UserFriend
Hi guys,
I'm writing a transformation from ecore to a DDS model. I can't see all the proposals I need on the editor, but only a few...
For example I've no proposals for self.name in this dummy example:

(I can't attach the corrects urls in the following code due to forum restictions)

modeltype OPENDDS uses 'open dds url';
modeltype ECORE uses 'ecore url';

transformation Ecore2DDS(in inModel : ECORE, out outModel : OPENDDS) {
    main() {
        inModel.rootObjects()[EPackage]->map ePackage2Model();
    }     

    mapping EPackage::ePackage2Model() : DcpsLib{
        name := self.name; 
    }
}


Why? I've Ecplise 3.7.2 and the last QVT Operational 3.1.0v2
Re: No autocomplete in transformation editor using QVT Operational [message #889994 is a reply to message #889985] Wed, 20 June 2012 09:58 Go to previous messageGo to next message
Eclipse UserFriend
Hi
> Why? I've Ecplise 3.7.2 and the last QVT Operational 3.1.0v2
>
I'm afraid that not all software is perfect.

It's not clear exactly what your problem is other than indicating that
Completion Assist is incomplete sometimes. If you can be more precise
you could raise a Bugzilla, but I doubt that it will be fixed until the
editor moves to Xtext for which Completion Assist is model-derived
rather than heuristic.

Regards

Ed Willink
Re: No autocomplete in transformation editor using QVT Operational [message #890035 is a reply to message #889994] Wed, 20 June 2012 13:57 Go to previous message
Eclipse UserFriend
I know software is never perfect.
I only supposed I was doing somthing wrong or forgot some configurations settings.

I'll try with a previous version...

Thanks!
Previous Topic:exemple
Next Topic:Late resolve problem
Goto Forum:
  


Current Time: Mon Jul 21 00:41:51 EDT 2025

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

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

Back to the top