Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/UI/Self hosting 0 9 scenario"

< E4‎ | UI
(New page: * In Project Explorer ** Create new Java Project via File menu ** Expand project to see packages, compilation units, plugin.xml/MANIFEST.MF ** Double click on any .java compilation unit to...)
 
 
Line 1: Line 1:
 
* In Project Explorer
 
* In Project Explorer
** Create new Java Project via File menu
+
** 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
 
** 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 any .java compilation unit to open a Java editor on it.

Latest revision as of 17:21, 15 June 2009

  • 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