### Eclipse Workspace Patch 1.0 #P org.eclipse.pde.ui Index: src/org/eclipse/pde/internal/ui/editor/ctxhelp/CtxHelpPage.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/ctxhelp/CtxHelpPage.java,v retrieving revision 1.2 diff -u -r1.2 CtxHelpPage.java --- src/org/eclipse/pde/internal/ui/editor/ctxhelp/CtxHelpPage.java 6 Mar 2008 19:46:33 -0000 1.2 +++ src/org/eclipse/pde/internal/ui/editor/ctxhelp/CtxHelpPage.java 11 Apr 2008 16:06:30 -0000 @@ -148,7 +148,6 @@ * @see org.eclipse.pde.internal.ui.editor.PDEFormPage#getHelpResource() */ protected String getHelpResource() { - // TODO Fix help - return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/ctx_help_editor/page_ctx_help.htm"; //$NON-NLS-1$ + return IPDEUIConstants.PLUGIN_DOC_ROOT + "guide/tools/editors/ctx_help_editor/ctx_help_editor.htm"; //$NON-NLS-1$ } } #P org.eclipse.pde.doc.user Index: contexts_PDE.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.pde.doc.user/contexts_PDE.xml,v retrieving revision 1.47 diff -u -r1.47 contexts_PDE.xml --- contexts_PDE.xml 6 Mar 2008 19:46:34 -0000 1.47 +++ contexts_PDE.xml 11 Apr 2008 16:06:31 -0000 @@ -787,7 +787,7 @@ This editor creates a context help XML file, which allows you to create and edit dynamic help entries. - + Index: toc.xml =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.pde.doc.user/toc.xml,v retrieving revision 1.65 diff -u -r1.65 toc.xml --- toc.xml 5 Sep 2007 02:39:57 -0000 1.65 +++ toc.xml 11 Apr 2008 16:06:31 -0000 @@ -129,6 +129,8 @@ + + Index: guide/tools/editors/editors.htm =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.pde.doc.user/guide/tools/editors/editors.htm,v retrieving revision 1.9 diff -u -r1.9 editors.htm --- guide/tools/editors/editors.htm 6 Mar 2008 19:46:34 -0000 1.9 +++ guide/tools/editors/editors.htm 11 Apr 2008 16:06:31 -0000 @@ -29,7 +29,7 @@
  • Composite Cheat Sheet Editor
  • Extension Point Schema Editor
  • Table of Contents Editor
  • -
  • Context Help Editor
  • +
  • Context Help Editor
  •  

     

    Index: guide/tools/editors/ctx_help_editor/page_ctx_help.htm =================================================================== RCS file: guide/tools/editors/ctx_help_editor/page_ctx_help.htm diff -N guide/tools/editors/ctx_help_editor/page_ctx_help.htm --- guide/tools/editors/ctx_help_editor/page_ctx_help.htm 6 Mar 2008 19:46:34 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ - - - - - Context Help Editor - - - - - - -

    Context Help Editor

    -

    The Context Help Editor is a form-based editor that manages the XML file in which context help contexts, topics and commands are managed.

    - - - Index: guide/tools/editors/ctx_help_editor/editor.htm =================================================================== RCS file: guide/tools/editors/ctx_help_editor/editor.htm diff -N guide/tools/editors/ctx_help_editor/editor.htm --- guide/tools/editors/ctx_help_editor/editor.htm 10 Mar 2008 19:30:20 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,97 +0,0 @@ - - - - - Context Help Editor - - - - - - -

    Context Help Editor

    - -

    -Context-sensitive help is a mechanism that enables linking a user interface part with a specific help topic. When the user activates the associated user interface part, the help page is displayed in the dynamic help area. The user interface and the help pages are associated with each other in two ways a static XML file or a dynamic context provider. The context help editor assists in the creation of the context help XML files that statically associate help to the user interface. -

    -

    -The Definition page of the editor provides a graphical view of the xml file, separated into two columns. The one on the left is titled Context Help and displays the xml elements in a tree format along with actions to add, move and remove them. The other column provides more detailed information about the element selected in the left column and enables editing of the details. -

    - - - -

    Adding new help contexts

    - -

    -Help context editor with filled fields -

    -

    -When clicking the Add Context button a new context is added to the help context list. As well as a Context Details column apears where more detailed information can be provided. Such as: -

    - - -

    - -

    Adding help topics and commands

    -

    -A help context topic gives a very short description about the provided help and most commonly gives a link to a more detailed help page. -

    -

    -Help context editor with filled detail fields -

    -

    -In the Topic Details section the label of the topic as well as location of the page with more details (most commonly it would be a *.htm page). -

    - -

    -A help context command executes a specified action when the user clicks on it. -

    -

    -Help context editor add command -

    - - -

    Remove, Up, Down

    -

    -There are three buttons, which enable manipulating with the items order on the context list or with deleting the items. -

    -

    -Help context with manipulating buttons -

    -

    -These buttons are: -

    - - - - - - Index: guide/tools/editors/ctx_help_editor/ctx_help_editor.htm =================================================================== RCS file: guide/tools/editors/ctx_help_editor/ctx_help_editor.htm diff -N guide/tools/editors/ctx_help_editor/ctx_help_editor.htm --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ guide/tools/editors/ctx_help_editor/ctx_help_editor.htm 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,97 @@ + + + + + Context Help Editor + + + + + + +

    Context Help Editor

    + +

    +Context-sensitive help is a mechanism that enables linking a user interface part with a specific help topic. When the user activates the associated user interface part, the help page is displayed in the dynamic help area. The user interface and the help pages are associated with each other in two ways a static XML file or a dynamic context provider. The context help editor assists in the creation of the context help XML files that statically associate help to the user interface. +

    +

    +The Definition page of the editor provides a graphical view of the xml file, separated into two columns. The one on the left is titled Context Help and displays the xml elements in a tree format along with actions to add, move and remove them. The other column provides more detailed information about the element selected in the left column and enables editing of the details. +

    + + + +

    Adding new help contexts

    + +

    +Help context editor with filled fields +

    +

    +When clicking the Add Context button a new context is added to the help context list. As well as a Context Details column apears where more detailed information can be provided. Such as: +

    + + +

    + +

    Adding help topics and commands

    +

    +A help context topic gives a very short description about the provided help and most commonly gives a link to a more detailed help page. +

    +

    +Help context editor with filled detail fields +

    +

    +In the Topic Details section the label of the topic as well as location of the page with more details (most commonly it would be a *.htm page). +

    + +

    +A help context command executes a specified action when the user clicks on it. +

    +

    +Help context editor add command +

    + + +

    Remove, Up, Down

    +

    +There are three buttons, which enable manipulating with the items order on the context list or with deleting the items. +

    +

    +Help context with manipulating buttons +

    +

    +These buttons are: +

    + + + + + +