Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

E4/UI/Running the contacts demo

< E4‎ | UI
Revision as of 13:09, 20 June 2014 by Pwebster.ca.ibm.com (Talk | contribs)

A screenshot of the e4 contacts demo.
The instructions provided on this page were last updated for the Eclipse 4.4 release.

The e4 contacts demo showcases an e4-based RCP application that allows the user to view and edit vCards.

Prerequisites

  1. Download an Eclipse SDK here.
  2. Start up Eclipse.
  3. Install the EMF SDK from the appropriate release site

Features

  • Displays the usage and definition of commands, handlers, and keybindings in e4
    • Ctrl+5, X will exit the application (demonstrates multistroke keybindings)
    • Ctrl+S to save the vCard that's currently opened
  • Shows how CSS can be used to skin an application (note that the CSS engine does not have any particular dependencies on e4 technologies and can be reused in an Eclipse 3.x-based application)
  • Editing a vCard will cause the part to display the '*' dirty affordance (demonstrates the life cycle of saveable parts)

Setup steps

  1. Clone the UI git repo from eclipse.platform.ui
  2. Use the EGit Repository view and Import Projects to import 'org.eclipse.e4.demo.e4photo' into your workspace
  3. Expand the 'org.eclipse.e4.demo.contacts' project and open the contacts.product file.
  4. In the opened editor, navigate to the 'Testing' section in the 'General' tab. It should be located in the bottom left hand side of the editor.
  5. Click the 'Launch an Eclipse application' hyperlink. The demo should then launch.

Known issues

  • The splash screen does not currently go away, see bug 277463.
  • The examples PSF works correctly with each milestone, but is invalid for I builds, see bug 298011.
  • Contact demo fails to launch from the .product file. Open the Run Configuration dialog and hit Run, see bug 303973.

Back to the top