Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the SCT2 project:

svn checkout http://svn.codespot.com/a/eclipselabs.org/yakindu/SCT2/trunk branchesExtension API/

 

Get YAKINDU extended Editor Source Code

  1. change your git branch to wah/mt

    Note
    iconfalse

    git checkout wah/mt

  2. get the code

    Note
    iconfalse

    git pull

Add the Source Code to your Eclipse Project

  1. select from the menu bar File -> Import
  2. choose General -> Existing Projects into Workspace and click Next
  3. choose select root directory and click associated Browse
  4. under Projects select the projects: 

    Info
    iconfalse

    de.cau.cs.kieler.yakindu.sccharts.model.scchartstext
    de.cau.cs.kieler.yakindu.sccharts.model.scchartstext.tests
    de.cau.cs.kieler.yakindu.sccharts.model.scchartstext.ui
    de.cau.cs.kieler.yakindu.sccharts.ui.editor
    de.cau.cs.kieler.yakindu.sccharts.ui.integration.scchartstext
    de.cau.cs.kieler.yakindu.synccharts.model.text
    de.cau.cs.kieler.yakindu.synccharts.model.text.tests
    de.cau.cs.kieler.yakindu.synccharts.model.text.ui
    de.cau.cs.kieler.yakindu.synccharts.ui.editor
    de.cau.cs.kieler.yakindu.synccharts.ui.integration.text
    de.itemis.gmf.runtime.commons-feature
    de.itemis.xtext.utils.gmf-feature
    de.itemis.xtext.utils.jface-feature
    org.yakindu.base-feature
    org.yakindu.base.releng
    org.yakindu.base.repository
    org.yakindu.base.target
    org.yakindu.sct.doc.userde.itemis.gmf.runtime.commons
    de.itemis.gmf.runtime.treelayout
    de.itemis.xtext.utils.gmf
    de.itemis.xtext.utils.jface
    org.yakindu.base.types
    org.yakindu.base.types.edit
    org.yakindu.base.types.scope
    org.yakindu.sct.commons
    org.yakindu.sct.model.sgraph
    org.yakindu.sct.model.sgraph.edit
    org.yakindu.sct.model.sgraph.ui
    org.yakindu.sct.model.stext
    org.yakindu.sct.model.stext.edit
    org.yakindu.sct.model.stext.resource
    org.yakindu.sct.model.stext.ui
    org.yakindu.sct.ui
    org.yakindu.sct.ui.editor
    org.yakindu.sct.ui.integration.stext

    Note
    iconfalse

    Note that there are two org.yakindu.sct.ui.editor projects. We need the one located in KIELER repository and not the one from YAKINDU project.

  5. click Finish to start the import

...