[EEF] Update to tutorial [message #1397604] |
Wed, 09 July 2014 20:07  |
Eclipse User |
|
|
|
Hi,
I'm new to EEF and I would like to trial it in my project. However I am
stuck at the end of the tutorial, is there an update to the tutorial on
the Wiki anywhere? I have been able to follow it until it suggests
editing the default EMF editor. Where the tutorial says:
> The original code :
>
> /**
> * This is the property sheet page.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated
> */
> protected PropertySheetPage propertySheetPage;
> becomes
>
> /**
> * This is the property sheet page.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated NOT
> */
> protected TabbedPropertySheetPage propertySheetPage;
I actually see:
/**
* This is the property sheet page.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected List<PropertySheetPage> propertySheetPages = new
ArrayList<PropertySheetPage>();
Similarly the getProprtiesSheetPage() method differs. Is there a guide
for more up to date versions of EMF?
Thanks for any help. Nigel.
|
|
|
|
Re: [EEF] Update to tutorial [message #1691566 is a reply to message #1397604] |
Wed, 08 April 2015 04:22  |
Eclipse User |
|
|
|
Hi,
I agree with you concerning the tutorial.
I was interested in this project, but I'm not sure to use it: I could not evaluate it directly with the tutorials.
They are 3 years old, and need to be updated, because not in line with the EMF generation.
In another side, I don't want to spend times at first contact with a new project...
Perhaps has this project been abandoned ?
Regards,
Franck
|
|
|
Powered by
FUDForum. Page generated in 0.03266 seconds