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

Difference between revisions of "Equinox/p2/Update UI Users Guide"

< Equinox‎ | p2
 
(12 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
== About the Equinox p2 Update UI ==
 
== About the Equinox p2 Update UI ==
If we're doing our job right, we won't need a user's guide for end-users to figure out the update UI!  This page is provided for the curious folks who may want to know what the UI is going to look like but don't necessarily want to play with p2 yet.
+
If we're doing our job right, we won't need a user's guide for end-users to figure out the update UI!  Nevertheless, this page provides pointers to documentation for the Eclipse update manager.
  
== How to get the new Update UI ==
+
== Eclipse Help ==
If you want to use the new p2 UI to actually modify a running Eclipse, you'll need to provision an Eclipse SDK using p2 and add the end user UI featureTo follow step by step instructions for downloading the RCP agent that can help you with this task, see [[Equinox p2 Getting Started]].
+
In a running Eclipse instance, you can access help by clicking the Help menu and selecting Help Contents.  In the Contents pane, navigate to Workbench User Guide -> Tasks -> Updating and installing softwareAlternatively, the help is available [http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-129.htm online]. The Eclipse 3.4 series (aka Ganymede) help is also available online [http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-129.htm here].
 
+
If you are using the Eclipse SDK and simply want to see what the UI looks like (without actually modifying your running Eclipse environment), you can load the p2 projects in your workspace and start up a new workbench. See [[Equinox p2 Getting Started for Developers#Getting the code]].  This workbench will include the the UI, although it won't operate on your running Eclipse.
+
  
 
== For more information ==
 
== For more information ==
 
 
If you encounter bugs, or would like to enter enhancement requests for this work, please use the Equinox Incubator category in [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Equinox Bugzilla].  You can add the prefix "[prov]" to the subject line of the bug report to help us with bug triage.
 
If you encounter bugs, or would like to enter enhancement requests for this work, please use the Equinox Incubator category in [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Equinox Bugzilla].  You can add the prefix "[prov]" to the subject line of the bug report to help us with bug triage.
  

Latest revision as of 15:27, 3 January 2011

About the Equinox p2 Update UI

If we're doing our job right, we won't need a user's guide for end-users to figure out the update UI! Nevertheless, this page provides pointers to documentation for the Eclipse update manager.

Eclipse Help

In a running Eclipse instance, you can access help by clicking the Help menu and selecting Help Contents. In the Contents pane, navigate to Workbench User Guide -> Tasks -> Updating and installing software. Alternatively, the help is available online. The Eclipse 3.4 series (aka Ganymede) help is also available online here.

For more information

If you encounter bugs, or would like to enter enhancement requests for this work, please use the Equinox Incubator category in Bugzilla. You can add the prefix "[prov]" to the subject line of the bug report to help us with bug triage.

Back to the top