Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 13:36 Go to next message
Steve Petruzza is currently offline Steve PetruzzaFriend
Messages: 4
Registered: June 2012
Junior Member
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 13:58 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
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 17:57 Go to previous message
Steve Petruzza is currently offline Steve PetruzzaFriend
Messages: 4
Registered: June 2012
Junior Member
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: Fri Apr 26 09:42:23 GMT 2024

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

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

Back to the top