gunnarmorling / ceylon-ide-eclipse

Eclipse Plugin for Ceylon

Home Page:http://ceylon-lang.org/documentation/ide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eclipse plugin for Ceylon

  1. Start with a clean install of Eclipse Indigo.

    http://www.eclipse.org/downloads/

  2. Use Help > Install New Software ... > Available Software Sites > Import Select updatesites.xml

  3. Close the dialog and now choose ceylon-lang.org updatesite and install the plugin.

  4. Restart Eclipse.

  5. Go to Help > Welcome to Ceylon to get started.

Installing/Building with (pure) Eclipse

  1. Start with a clean install of Eclipse Indigo.

    http://www.eclipse.org/downloads/

  2. Use Help > Install New Software... to install all components of IMP from the update site at:

    http://download.eclipse.org/technology/imp/updates/0.2/

  3. Use File > Import... > Existing Projects into Workspace to import the project from this root directory:

    ceyon-ide-eclipse/plugins/com.redhat.ceylon.eclipse.ui
    
  4. Select the com.redhat.ceylon.eclipse.ui project and run it using Run > Run As > Eclipse Application. Now go to the new instance of Eclipse.

  5. Go to Help > Welcome to Ceylon to get started.

Building with Tycho/Maven 3

  1. From this directory, type

    mvn clean install
    
  2. The directory site/target/site now contains an update site you can install from. (You need to have IMP update site added too.)

License

The content of this repository is released under the EPL v1.0 as provided in the LICENSE file that accompanied this code.

By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the license mentioned above.

About

Eclipse Plugin for Ceylon

http://ceylon-lang.org/documentation/ide

License:Eclipse Public License 1.0


Languages

Language:Java 99.9%Language:Shell 0.1%