-
What I'm really trying to do is create a coffee-editor development environment to help me analyze and ultimately understand the codebase. I have the backend in Eclipse with the correct target and so far so good. The instructions on the coffee-editor github site say, to debug the coffee model server, use the 'org.eclipse.emfcloud.coffee.modelserver.CoffeeModelServerLauncher class to start the Model Server.' Are these instructions still current? I can't find the referenced launcher class. original thread by GaryKopp |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @GaryKopp(garykopp) , Best, |
Beta Was this translation helpful? Give feedback.
-
[GaryKopp] Thank you. That makes sense. I figured it had to eventually point to Application, but I missed the connection at first. |
Beta Was this translation helpful? Give feedback.
-
[Jonas Helming] This PR might also be interesting for you. It shows how to add a new model element to the coffee editor: |
Beta Was this translation helpful? Give feedback.
-
[GaryKopp] Thanks Jonas. That is indeed quite helpful! |
Beta Was this translation helpful? Give feedback.
[Jonas Helming]
This PR might also be interesting for you. It shows how to add a new model element to the coffee editor:
https://github.com/eclipse-emfcloud/coffee-editor/tree/examples/adding-a-model-class