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/Self hosting 0 9 scenario

< E4‎ | UI
  • In Project Explorer
    • Create new Plug-in Project via File menu
      • Generate a sample from the wizard
    • Expand project to see packages, compilation units, plugin.xml/MANIFEST.MF
    • Double click on any .java compilation unit to open a Java editor on it.
    • Double click on plugin.xml to open a PDE editor on it.
  • In Java Editor
    • Create an error, see it appear in markers column, see Problems View update.
  • In PDE Editor
  • In Problems View

Back to the top