blob: f334703894d6a1ef8ee227ac7555712de00c2ff7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- ============================================================================= -->
<!-- Define topics for the main guide -->
<!-- ============================================================================= -->
<toc label="Guide">
<topic label="Welcome to Eclipse" href="guide/int.htm">
<topic label="Who needs a platform?" href="guide/int_who.htm" />
<topic label="The holy grail" href="guide/int_goal.htm" />
<topic label="What is Eclipse?" href="guide/int_eclipse.htm" />
<topic label="Go to eclipse.org" href="http://www.eclipse.org" />
</topic>
<topic label="Platform architecture" href="guide/arch.htm">
<topic label="Platform SDK roadmap" href="guide/arch_struct.htm" />
</topic>
<topic label="Simple plug-in example" href="guide/firstplugin.htm">
<topic label="A minimal plug-in" href="guide/firstplugin_minimal.htm" />
<topic label="Installing and running the plug-in" href="guide/firstplugin_install.htm" />
<topic label="Beyond the basics" href="guide/firstplugin_btb.htm" />
</topic>
<topic label="Resources overview" href="guide/resInt.htm">
<topic label="Resources and the workspace" href="guide/resInt_workspace.htm" />
<topic label="Resources and the local file system" href="guide/resInt_filesystem.htm" />
<topic label="Resource properties" href="guide/resInt_properties.htm" />
<topic label="Beyond the basics" href="guide/resInt_btb.htm" />
</topic>
<topic label="Plugging into the workbench" href="guide/workbench.htm">
<topic label="Workbench under the covers" href="guide/workbench_structure.htm" />
<topic label="Basic workbench extension points" href="guide/workbench_basicext.htm" >
<topic label="org.eclipse.ui.views" href="guide/workbench_basicext_views.htm" />
<topic label="org.eclipse.ui.viewActions" href="guide/workbench_basicext_viewActions.htm" />
<topic label="org.eclipse.ui.editors" href="guide/workbench_basicext_editors.htm" />
<topic label="org.eclipse.ui.editorActions" href="guide/workbench_basicext_editorActions.htm" />
<topic label="org.eclipse.ui.popupMenus" href="guide/workbench_basicext_popupMenus.htm" />
<topic label="org.eclipse.ui.actionSets" href="guide/workbench_basicext_actionSets.htm" />
<topic label="org.eclipse.ui.actionSetPartAssociations" href="guide/workbench_basicext_actionSetPartAssociations.htm" />
</topic>
<topic label="The plug-in class" href="guide/workbench_plugin.htm" />
<topic label="Workbench menu contributions" href="guide/workbench_menus.htm" />
<topic label="Menu and toolbar paths" href="guide/workbench_menupaths.htm" />
<topic label="Boolean expressions and action filters" href="guide/workbench_actionfilters.htm" />
<topic label="Perspectives" href="guide/workbench_perspectives.htm" >
<topic label="org.eclipse.ui.perspectives" href="guide/workbench_advext_perspectives.htm" />
<topic label="org.eclipse.ui.perspectiveExtensions" href="guide/workbench_advext_perspectiveExtension.htm" />
</topic>
<topic label="More workbench extensions" href="guide/workbench_advext.htm" >
<topic label="org.eclipse.ui.elementFactories" href="guide/workbench_advext_elementFactories.htm" />
<topic label="org.eclipse.ui.resourceFilters" href="guide/workbench_advext_resourceFilters.htm" />
<topic label="org.eclipse.ui.decorators" href="guide/workbench_advext_decorators.htm" />
<topic label="org.eclipse.ui.fontDefinitions" href="guide/workbench_advext_fonts.htm" />
</topic>
<topic label="Beyond the basics" href="guide/workbench_btb.htm" />
</topic>
<topic label="Dialogs and wizards" href="guide/dialogs.htm">
<topic label="Standard dialogs" href="guide/dialogs_standard.htm" />
<topic label="Application dialogs" href="guide/dialogs_applications.htm" />
<topic label="Dialog settings" href="guide/dialogs_settings.htm" />
<topic label="Wizards" href="guide/dialogs_wizards.htm" />
<topic label="Workbench wizard extension points" href="guide/dialogs_wizards_extensions.htm" >
<topic label="org.eclipse.ui.newWizards" href="guide/dialogs_wizards_newWizards.htm" />
<topic label="org.eclipse.ui.importWizards" href="guide/dialogs_wizards_importWizards.htm" />
<topic label="org.eclipse.ui.exportWizards" href="guide/dialogs_wizards_exportWizards.htm" />
</topic>
<topic label="Wizard dialogs" href="guide/dialogs_wizards_wizarddialogs.htm" />
<topic label="Multi-page wizards" href="guide/dialogs_wizards_multipage.htm" />
</topic>
<topic label="Preferences and properties" href="guide/preferences.htm">
<topic label="Preferences" href="guide/preferences_prefs.htm">
<topic label="Contributing a preference page" href="guide/preferences_prefs_contribute.htm" />
<topic label="Implementing a preference page" href="guide/preferences_prefs_implement.htm" />
<topic label="Field editors" href="guide/preferences_prefs_fieldeditors.htm" />
</topic>
<topic label="Property pages" href="guide/preferences_prop.htm">
<topic label="Contributing a property page" href="guide/preferences_prop_contribute.htm" />
<topic label="Implementing a property page" href="guide/preferences_prop_implement.htm" />
</topic>
</topic>
<topic label="JFace UI framework" href="guide/jface.htm">
<topic label="Viewers" href="guide/jface_viewers.htm" />
<topic label="Actions and contributions" href="guide/jface_actions.htm" />
<topic label="User interface resources" href="guide/jface_resources.htm" />
<topic label="Long-running operations" href="guide/jface_operations.htm" />
</topic>
<topic label="Standard Widget Toolkit" href="guide/swt.htm">
<topic label="Widgets" href="guide/swt_widgets.htm" >
<topic label="Controls" href="guide/swt_widgets_controls.htm" />
<topic label="Events" href="guide/swt_widgets_events.htm" />
<topic label="Custom widgets" href="guide/swt_widgets_custom.htm" />
</topic>
<topic label="Layouts" href="guide/swt_layouts.htm" >
<topic label="FillLayout" href="guide/swt_layouts_fill.htm" />
<topic label="RowLayout" href="guide/swt_layouts_row.htm" />
<topic label="FormLayout" href="guide/swt_layouts_form.htm" />
<topic label="GridLayout" href="guide/swt_layouts_grid.htm" />
<topic label="StackLayout" href="guide/swt_layouts_stack.htm" />
<topic label="Custom Layouts" href="guide/swt_layouts_custom.htm" />
</topic>
<topic label="Threading issues " href="guide/swt_threading.htm" />
<topic label="Error handling" href="guide/swt_error.htm" />
<topic label="Graphics" href="guide/swt_graphics.htm" />
</topic>
<topic label="Editors" href="guide/editors.htm">
<topic label="Workbench editors" href="guide/editors_workbench.htm" />
<topic label="Text editors and platform text" href="guide/editors_jface.htm" />
<topic label="Documents and partitions" href="guide/editors_documents.htm" />
<topic label="Source viewers and annotations" href="guide/editors_annotations.htm" />
<topic label="Configuring a source viewer" href="guide/editors_sourceviewers.htm" />
<topic label="Text and ruler hover" href="guide/editors_hover.htm" />
<topic label="Syntax coloring" href="guide/editors_highlighting.htm" />
<topic label="Content assist" href="guide/editors_contentassist.htm" />
<topic label="Registering editor actions" href="guide/editors_actions.htm" />
<topic label="Other text editor responsibilities" href="guide/editors_utilities.htm" />
<topic label="Content outliners" href="guide/editors_workbench_outliner.htm" />
</topic>
<topic label="Resource and workspace API" href="guide/resAdv.htm">
<topic label="Linked resources" href="guide/resInt_linked.htm" />
<topic label="Resource markers" href="guide/resAdv_markers.htm" />
<topic label="Tracking resource changes" href="guide/resAdv_events.htm" />
<topic label="Incremental project builders" href="guide/resAdv_builders.htm" />
<topic label="Workspace save participation" href="guide/resAdv_saving.htm" />
<topic label="Project natures" href="guide/resAdv_natures.htm" />
<topic label="Derived resources" href="guide/resAdv_derived.htm" />
<topic label="Resource modification hooks" href="guide/resAdv_hooks.htm" />
</topic>
<topic label="Advanced workbench concepts" href="guide/wrkAdv.htm">
<topic label="Marker help and resolution" href="guide/wrkAdv_markers.htm" >
<topic label="Contributing marker help" href="guide/wrkAdv_markerhelp.htm" />
<topic label="Contributing marker resolution" href="guide/wrkAdv_markerresolution.htm" />
</topic>
<topic label="Accessible user interfaces" href="guide/wrkAdv_accessibility.htm" />
<topic label="Workbench key bindings" href="guide/wrkAdv_keyBindings.htm" >
<topic label="Commands" href="guide/wrkAdv_keyBindings_actionDef.htm" />
<topic label="Key bindings" href="guide/wrkAdv_keyBindings_accelSet.htm" />
<topic label="Key configurations" href="guide/wrkAdv_keyBindings_accelConfig.htm" />
<topic label="Scopes" href="guide/wrkAdv_keyBindings_accelScope.htm" />
</topic>
<topic label="Honoring single click support" href="guide/wrkAdv_singleclick.htm" />
<topic label="Text file encoding" href="guide/wrkAdv_encoding.htm" />
<topic label="Working sets" href="guide/wrkAdv_workingsets.htm" />
<topic label="Retargetable actions" href="guide/wrkAdv_retarget.htm" >
<topic label="Setting a global action handler" href="guide/wrkAdv_retarget_setting.htm" />
<topic label="Contributing new retargetable actions" href="guide/wrkAdv_retarget_contribute.htm" >
<topic label="Retargetable editor actions" href="guide/wrkAdv_retarget_contribute_editors.htm" />
<topic label="Retargetable action set actions" href="guide/wrkAdv_retarget_contribute_actionsets.htm" />
</topic>
</topic>
</topic>
<topic label="Search support" href="guide/search.htm">
<topic label="Contributing a search page" href="guide/search_page.htm" />
<topic label="Sorting search results" href="guide/search_sort.htm" />
</topic>
<topic label="Compare support" href="guide/compare.htm">
<topic label="Implementing a content viewer" href="guide/compare_contentviewer.htm" />
<topic label="Implementing a structure viewer" href="guide/compare_structureviewer.htm" />
<topic label="Beyond the basics" href="guide/compare_beyond.htm" />
</topic>
<topic label="Team support" href="guide/team.htm">
<topic label="Building an integrated team provider" href="guide/team_howto.htm" />
<topic label="Repository providers" href="guide/team_provider.htm" >
<topic label="Defining a provider" href="guide/team_provider_define.htm" />
<topic label="Implementing a provider" href="guide/team_provider_implement.htm" />
<topic label="Resource modification hooks" href="guide/team_provider_hooks.htm" />
<topic label="Finding a provider" href="guide/team_provider_find.htm" />
</topic>
<topic label="Repository resource management" href="guide/team_resources.htm" >
<topic label="File types" href="guide/team_resources_filetypes.htm" />
<topic label="Project sets" href="guide/team_resources_projects.htm" />
<topic label="Team private resources" href="guide/team_resources_private.htm" />
<topic label="Team and linked resources" href="guide/team_resources_linked.htm" />
</topic>
<topic label="Building a team UI" href="guide/team_ui.htm" >
<topic label="Configuring a project" href="guide/team_ui_configure.htm" />
<topic label="Adding team actions" href="guide/team_ui_actions.htm" />
<topic label="Team decorators" href="guide/team_ui_decorators.htm" />
<topic label="Adding preferences and properties" href="guide/team_ui_prefs.htm" />
</topic>
</topic>
<topic label="Program debug and launch support" href="guide/debug.htm">
<topic label="Launching a program" href="guide/debug_launch.htm" >
<topic label="Adding launchers to the platform" href="guide/debug_launch_adding.htm" />
<topic label="Handling errors from a launched program" href="guide/debug_launch_status.htm" />
<topic label="Launch configuration dialog" href="guide/debug_launch_ui.htm" />
<topic label="Launch configuration type images" href="guide/debug_launch_uiimages.htm" />
<topic label="Launch shortcuts" href="guide/debug_launch_uishortcuts.htm" />
</topic>
<topic label="Debugging a program" href="guide/debug_debug.htm" >
<topic label="Platform debug model" href="guide/debug_model.htm" />
<topic label="Breakpoints" href="guide/debug_breakpoints.htm" />
<topic label="Expressions" href="guide/debug_expressions.htm" />
<topic label="Debug model presentation" href="guide/debug_presentation.htm" />
<topic label="Debug UI utility classes" href="guide/debug_ui.htm" />
<topic label="Debug action groups" href="guide/debug_actiongroups.htm" />
</topic>
</topic>
<topic label="Plugging in help" href="guide/help.htm">
<topic label="Building a help plug-in" href="guide/help_plugin.htm" >
<topic label="Table of contents (toc) files" href="guide/help_plugin_toc.htm" />
<topic label="Help server and file locations" href="guide/help_plugin_files.htm" />
<topic label="Completing the plug-in manifest" href="guide/help_plugin_manifest.htm" />
<topic label="Building nested documentation structures" href="guide/help_plugin_nested.htm" />
</topic>
<topic label="Infopops" href="guide/help_infopops.htm" >
<topic label="Declaring a context id" href="guide/help_infopops_id.htm" />
<topic label="Describing and packaging infopop content" href="guide/help_infopops_xml.htm" />
</topic>
<topic label="Active help" href="guide/help_active.htm" >
<topic label="Writing the help action" href="guide/help_active_action.htm" />
<topic label="Invoking the action from HTML" href="guide/help_active_invoke.htm" />
<topic label="Tips for debugging active help" href="guide/help_active_debug.htm" />
</topic>
</topic>
<topic label="Platform Ant support" href="guide/ant.htm">
<topic label="Running Ant buildfiles programmatically" href="guide/ant_running_script_programmatically.htm" />
<topic label="Ant tasks provided by the platform" href="guide/ant_eclipse_tasks.htm" />
<topic label="Contributing tasks and types" href="guide/ant_contributing_task.htm" />
<topic label="Expanding the Ant classpath" href="guide/ant_expanding_classpath.htm" />
</topic>
<topic label="Packaging and delivering Eclipse based products" href="guide/product.htm">
<topic label="What is a product?" href="guide/product_def.htm" >
<topic label="Features" href="guide/product_def_feature.htm" />
<topic label="Primary feature" href="guide/product_def_primary.htm" />
<topic label="Plug-ins and fragments" href="guide/product_def_plugins.htm" />
<topic label="Locale specific files" href="guide/product_def_nl.htm" />
</topic>
<topic label="Customizing a product" href="guide/product_config.htm" />
<topic label="Product installation guidelines" href="guide/product_config_install.htm" />
<topic label="Product extensions" href="guide/product_extension.htm" />
<topic label="Updating a product or extension" href="guide/product_update.htm" />
</topic>
</toc>