diff --git a/docs/FAQ/FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md b/docs/FAQ/FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md index 07171e0446f..c4a49e64436 100644 --- a/docs/FAQ/FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md +++ b/docs/FAQ/FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md @@ -40,5 +40,5 @@ See Also -------- * [FAQ Does the platform have support for concurrency?](./FAQ_Does_the_platform_have_support_for_concurrency.md "FAQ Does the platform have support for concurrency?") -* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable,_IRunnableWithProgress,_and_WorkspaceModifyOperation.md "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") +* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") diff --git a/docs/FAQ/FAQ_Are_there_any_visual_composition_editors_available_for_SWT.md b/docs/FAQ/FAQ_Are_there_any_visual_composition_editors_available_for_SWT.md index 14182877d68..4da817f97ba 100644 --- a/docs/FAQ/FAQ_Are_there_any_visual_composition_editors_available_for_SWT.md +++ b/docs/FAQ/FAQ_Are_there_any_visual_composition_editors_available_for_SWT.md @@ -25,10 +25,6 @@ Commercial Plug-ins * [_SWT designer_](http://www.swt-designer.com). This commercial plug-in to Eclipse, which targets only SWT, is fairly new as a commercial product but is based on an open source project that has been around for a while and has a strong following. -* [_SWT GUI Builder_](http://www.swtguibuilder.com). This commercial plug-in provides a visual editor for SWT only. The company also sells a product called Swing2SWT that ports Swing applications to SWT. - -* [_Jigloo GUI Builder_](http://www.cloudgarden.com/jigloo). This fairly new GUI builder for both SWT and Swing is a commercial product, but a free version is licensed for noncommercial use only. - See Also: --------- diff --git a/docs/FAQ/FAQ_Can_I_create_an_application_that_doesn't_have_a_data_location.md b/docs/FAQ/FAQ_Can_I_create_an_application_that_doesnt_have_a_data_location.md similarity index 100% rename from docs/FAQ/FAQ_Can_I_create_an_application_that_doesn't_have_a_data_location.md rename to docs/FAQ/FAQ_Can_I_create_an_application_that_doesnt_have_a_data_location.md diff --git a/docs/FAQ/FAQ_Can_I_create_an_application_that_doesn't_have_views_or_editors.md b/docs/FAQ/FAQ_Can_I_create_an_application_that_doesnt_have_views_or_editors.md similarity index 100% rename from docs/FAQ/FAQ_Can_I_create_an_application_that_doesn't_have_views_or_editors.md rename to docs/FAQ/FAQ_Can_I_create_an_application_that_doesnt_have_views_or_editors.md diff --git a/docs/FAQ/FAQ_Can_I_create_resources_that_don't_reside_in_the_file_system.md b/docs/FAQ/FAQ_Can_I_create_resources_that_dont_reside_in_the_file_system.md similarity index 100% rename from docs/FAQ/FAQ_Can_I_create_resources_that_don't_reside_in_the_file_system.md rename to docs/FAQ/FAQ_Can_I_create_resources_that_dont_reside_in_the_file_system.md diff --git a/docs/FAQ/FAQ_Can_other_plug-ins_add_actions_to_my_part's_context_menu.md b/docs/FAQ/FAQ_Can_other_plug-ins_add_actions_to_my_parts_context_menu.md similarity index 100% rename from docs/FAQ/FAQ_Can_other_plug-ins_add_actions_to_my_part's_context_menu.md rename to docs/FAQ/FAQ_Can_other_plug-ins_add_actions_to_my_parts_context_menu.md diff --git a/docs/FAQ/FAQ_Does_Eclipse_run_on_any_Linux_distribution.md b/docs/FAQ/FAQ_Does_Eclipse_run_on_any_Linux_distribution.md index f7132825ba8..d6c16b24a39 100644 --- a/docs/FAQ/FAQ_Does_Eclipse_run_on_any_Linux_distribution.md +++ b/docs/FAQ/FAQ_Does_Eclipse_run_on_any_Linux_distribution.md @@ -17,5 +17,4 @@ See Also: --------- * [The Eclipse download site ](https://eclipse.org/downloads) -* [IKVM](http://www.ikvm.net) diff --git a/docs/FAQ/FAQ_Does_the_platform_have_support_for_concurrency.md b/docs/FAQ/FAQ_Does_the_platform_have_support_for_concurrency.md index 6fa5457330e..8d5c1b0b0d8 100644 --- a/docs/FAQ/FAQ_Does_the_platform_have_support_for_concurrency.md +++ b/docs/FAQ/FAQ_Does_the_platform_have_support_for_concurrency.md @@ -32,7 +32,7 @@ See Also: * [FAQ How do I show progress for things happening in the background?](./FAQ_How_do_I_show_progress_for_things_happening_in_the_background.md "FAQ How do I show progress for things happening in the background?") * [FAQ How do I switch from using a Progress dialog to the Progress view?](./FAQ_How_do_I_switch_from_using_a_Progress_dialog_to_the_Progress_view.md "FAQ How do I switch from using a Progress dialog to the Progress view?") -* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions,_commands,_operations,_jobs:_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") +* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") * [On the Job: The Eclipse Jobs API](https://www.eclipse.org/articles/Article-Concurrency/jobs-api.html) * [Eclipse Jobs and Background processing Tutorial](https://www.vogella.com/tutorials/EclipseJobs/article.html) diff --git a/docs/FAQ/FAQ_How_can_I_ensure_that_my_model_is_scalable.md b/docs/FAQ/FAQ_How_can_I_ensure_that_my_model_is_scalable.md index 295c3eff67b..4f1f953621c 100644 --- a/docs/FAQ/FAQ_How_can_I_ensure_that_my_model_is_scalable.md +++ b/docs/FAQ/FAQ_How_can_I_ensure_that_my_model_is_scalable.md @@ -21,7 +21,7 @@ Although some of these performance enhancements can be added retroactively to yo See Also: --------- -[FAQ Language integration phase 3: How do I edit programs?](./FAQ_Language_integration_phase_3:_How_do_I_edit_programs.md "FAQ Language integration phase 3: How do I edit programs?") +[FAQ Language integration phase 3: How do I edit programs?](./FAQ_Language_integration_phase_3_How_do_I_edit_programs.md "FAQ Language integration phase 3: How do I edit programs?") [FAQ How do I create Java elements?](./FAQ_How_do_I_create_Java_elements.md "FAQ How do I create Java elements?") diff --git a/docs/FAQ/FAQ_How_do_I_accommodate_project_layouts_that_don't_fit_the_Eclipse_model.md b/docs/FAQ/FAQ_How_do_I_accommodate_project_layouts_that_dont_fit_the_Eclipse_model.md similarity index 100% rename from docs/FAQ/FAQ_How_do_I_accommodate_project_layouts_that_don't_fit_the_Eclipse_model.md rename to docs/FAQ/FAQ_How_do_I_accommodate_project_layouts_that_dont_fit_the_Eclipse_model.md diff --git a/docs/FAQ/FAQ_How_do_I_add_actions_to_a_view's_menu_and_toolbar.md b/docs/FAQ/FAQ_How_do_I_add_actions_to_a_views_menu_and_toolbar.md similarity index 100% rename from docs/FAQ/FAQ_How_do_I_add_actions_to_a_view's_menu_and_toolbar.md rename to docs/FAQ/FAQ_How_do_I_add_actions_to_a_views_menu_and_toolbar.md diff --git a/docs/FAQ/FAQ_How_do_I_add_an_extra_library_to_my_project's_classpath.md b/docs/FAQ/FAQ_How_do_I_add_an_extra_library_to_my_projects_classpath.md similarity index 90% rename from docs/FAQ/FAQ_How_do_I_add_an_extra_library_to_my_project's_classpath.md rename to docs/FAQ/FAQ_How_do_I_add_an_extra_library_to_my_projects_classpath.md index 45e1b36c185..4929a3c00ba 100644 --- a/docs/FAQ/FAQ_How_do_I_add_an_extra_library_to_my_project's_classpath.md +++ b/docs/FAQ/FAQ_How_do_I_add_an_extra_library_to_my_projects_classpath.md @@ -9,6 +9,6 @@ See Also: --------- * [FAQ How do I set up a Java project to share in a repository?](./FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository.md "FAQ How do I set up a Java project to share in a repository?") -* [FAQ When does PDE change a plug-in's Java build path?](./FAQ_When_does_PDE_change_a_plug-in%27s_Java_build_path.md "FAQ When does PDE change a plug-in's Java build path?") +* [FAQ When does PDE change a plug-in's Java build path?](./FAQ_When_does_PDE_change_a_plug-ins_Java_build_path.md "FAQ When does PDE change a plug-in's Java build path?") * [FAQ What is the classpath of a plug-in?](./FAQ_What_is_the_classpath_of_a_plug-in.md "FAQ What is the classpath of a plug-in?") diff --git a/docs/FAQ/FAQ_How_do_I_add_documentation_and_help_for_my_own_language.md b/docs/FAQ/FAQ_How_do_I_add_documentation_and_help_for_my_own_language.md index 259683a4dc3..6cc22d3f2bb 100644 --- a/docs/FAQ/FAQ_How_do_I_add_documentation_and_help_for_my_own_language.md +++ b/docs/FAQ/FAQ_How_do_I_add_documentation_and_help_for_my_own_language.md @@ -11,6 +11,6 @@ Click **Next** and provide details. Click **OK**. Voila, your plug-in now has do See Also: --------- -* [FAQ How can I generate HTML and toc.xml files?](./FAQ_How_can_I_generate_HTML_and_toc.xml_files.md "FAQ How can I generate HTML and toc.xml files?") +* [FAQ How can I generate HTML and toc.xml files?](./FAQ_How_can_I_generate_HTML_and_toc_xml_files.md "FAQ How can I generate HTML and toc.xml files?") * [FAQ How do I support source-level debugging for my own language?](./FAQ_How_do_I_support_source-level_debugging_for_my_own_language.md "FAQ How do I support source-level debugging for my own language?") diff --git a/docs/FAQ/FAQ_How_do_I_add_images_and_other_resources_to_a_runtime_JAR_file.md b/docs/FAQ/FAQ_How_do_I_add_images_and_other_resources_to_a_runtime_JAR_file.md index 3d195c78a01..7b1a6b4142c 100644 --- a/docs/FAQ/FAQ_How_do_I_add_images_and_other_resources_to_a_runtime_JAR_file.md +++ b/docs/FAQ/FAQ_How_do_I_add_images_and_other_resources_to_a_runtime_JAR_file.md @@ -18,7 +18,7 @@ Then, rerun the Ant build script to generate a runtime JAR including the resourc See Also: --------- -[FAQ Can I add icons declared by my plugin.xml in the runtime JAR?](./FAQ_Can_I_add_icons_declared_by_my_plugin.xml_in_the_runtime_JAR.md) +[FAQ Can I add icons declared by my plugin.xml in the runtime JAR?](./FAQ_Can_I_add_icons_declared_by_my_plugin_xml_in_the_runtime_JAR.md) diff --git a/docs/FAQ/FAQ_How_do_I_add_other_plug-ins'_actions_to_my_menus.md b/docs/FAQ/FAQ_How_do_I_add_other_plug-ins_actions_to_my_menus.md similarity index 92% rename from docs/FAQ/FAQ_How_do_I_add_other_plug-ins'_actions_to_my_menus.md rename to docs/FAQ/FAQ_How_do_I_add_other_plug-ins_actions_to_my_menus.md index 0b0086b1e34..9cb1904c33a 100644 --- a/docs/FAQ/FAQ_How_do_I_add_other_plug-ins'_actions_to_my_menus.md +++ b/docs/FAQ/FAQ_How_do_I_add_other_plug-ins_actions_to_my_menus.md @@ -13,5 +13,5 @@ Views and editors can register their context menus with the platform to allow ot See Also: --------- -[FAQ Can other plug-ins add actions to my part's context menu](FAQ_Can_other_plug-ins_add_actions_to_my_part's_context_menu.md) +[FAQ Can other plug-ins add actions to my part's context menu](FAQ_Can_other_plug-ins_add_actions_to_my_parts_context_menu.md) diff --git a/docs/FAQ/FAQ_How_do_I_choose_my_own_compiler.md b/docs/FAQ/FAQ_How_do_I_choose_my_own_compiler.md index b614f5f9eec..3352dd5cc66 100644 --- a/docs/FAQ/FAQ_How_do_I_choose_my_own_compiler.md +++ b/docs/FAQ/FAQ_How_do_I_choose_my_own_compiler.md @@ -17,5 +17,5 @@ Using the Preference page, you can also select the JDK compliance level of the c See Also: --------- -[FAQ Why can't my Ant build find javac?](FAQ_Why_can't_my_Ant_build_find_javac.md) +[FAQ Why can't my Ant build find javac?](FAQ_Why_cant_my_Ant_build_find_javac.md) diff --git a/docs/FAQ/FAQ_How_do_I_create_a_Java_project.md b/docs/FAQ/FAQ_How_do_I_create_a_Java_project.md index 2937bead9dd..eaac3ef74c9 100644 --- a/docs/FAQ/FAQ_How_do_I_create_a_Java_project.md +++ b/docs/FAQ/FAQ_How_do_I_create_a_Java_project.md @@ -36,7 +36,7 @@ Finally, you need to set the project's classpath, also known as the build path. See Also: --------- -[FAQ When does PDE change a plug-in's Java build path?](FAQ_When_does_PDE_change_a_plug-in's_Java_build_path.md) +[FAQ When does PDE change a plug-in's Java build path?](FAQ_When_does_PDE_change_a_plug-ins_Java_build_path.md) [FAQ\_How\_are\_resources\_created?](./FAQ_How_are_resources_created.md "FAQ How are resources created?") diff --git a/docs/FAQ/FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor.md b/docs/FAQ/FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor.md index 6acb281ef92..6ea8b7a37ea 100644 --- a/docs/FAQ/FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor.md +++ b/docs/FAQ/FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor.md @@ -67,5 +67,5 @@ See Also: [FAQ How do I use a model reconciler?](./FAQ_How_do_I_use_a_model_reconciler.md "FAQ How do I use a model reconciler?") -[FAQ Language integration phase 4: What are the finishing touches?](./FAQ_Language_integration_phase_4:_What_are_the_finishing_touches.md "FAQ Language integration phase 4: What are the finishing touches?") +[FAQ Language integration phase 4: What are the finishing touches?](./FAQ_Language_integration_phase_4_What_are_the_finishing_touches.md "FAQ Language integration phase 4: What are the finishing touches?") diff --git a/docs/FAQ/FAQ_How_do_I_create_fixed_views_and_perspectives.md b/docs/FAQ/FAQ_How_do_I_create_fixed_views_and_perspectives.md index e75bcc7e005..a1fff1bbc4e 100644 --- a/docs/FAQ/FAQ_How_do_I_create_fixed_views_and_perspectives.md +++ b/docs/FAQ/FAQ_How_do_I_create_fixed_views_and_perspectives.md @@ -31,5 +31,5 @@ See Also: [FAQ How can I add my views and actions to an existing perspective?](./FAQ_How_can_I_add_my_views_and_actions_to_an_existing_perspective.md "FAQ How can I add my views and actions to an existing perspective?") -[FAQ Why can't I control when, where, and how my view is presented?](./FAQ_Why_can%27t_I_control_when,_where,_and_how_my_view_is_presented.md "FAQ Why can't I control when, where, and how my view is presented?") +[FAQ Why can't I control when, where, and how my view is presented?](./FAQ_Why_cant_I_control_when_where_and_how_my_view_is_presented.md "FAQ Why can't I control when, where, and how my view is presented?") diff --git a/docs/FAQ/FAQ_How_do_I_create_my_own_tasks_problems_bookmarks_and_so_on.md b/docs/FAQ/FAQ_How_do_I_create_my_own_tasks_problems_bookmarks_and_so_on.md index 65049ed0aa2..b0226d0a8b6 100644 --- a/docs/FAQ/FAQ_How_do_I_create_my_own_tasks_problems_bookmarks_and_so_on.md +++ b/docs/FAQ/FAQ_How_do_I_create_my_own_tasks_problems_bookmarks_and_so_on.md @@ -20,7 +20,7 @@ See Also: * [FAQ How can I be notified of changes to the workspace?](./FAQ_How_can_I_be_notified_of_changes_to_the_workspace.md "FAQ How can I be notified of changes to the workspace?") * [FAQ Why don't my markers appear in the editor's vertical ruler?](./ -FAQ_Why_don%27t_my_markers_appear_in_the_editor%27s_vertical_ruler.md "FAQ Why don't my markers appear in the editor's vertical ruler?") +FAQ_Why_dont_my_markers_appear_in_the_editors_vertical_ruler.md "FAQ Why don't my markers appear in the editor's vertical ruler?") * [FAQ How do I create problem markers for my compiler?](./FAQ_How_do_I_create_problem_markers_for_my_compiler.md "FAQ How do I create problem markers for my compiler?") * Go to **Platform Plug-in Developer Guide > Programmer's Guide > Resources overview > Resource markers** * Eclipse online article ["Mark My Words"](https://www.eclipse.org/articles/Article-Mark%20My%20Words/mark-my-words.html) diff --git a/docs/FAQ/FAQ_How_do_I_create_problem_markers_for_my_compiler.md b/docs/FAQ/FAQ_How_do_I_create_problem_markers_for_my_compiler.md index 4cb43ea4cbb..2466f953191 100644 --- a/docs/FAQ/FAQ_How_do_I_create_problem_markers_for_my_compiler.md +++ b/docs/FAQ/FAQ_How_do_I_create_problem_markers_for_my_compiler.md @@ -36,6 +36,6 @@ See Also: --------- \* [FAQ How do I implement Quick Fixes for my own language?](./FAQ_How_do_I_implement_Quick_Fixes_for_my_own_language.md "FAQ How do I implement Quick Fixes for my own language?") - \* Mark My Words \[[\[1\]](https://www.eclipse.org/articles/Article-Mark%20My%20Words/mark-my-words.html)\] + \* [Mark My Words](https://www.eclipse.org/articles/Article-Mark%20My%20Words/mark-my-words.html) diff --git a/docs/FAQ/FAQ_How_do_I_enable_global_actions_such_as_Cut_Paste_and_Print_in_my_editor.md b/docs/FAQ/FAQ_How_do_I_enable_global_actions_such_as_Cut_Paste_and_Print_in_my_editor.md index 05772fff4cd..ac94a91863f 100644 --- a/docs/FAQ/FAQ_How_do_I_enable_global_actions_such_as_Cut_Paste_and_Print_in_my_editor.md +++ b/docs/FAQ/FAQ_How_do_I_enable_global_actions_such_as_Cut_Paste_and_Print_in_my_editor.md @@ -21,5 +21,5 @@ Your editor's IEditorActionBarContributor, defined in the editor definition in t See Also -------- -[FAQ How do I hook into global actions, such as Copy and Delete?](./FAQ_How_do_I_hook_into_global_actions,_such_as_Copy_and_Delete.md "FAQ How do I hook into global actions, such as Copy and Delete?") +[FAQ How do I hook into global actions, such as Copy and Delete?](./FAQ_How_do_I_hook_into_global_actions_such_as_Copy_and_Delete.md "FAQ How do I hook into global actions, such as Copy and Delete?") diff --git a/docs/FAQ/FAQ_How_do_I_enable_the_Save_and_Revert_actions.md b/docs/FAQ/FAQ_How_do_I_enable_the_Save_and_Revert_actions.md index 15aa6de9179..03afe66fa41 100644 --- a/docs/FAQ/FAQ_How_do_I_enable_the_Save_and_Revert_actions.md +++ b/docs/FAQ/FAQ_How_do_I_enable_the_Save_and_Revert_actions.md @@ -39,5 +39,5 @@ Unlike the **Save** action, the **Revert** action is not built into the editor f See Also: --------- -[FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?](./FAQ_How_do_I_enable_global_actions_such_as_Cut,_Paste,_and_Print_in_my_editor.md "FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?") +[FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?](./FAQ_How_do_I_enable_global_actions_such_as_Cut_Paste_and_Print_in_my_editor.md "FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?") diff --git a/docs/FAQ/FAQ_How_do_I_get_access_to_Eclipse_newsgroups.md b/docs/FAQ/FAQ_How_do_I_get_access_to_Eclipse_newsgroups.md index bf9b906582e..a3ac9ccb3b5 100644 --- a/docs/FAQ/FAQ_How_do_I_get_access_to_Eclipse_newsgroups.md +++ b/docs/FAQ/FAQ_How_do_I_get_access_to_Eclipse_newsgroups.md @@ -2,5 +2,5 @@ FAQ How do I get access to Eclipse newsgroups? ============================================== The Eclipse newsgroups are password-protected to protect them from spam and trolls. -Visit [Eclipse Newsgroups](https://eclipse.org/newsgroups/index.html) and request a free password to access the newsgroups. The same password can be used to browse the Eclipse mailing list archives. + diff --git a/docs/FAQ/FAQ_How_do_I_hide_referenced_libraries_in_the_Package_Explorer.md b/docs/FAQ/FAQ_How_do_I_hide_referenced_libraries_in_the_Package_Explorer.md index 4cd441b8c30..e007e66e5f7 100644 --- a/docs/FAQ/FAQ_How_do_I_hide_referenced_libraries_in_the_Package_Explorer.md +++ b/docs/FAQ/FAQ_How_do_I_hide_referenced_libraries_in_the_Package_Explorer.md @@ -12,5 +12,5 @@ Use the menu for Package Explorer: the small triangle in the explorer's title ba See Also: --------- -[FAQ How do I show/hide files like classpath in the Navigator?](./FAQ_How_do_I_show/hide_files_like_classpath_in_the_Navigator.md "FAQ How do I show/hide files like classpath in the Navigator?") +[FAQ How do I show/hide files like classpath in the Navigator?](./FAQ_How_do_I_show_or_hide_files_like_classpath_in_the_Navigator.md "FAQ How do I show/hide files like classpath in the Navigator?") diff --git a/docs/FAQ/FAQ_How_do_I_hook_into_global_actions_such_as_Copy_and_Delete.md b/docs/FAQ/FAQ_How_do_I_hook_into_global_actions_such_as_Copy_and_Delete.md index 2aca7218796..829951aed9f 100644 --- a/docs/FAQ/FAQ_How_do_I_hook_into_global_actions_such_as_Copy_and_Delete.md +++ b/docs/FAQ/FAQ_How_do_I_hook_into_global_actions_such_as_Copy_and_Delete.md @@ -22,7 +22,7 @@ The IWorkbenchActionConstants interface in the org.eclipse.ui package contains a See Also -------- -[FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?](./FAQ_How_do_I_enable_global_actions_such_as_Cut,_Paste,_and_Print_in_my_editor.md "FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?") +[FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?](./FAQ_How_do_I_enable_global_actions_such_as_Cut_Paste_and_Print_in_my_editor.md "FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?") [FAQ How do I add actions to the global toolbar?](./FAQ_How_do_I_add_actions_to_the_global_toolbar.md "FAQ How do I add actions to the global toolbar?") diff --git a/docs/FAQ/FAQ_How_do_I_implement_an_Eclipse_builder.md b/docs/FAQ/FAQ_How_do_I_implement_an_Eclipse_builder.md index f4e5181041e..fb6999319d6 100644 --- a/docs/FAQ/FAQ_How_do_I_implement_an_Eclipse_builder.md +++ b/docs/FAQ/FAQ_How_do_I_implement_an_Eclipse_builder.md @@ -3,8 +3,6 @@ Eclipse./FAQ/How.md do I implement an Eclipse builder? ================================================== -< [Eclipse](/Eclipse "Eclipse")‎ | [FAQ](/Eclipse/FAQ "Eclipse./FAQ")(Redirected.md from [FAQ How do I implement an Eclipse builder?](/index.php?title=FAQ_How_do_I_implement_an_Eclipse_builder%3F&redirect=no "FAQ How do I implement an Eclipse builder?")) - To understand how Eclipse builds projects, you need to * Understand where Eclipse stores its project build specifications (See [FAQ Where are project build specifications stored?](./FAQ_Where_are_project_build_specifications_stored.md "FAQ Where are project build specifications stored?")) diff --git a/docs/FAQ/FAQ_How_do_I_make_an_editor_that_contains_another_editor.md b/docs/FAQ/FAQ_How_do_I_make_an_editor_that_contains_another_editor.md index 86cf4eea2b8..366d5b48ed6 100644 --- a/docs/FAQ/FAQ_How_do_I_make_an_editor_that_contains_another_editor.md +++ b/docs/FAQ/FAQ_How_do_I_make_an_editor_that_contains_another_editor.md @@ -14,5 +14,5 @@ The simplest way to get going with a multi-page editor is to edit your plugin.xm See Also: --------- -* [FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?](./FAQ_How_do_I_create_a_form-based_editor,_such_as_the_plug-in_Manifest_Editor.md "FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?") +* [FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?](./FAQ_How_do_I_create_a_form-based_editor_such_as_the_plug-in_Manifest_Editor.md "FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?") diff --git a/docs/FAQ/FAQ_How_do_I_make_my_compiler_incremental.md b/docs/FAQ/FAQ_How_do_I_make_my_compiler_incremental.md index d696b37e7c7..5e476f4fe03 100644 --- a/docs/FAQ/FAQ_How_do_I_make_my_compiler_incremental.md +++ b/docs/FAQ/FAQ_How_do_I_make_my_compiler_incremental.md @@ -23,5 +23,5 @@ Incremental builders that are run sporadically may be wise to run a timer and cl See Also: --------- -[FAQ Language integration phase 2: How do I implement a DOM?](./FAQ_Language_integration_phase_2:_How_do_I_implement_a_DOM.md "FAQ Language integration phase 2: How do I implement a DOM?") +[FAQ Language integration phase 2: How do I implement a DOM?](./FAQ_Language_integration_phase_2_How_do_I_implement_a_DOM.md "FAQ Language integration phase 2: How do I implement a DOM?") diff --git a/docs/FAQ/FAQ_How_do_I_make_my_wizard_appear_in_the_UI.md b/docs/FAQ/FAQ_How_do_I_make_my_wizard_appear_in_the_UI.md index ad387a92f1c..db3fc3febb0 100644 --- a/docs/FAQ/FAQ_How_do_I_make_my_wizard_appear_in_the_UI.md +++ b/docs/FAQ/FAQ_How_do_I_make_my_wizard_appear_in_the_UI.md @@ -14,5 +14,5 @@ See Also: --------- * [FAQ What is a wizard?](./FAQ_What_is_a_wizard.md "FAQ What is a wizard?") -* [FAQ How do I add my wizard to the New, Import, or Export menu categories?](./FAQ_How_do_I_add_my_wizard_to_the_New,_Import,_or_Export_menu_categories.md "FAQ How do I add my wizard to the New, Import, or Export menu categories?") +* [FAQ How do I add my wizard to the New, Import, or Export menu categories?](./FAQ_How_do_I_add_my_wizard_to_the_New_Import_or_Export_menu_categories.md "FAQ How do I add my wizard to the New, Import, or Export menu categories?") diff --git a/docs/FAQ/FAQ_How_do_I_open_an_editor_on_a_file_outside_the_workspace.md b/docs/FAQ/FAQ_How_do_I_open_an_editor_on_a_file_outside_the_workspace.md index d87decc1408..c796ff60874 100644 --- a/docs/FAQ/FAQ_How_do_I_open_an_editor_on_a_file_outside_the_workspace.md +++ b/docs/FAQ/FAQ_How_do_I_open_an_editor_on_a_file_outside_the_workspace.md @@ -41,7 +41,7 @@ Alternatively, you can create a _linked resource_ in an existing project, which See Also: --------- -* [FAQ How do I accommodate project layouts that don't fit the Eclipse model?](./FAQ_How_do_I_accommodate_project_layouts_that_don%27t_fit_the_Eclipse_model.md "FAQ How do I accommodate project layouts that don't fit the Eclipse model?") +* [FAQ How do I accommodate project layouts that don't fit the Eclipse model?](./FAQ_How_do_I_accommodate_project_layouts_that_dont_fit_the_Eclipse_model.md "FAQ How do I accommodate project layouts that don't fit the Eclipse model?") * [FAQ How do I open an editor programmatically?](./FAQ_How_do_I_open_an_editor_programmatically.md "FAQ How do I open an editor programmatically?") * [FAQ How do I open an editor on something that is not a file?](./FAQ_How_do_I_open_an_editor_on_something_that_is_not_a_file.md "FAQ How do I open an editor on something that is not a file?") diff --git a/docs/FAQ/FAQ_How_do_I_prevent_builds_between_multiple_changes_to_the_workspace.md b/docs/FAQ/FAQ_How_do_I_prevent_builds_between_multiple_changes_to_the_workspace.md index f872097b757..399273d80bb 100644 --- a/docs/FAQ/FAQ_How_do_I_prevent_builds_between_multiple_changes_to_the_workspace.md +++ b/docs/FAQ/FAQ_How_do_I_prevent_builds_between_multiple_changes_to_the_workspace.md @@ -32,5 +32,5 @@ See Also: --------- * [FAQ Does the platform have support for concurrency?](./FAQ_Does_the_platform_have_support_for_concurrency.md "FAQ Does the platform have support for concurrency?") -* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable,_IRunnableWithProgress,_and_WorkspaceModifyOperation.md "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") +* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation.msd "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") diff --git a/docs/FAQ/FAQ_How_do_I_prevent_my_build_xml_file_from_being_overwritten.md b/docs/FAQ/FAQ_How_do_I_prevent_my_build_xml_file_from_being_overwritten.md index 9a37f522a5a..d7d1d29eb57 100644 --- a/docs/FAQ/FAQ_How_do_I_prevent_my_build_xml_file_from_being_overwritten.md +++ b/docs/FAQ/FAQ_How_do_I_prevent_my_build_xml_file_from_being_overwritten.md @@ -12,5 +12,5 @@ Normally, you can use the build.xml file that is automatically generated for you See Also: --------- -* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build.xml_file.md "FAQ What is the use of the build.xml file?") +* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build_xml_file.md "FAQ What is the use of the build.xml file?") diff --git a/docs/FAQ/FAQ_How_do_I_provide_a_keyboard_shortcut_for_my_action.md b/docs/FAQ/FAQ_How_do_I_provide_a_keyboard_shortcut_for_my_action.md index f7f43e229c4..b0caf8184c8 100644 --- a/docs/FAQ/FAQ_How_do_I_provide_a_keyboard_shortcut_for_my_action.md +++ b/docs/FAQ/FAQ_How_do_I_provide_a_keyboard_shortcut_for_my_action.md @@ -24,7 +24,8 @@ Keyboard shortcuts can also be created by defining a _key sequence_, using the o You can also define a key binding that applies only to a particular locale or platform. For example, you can define an accelerator that applies only to a German Linux GTK installation of Eclipse. See the command extension point documentation for more details on these advanced features. -The following is an example key-binding definition. This binding sets up a toggle comment accelerator for a hypothetical [AMPLE](http://en.wikipedia.org/wiki/AMPLE) language editor, which by default has no key binding: +The following is an example key-binding definition. +This binding sets up a toggle comment accelerator for a hypothetical AMPLE language editor, which by default has no key binding: Customize Perspective** and verify whether your contribution is enabled for the current perspective. -* Your plug-in may not show because it is not yet needed. If all your plug-in does is contribute a view, you may need to show it explicitly by using **Window > Show View > Other...**. If your plug-in contributes an editor for a particular type, you may need to configure the file association; see **Window > Preferences > Workbench > File Associations**. -* Your plug-in may throw an exception in its static initializer or in its plug-in class instance initializer. Again, consult the log file for error messages involving your plug-in. - -See Also: ---------- - -[FAQ What causes my plug-in to build but not to load in a runtime workbench?](./FAQ_What_causes_my_plug-in_to_build_but_not_to_load_in_a_runtime_workbench.md "FAQ What causes my plug-in to build but not to load in a runtime workbench?") - diff --git a/docs/FAQ/FAQ_My_runtime_workbench_runs_but_my_plug-in_does_not_show.md b/docs/FAQ/FAQ_My_runtime_workbench_runs_but_my_plug-in_does_not_show.md index 0e4e1a93740..7df67e9c56f 100644 --- a/docs/FAQ/FAQ_My_runtime_workbench_runs_but_my_plug-in_does_not_show.md +++ b/docs/FAQ/FAQ_My_runtime_workbench_runs_but_my_plug-in_does_not_show.md @@ -4,13 +4,13 @@ FAQ My runtime workbench runs, but my plug-in does not show. Why? ================================================================= * [FAQ How do I create a plug-in?](./FAQ_How_do_I_create_a_plug-in.md "FAQ How do I create a plug-in?") contains instructions for writing plug-ins in Eclipse. -* [FAQ Why doesn't my plug-in build correctly?](./FAQ_Why_doesn%27t_my_plug-in_build_correctly.md "FAQ Why doesn't my plug-in build correctly?") tells you what to do if your plug-in has problems building. +* [FAQ Why doesn't my plug-in build correctly?](./FAQ_Why_doesnt_my_plug-in_build_correctly.md "FAQ Why doesn't my plug-in build correctly?") tells you what to do if your plug-in has problems building. * [FAQ How do I run my plug-in in another instance of Eclipse?](./FAQ_How_do_I_run_my_plug-in_in_another_instance_of_Eclipse.md "FAQ How do I run my plug-in in another instance of Eclipse?") explains how to run a plug-in in another instance of Eclipse. Despite all these instructions, in some cases, your plug-in builds fine and the runtime workbench launches but your plug-in still does not show. Various configuration-related things could be wrong. * The plug-in may not be selected in the launch configuration. See [FAQ How do I run my plug-in in another instance of Eclipse?](./FAQ_How_do_I_run_my_plug-in_in_another_instance_of_Eclipse.md "FAQ How do I run my plug-in in another instance of Eclipse?") for instructions on how to select plug-ins. -* Your plug-in may rely on other plug-ins not enabled in your current launch configuration. Check the error log. See [FAQ Where can I find that elusive .log file?](./FAQ_Where_can_I_find_that_elusive_.log_file.md "FAQ Where can I find that elusive .log file?") for messages referring to your plug-in. +* Your plug-in may rely on other plug-ins not enabled in your current launch configuration. Check the error log. See [FAQ Where can I find that elusive .log file?](./FAQ_Where_can_I_find_that_elusive_log_file.md "FAQ Where can I find that elusive .log file?") for messages referring to your plug-in. * If your plug-in contributes an action to the toolbar and it does not show or if a menu option does not appear, your plug-in may still be activated. The workbench does not automatically add toolbar and menu items to every perspective. Run **Window > Customize Perspective** and verify whether your contribution is enabled for the current perspective. * Your plug-in may not show because it is not yet needed. If all your plug-in does is contribute a view, you may need to show it explicitly by using **Window > Show View > Other...**. If your plug-in contributes an editor for a particular type, you may need to configure the file association; see **Window > Preferences > Workbench > File Associations**. * Your plug-in may throw an exception in its static initializer or in its plug-in class instance initializer. Again, consult the log file for error messages involving your plug-in. diff --git a/docs/FAQ/FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md b/docs/FAQ/FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md index 88b961c44ff..77f3d162006 100644 --- a/docs/FAQ/FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md +++ b/docs/FAQ/FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md @@ -13,7 +13,8 @@ The main body of a workbench window is represented by the _workbench page_, whic Parts interact with the rest of the window via their _site_. The site is not a visible entity but simply an API mechanism to separate the methods that operate on the view from the methods that operate on controls and services outside the view. This allows the workbench implementers to add new features to the sites without breaking all the plug-ins that implement the parts. Figure 9.1 Spider graph shows how a view (ContentOutline) and an editor (WelcomeEditor) each has its own site, which is hosted by a page, inside a workbench window, owned by the workbench. -![FAQ views.png](https://github.com/eclipse-platform/eclipse.platform/tree/master/docs/FAQ/images./FAQ_views.png).md +![FAQ views.png](https://raw.githubusercontent.com/eclipse-platform/eclipse.platform/master/docs/FAQ/images/FAQ_views.png) + **Figure 9.1**  Spider diagram of site parts In addition, sites bring together that functionality that different parts of the workbench had in common but could not be expressed well in a single inheritance hierarchy. diff --git a/docs/FAQ/FAQ_What_Eclipse_mailing_lists_are_available.md b/docs/FAQ/FAQ_What_Eclipse_mailing_lists_are_available.md index 185585368db..a457dd7046b 100644 --- a/docs/FAQ/FAQ_What_Eclipse_mailing_lists_are_available.md +++ b/docs/FAQ/FAQ_What_Eclipse_mailing_lists_are_available.md @@ -8,8 +8,4 @@ Although Eclipse newsgroups are intended for users and extenders of the platform | **Warning:** Unless you are actively contributing to an Eclipse project, have a vested interest in the topic, or have special expertise to contribute, you should simply _read_ the archive for the mailing list and _ask questions_ on the corresponding newsgroups. | | --- | -See Also: ---------- - -* [The Eclipse mailing list page ](https://eclipse.org/mail) diff --git a/docs/FAQ/FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation.md b/docs/FAQ/FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation.md index 6709a3e48f7..0150e496532 100644 --- a/docs/FAQ/FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation.md +++ b/docs/FAQ/FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation.md @@ -10,6 +10,6 @@ The solution is to use WorkspaceModifyOperation. This class rolls the two mechan See Also: --------- -* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions,_commands,_operations,_jobs:_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") +* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") * [FAQ How do I prevent builds between multiple changes to the workspace?](./FAQ_How_do_I_prevent_builds_between_multiple_changes_to_the_workspace.md "FAQ How do I prevent builds between multiple changes to the workspace?") diff --git a/docs/FAQ/FAQ_What_are_extensions_and_extension_points.md b/docs/FAQ/FAQ_What_are_extensions_and_extension_points.md index 9adfcbd3f8d..76843f3cf57 100644 --- a/docs/FAQ/FAQ_What_are_extensions_and_extension_points.md +++ b/docs/FAQ/FAQ_What_are_extensions_and_extension_points.md @@ -20,7 +20,7 @@ See Also: * [FAQ How do I declare my own extension point?](./FAQ_How_do_I_declare_my_own_extension_point.md "FAQ How do I declare my own extension point?") * [FAQ What is a plug-in?](./FAQ_What_is_a_plug-in.md "FAQ What is a plug-in?") -* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_(plugin.xml).md "FAQ What is the plug-in manifest file (plugin.xml)?") +* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_plugin_xml.md "FAQ What is the plug-in manifest file (plugin.xml)?") * [FAQ How do I make my plug-in connect to other plug-ins?](./FAQ_How_do_I_make_my_plug-in_connect_to_other_plug-ins.md "FAQ How do I make my plug-in connect to other plug-ins?") * [FAQ What is an extension point schema?](./FAQ_What_is_an_extension_point_schema.md "FAQ What is an extension point schema?") * _Platform Plug-in Developer Guide_ under Programmer's Guide, Platform architecture diff --git a/docs/FAQ/FAQ_What_causes_my_plug-in_to_build_but_not_to_load_in_a_runtime_workbench.md b/docs/FAQ/FAQ_What_causes_my_plug-in_to_build_but_not_to_load_in_a_runtime_workbench.md index 89abf97ff43..b7873593590 100644 --- a/docs/FAQ/FAQ_What_causes_my_plug-in_to_build_but_not_to_load_in_a_runtime_workbench.md +++ b/docs/FAQ/FAQ_What_causes_my_plug-in_to_build_but_not_to_load_in_a_runtime_workbench.md @@ -32,7 +32,7 @@ See Also: \[\[FAQ\_How\_do\_I\_add\_an\_extra\_library\_to\_my\_project%26%23146%3Bs_classpath%3F\]\] -[FAQ\_My\_runtime\_workbench\_runs,\_but\_my\_plug-in\_does\_not\_show._Why?](./FAQ_My_runtime_workbench_runs,_but_my_plug-in_does_not_show._Why.md "FAQ My runtime workbench runs, but my plug-in does not show. Why?") +[FAQ\_My\_runtime\_workbench\_runs,\_but\_my\_plug-in\_does\_not\_show._Why?](./FAQ_My_runtime_workbench_runs_but_my_plug-in_does_not_show.md "FAQ My runtime workbench runs, but my plug-in does not show. Why?") \[\[FAQ\_When\_does\_PDE\_change\_a\_plug-in%26%23146%3Bs\_Java\_build_path%3F\]\] diff --git a/docs/FAQ/FAQ_What_is_Ant.md b/docs/FAQ/FAQ_What_is_Ant.md index e536447d4e0..fe735ff8338 100644 --- a/docs/FAQ/FAQ_What_is_Ant.md +++ b/docs/FAQ/FAQ_What_is_Ant.md @@ -15,5 +15,5 @@ See Also: --------- * [Apache Ant](http://ant.apache.org) -* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build.xml_file.md "FAQ What is the use of the build.xml file?") +* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build_xml_file.md "FAQ What is the use of the build.xml file?") diff --git a/docs/FAQ/FAQ_What_is_a_plug-in.md b/docs/FAQ/FAQ_What_is_a_plug-in.md index b38ae6fe51d..53544b2ebdc 100644 --- a/docs/FAQ/FAQ_What_is_a_plug-in.md +++ b/docs/FAQ/FAQ_What_is_a_plug-in.md @@ -14,6 +14,6 @@ A plug-in that provides Java code may specify in the manifest a concrete subclas See Also: --------- -* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_(plugin.xml).md "FAQ What is the plug-in manifest file (plugin.xml)?") +* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_plugin_xml.md "FAQ What is the plug-in manifest file (plugin.xml)?") * [FAQ What are extensions and extension points?](./FAQ_What_are_extensions_and_extension_points.md "FAQ What are extensions and extension points?") diff --git a/docs/FAQ/FAQ_What_is_a_view.md b/docs/FAQ/FAQ_What_is_a_view.md index 26ed5191de1..65a96a7c83d 100644 --- a/docs/FAQ/FAQ_What_is_a_view.md +++ b/docs/FAQ/FAQ_What_is_a_view.md @@ -11,7 +11,7 @@ See Also: --------- * [FAQ What is a viewer?](./FAQ_What_is_a_viewer.md "FAQ What is a viewer?") -* [FAQ Pages, parts, sites, windows: What is all this stuff?](./FAQ_Pages,_parts,_sites,_windows:_What_is_all_this_stuff.md "FAQ Pages, parts, sites, windows: What is all this stuff?") +* [FAQ Pages, parts, sites, windows: What is all this stuff?](./FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md "FAQ Pages, parts, sites, windows: What is all this stuff?") * [FAQ What is the difference between a view and a viewer?](./FAQ_What_is_the_difference_between_a_view_and_a_viewer.md "FAQ What is the difference between a view and a viewer?") * [FAQ What is the difference between a view and an editor?](./FAQ_What_is_the_difference_between_a_view_and_an_editor.md "FAQ What is the difference between a view and an editor?") diff --git a/docs/FAQ/FAQ_What_is_new_in_Eclipse_3_0.md b/docs/FAQ/FAQ_What_is_new_in_Eclipse_3_0.md index e2bd14a30a1..f145d06729b 100644 --- a/docs/FAQ/FAQ_What_is_new_in_Eclipse_3_0.md +++ b/docs/FAQ/FAQ_What_is_new_in_Eclipse_3_0.md @@ -28,5 +28,4 @@ See Also: [FAQ Is Eclipse 3.0 going to break all of my old plug-ins?](./FAQ_Is_Eclipse_3.0_going_to_break_all_of_my_old_plug-ins.md "FAQ Is Eclipse 3.0 going to break all of my old plug-ins?") -The [Eclipse 3.0 plan](https://eclipse.org/development/plan) diff --git a/docs/FAQ/FAQ_What_is_the_Update_Manager.md b/docs/FAQ/FAQ_What_is_the_Update_Manager.md index 195ff755053..24f7d0767be 100644 --- a/docs/FAQ/FAQ_What_is_the_Update_Manager.md +++ b/docs/FAQ/FAQ_What_is_the_Update_Manager.md @@ -17,7 +17,6 @@ See Also: --------- * [FAQ How do I upgrade Eclipse?](./FAQ_How_do_I_upgrade_Eclipse.md "FAQ How do I upgrade Eclipse?") -* [FAQ How do I update Eclipse?](./FAQ_How_do_I_update_Eclipse.md "FAQ How do I update Eclipse?") * [FAQ How do I create a plug-in?](./FAQ_How_do_I_create_a_plug-in.md "FAQ How do I create a plug-in?") * [FAQ How do I create a feature?](./FAQ_How_do_I_create_a_feature.md "FAQ How do I create a feature?") * [FAQ How do I create an update site?](./FAQ_How_do_I_create_an_update_site.md "FAQ How do I create an update site?") diff --git a/docs/FAQ/FAQ_What_is_the_classpath_of_a_plug-in.md b/docs/FAQ/FAQ_What_is_the_classpath_of_a_plug-in.md index e74fc4f56a0..d7cea772c8c 100644 --- a/docs/FAQ/FAQ_What_is_the_classpath_of_a_plug-in.md +++ b/docs/FAQ/FAQ_What_is_the_classpath_of_a_plug-in.md @@ -18,7 +18,7 @@ In Eclipse 2.1, the libraries from the org.eclipse.core.boot and org.eclipse.cor See Also: --------- -* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_(plugin.xml).md "FAQ What is the plug-in manifest file (plugin.xml)?") +* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_plugin_xml.md "FAQ What is the plug-in manifest file (plugin.xml)?") * [FAQ How do I make my plug-in connect to other plug-ins?](./FAQ_How_do_I_make_my_plug-in_connect_to_other_plug-ins.md "FAQ How do I make my plug-in connect to other plug-ins?") * [FAQ How do I add a library to the classpath of a plug-in?](./FAQ_How_do_I_add_a_library_to_the_classpath_of_a_plug-in.md "FAQ How do I add a library to the classpath of a plug-in?") * [FAQ How can I share a JAR among various plug-ins?](./FAQ_How_can_I_share_a_JAR_among_various_plug-ins.md "FAQ How can I share a JAR among various plug-ins?") diff --git a/docs/FAQ/FAQ_What_is_the_difference_between_a_command_and_an_action.md b/docs/FAQ/FAQ_What_is_the_difference_between_a_command_and_an_action.md index 439ca315bd2..079d6a31459 100644 --- a/docs/FAQ/FAQ_What_is_the_difference_between_a_command_and_an_action.md +++ b/docs/FAQ/FAQ_What_is_the_difference_between_a_command_and_an_action.md @@ -38,13 +38,11 @@ If you look in the **General > Keys** preference page, you will see a list of al References ---------- -* [Platform Command Framework](http://wiki.eclipse.org/Platform_Command_Framework) -* [Platform Expression Framework](http://wiki.eclipse.org/Platform_Expression_Framework) -* [Core Expressions](http://wiki.eclipse.org/Command_Core_Expressions) -* [Menu Contributions](http://wiki.eclipse.org/Menu_Contributions) -* [Menu Extension Mapping](http://wiki.eclipse.org/Menus_Extension_Mapping) +* [Platform Command Framework](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/PlatformCommandFramework.md) +* [Platform Expression Framework](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Platform_Expression_Framework.md) +* [Core Expressions](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Command_Core_Expressions.md) +* [Menu Contributions](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Menu_Contributions.md) * [Eclipse Workbench Guide](https://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/workbench.htm) -* [Working with mnu extension point](http://blog.rcp-company.com/2007/06/working-with-menus-extension-point.html) * [bug 223445 discusses references to an upcoming article](https://bugs.eclipse.org/bugs/show_bug.cgi?id=223445) See Also: diff --git a/docs/FAQ/FAQ_What_is_the_difference_between_a_perspective_and_a_workbench_page.md b/docs/FAQ/FAQ_What_is_the_difference_between_a_perspective_and_a_workbench_page.md index fd9bc0ad17b..072773a0546 100644 --- a/docs/FAQ/FAQ_What_is_the_difference_between_a_perspective_and_a_workbench_page.md +++ b/docs/FAQ/FAQ_What_is_the_difference_between_a_perspective_and_a_workbench_page.md @@ -10,5 +10,5 @@ The workbench page is the main body of a workbench window: between the toolbar a See Also: --------- -[FAQ\_Pages,\_parts,\_sites,\_windows:\_What\_is\_all\_this_stuff?](./FAQ_Pages,_parts,_sites,_windows:_What_is_all_this_stuff.md "FAQ Pages, parts, sites, windows: What is all this stuff?") +[FAQ\_Pages,\_parts,\_sites,\_windows:\_What\_is\_all\_this_stuff?](./FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md "FAQ Pages, parts, sites, windows: What is all this stuff?") diff --git a/docs/FAQ/FAQ_What_is_the_use_of_the_build_xml_file.md b/docs/FAQ/FAQ_What_is_the_use_of_the_build_xml_file.md index b4c06e4b8a9..dac2bd15e0d 100644 --- a/docs/FAQ/FAQ_What_is_the_use_of_the_build_xml_file.md +++ b/docs/FAQ/FAQ_What_is_the_use_of_the_build_xml_file.md @@ -12,7 +12,7 @@ Ant build files are low-level mechanisms to package up plug-ins. A much easier w See Also: --------- -* [FAQ When is the build.xml script executed?](./FAQ_When_is_the_build_script_executed.md "FAQ When is the build.xml script executed?") +* [FAQ When is the build.xml script executed?](./FAQ_When_is_the_build_xml_script_executed.md "FAQ When is the build.xml script executed?") * [FAQ How do I create a feature?](./FAQ_How_do_I_create_a_feature.md "FAQ How do I create a feature?") * [FAQ How do I create an update site?](./FAQ_How_do_I_create_an_update_site.md "FAQ How do I create an update site") * [FAQ What is Ant?](./FAQ_What_is_Ant.md "FAQ What is Ant?") diff --git a/docs/FAQ/FAQ_What_support_is_there_for_creating_custom_text_editors.md b/docs/FAQ/FAQ_What_support_is_there_for_creating_custom_text_editors.md index 3598964fe98..bd48d9aa9a2 100644 --- a/docs/FAQ/FAQ_What_support_is_there_for_creating_custom_text_editors.md +++ b/docs/FAQ/FAQ_What_support_is_there_for_creating_custom_text_editors.md @@ -42,7 +42,7 @@ This plug-in provides the main concrete editor in the base Eclipse Platform: the See Also: --------- -[FAQ I'm still confused. How do all the editor pieces fit together?](./FAQ_I%27m_still_confused!_How_do_all_the_editor_pieces_fit_together.md "FAQ I'm still confused! How do all the editor pieces fit together?") +[FAQ I'm still confused. How do all the editor pieces fit together?](./FAQ_Im_still_confused_How_do_all_the_editor_pieces_fit_together.md "FAQ I'm still confused! How do all the editor pieces fit together?") [FAQ How do I get started with creating a custom text editor?](./FAQ_How_do_I_get_started_with_creating_a_custom_text_editor.md "FAQ How do I get started with creating a custom text editor?") diff --git a/docs/FAQ/FAQ_What_wizards_do_I_define_for_my_own_language.md b/docs/FAQ/FAQ_What_wizards_do_I_define_for_my_own_language.md index 538fe408732..9769c60c725 100644 --- a/docs/FAQ/FAQ_What_wizards_do_I_define_for_my_own_language.md +++ b/docs/FAQ/FAQ_What_wizards_do_I_define_for_my_own_language.md @@ -18,5 +18,4 @@ See Also: * [FAQ\_What\_is\_a\_wizard?](./FAQ_What_is_a_wizard.md "FAQ What is a wizard?") * [FAQ\_When\_does\_my\_language\_need\_its\_own\_nature?](./FAQ_When_does_my_language_need_its_own_nature.md "FAQ When does my language need its own nature?") -* [Eclipse online article Creating JFace Wizards](https://www.eclipse.org/articles/Article-JFace%20Wizards/wizardArticle.html) diff --git a/docs/FAQ/FAQ_When_does_PDE_change_a_plug-in's_Java_build_path.md b/docs/FAQ/FAQ_When_does_PDE_change_a_plug-ins_Java_build_path.md similarity index 93% rename from docs/FAQ/FAQ_When_does_PDE_change_a_plug-in's_Java_build_path.md rename to docs/FAQ/FAQ_When_does_PDE_change_a_plug-ins_Java_build_path.md index 33c17389d5f..cbd790e8e96 100644 --- a/docs/FAQ/FAQ_When_does_PDE_change_a_plug-in's_Java_build_path.md +++ b/docs/FAQ/FAQ_When_does_PDE_change_a_plug-ins_Java_build_path.md @@ -12,6 +12,6 @@ Regardless of whether classpath containers are used, it makes little sense to ed See Also: --------- -* [FAQ Why doesn't my plug-in build correctly?](./FAQ_Why_doesn%27t_my_plug-in_build_correctly.md "FAQ Why doesn't my plug-in build correctly?") +* [FAQ Why doesn't my plug-in build correctly?](./FAQ_Why_doesnt_my_plug-in_build_correctly.md "FAQ Why doesn't my plug-in build correctly?") * [FAQ What is the classpath of a plug-in?](./FAQ_What_is_the_classpath_of_a_plug-in.md "FAQ What is the classpath of a plug-in?") diff --git a/docs/FAQ/FAQ_When_does_a_plug-in_get_started.md b/docs/FAQ/FAQ_When_does_a_plug-in_get_started.md index 0b97be32a38..6f1c4ccf95f 100644 --- a/docs/FAQ/FAQ_When_does_a_plug-in_get_started.md +++ b/docs/FAQ/FAQ_When_does_a_plug-in_get_started.md @@ -32,6 +32,6 @@ To play along with the rule of lazy activation, plug-in writers should follow so See Also: --------- -* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_(plugin.xml).md "FAQ What is the plug-in manifest file (plugin.xml)?") +* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_plugin_xml.md "FAQ What is the plug-in manifest file (plugin.xml)?") * [FAQ Can I activate my plug-in when the workbench starts?](./FAQ_Can_I_activate_my_plug-in_when_the_workbench_starts.md "FAQ Can I activate my plug-in when the workbench starts?") diff --git a/docs/FAQ/FAQ_When_is_the_build_xml_script_executed.md b/docs/FAQ/FAQ_When_is_the_build_xml_script_executed.md index 1236d67907e..ccb5a53333f 100644 --- a/docs/FAQ/FAQ_When_is_the_build_xml_script_executed.md +++ b/docs/FAQ/FAQ_When_is_the_build_xml_script_executed.md @@ -6,6 +6,6 @@ The build script for a plug-in is executed when you manually run the context men See Also: --------- -* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build.xml_file.md "FAQ What is the use of the build.xml file?") +* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build_xml_file.md "FAQ What is the use of the build.xml file?") * [FAQ How do I create an update site?](./FAQ_How_do_I_create_an_update_site.md "FAQ How do I create an update site?") diff --git a/docs/FAQ/FAQ_Where_can_I_find_more_information_on_SWT.md b/docs/FAQ/FAQ_Where_can_I_find_more_information_on_SWT.md index ad1dfebccb6..956160a1511 100644 --- a/docs/FAQ/FAQ_Where_can_I_find_more_information_on_SWT.md +++ b/docs/FAQ/FAQ_Where_can_I_find_more_information_on_SWT.md @@ -13,9 +13,13 @@ Contents Books ----- -Before 2004, comprehensive information on SWT was not available outside the SWT source code and javadoc itself. This situation changed in 2004 with the publication of _SWT: The Standard Widget Toolkit_ in the Addison-Wesley Eclipse Series. This book was written by Steve Northover and Mike Wilson, two of the original architects and developers of SWT. When the acronym first appeared, it was jokingly referred to as Steve's Widget Toolkit. +Before 2004, comprehensive information on SWT was not available outside the SWT source code and javadoc itself. +This situation changed in 2004 with the publication of _SWT: The Standard Widget Toolkit_ in the Addison-Wesley Eclipse Series. +This book was written by Steve Northover and Mike Wilson, two of the original architects and developers of SWT. +When the acronym first appeared, it was jokingly referred to as Steve's Widget Toolkit. -Nobody knows SWT better than these authors, and their book is the most authoritative guide to the subject. If you're doing extensive development using SWT, it's indispensable. Volume 2 of their book is forthcoming. +Nobody knows SWT better than these authors, and their book is the most authoritative guide to the subject. +If you're doing extensive development using SWT, it's indispensable. Volume 2 of their book is forthcoming. Several other Eclipse books include a chapter or more on SWT: @@ -27,27 +31,36 @@ Several other Eclipse books include a chapter or more on SWT: Web sites --------- -The information hub for SWT is the [SWT development team home page](https://eclipse.org/swt). The main page has a basic SWT overview, and the Development Resources page has loads more information, including a comprehensive library of stand-alone SWT programs--called snippets--illustrating many of the important concepts in SWT. This page also hosts the official SWT FAQ maintained by the SWT development team, as well as development plans, platform porting status, and much more. +The information hub for SWT is the [SWT development team home page](https://eclipse.org/swt). +The main page has a basic SWT overview, and the Development Resources page has loads more information, including a comprehensive library of stand-alone SWT programs--called snippets--illustrating many of the important concepts in SWT. +This page also hosts the official SWT FAQ maintained by the SWT development team, as well as development plans, platform porting status, and much more. -The [home page for the SWT and JFace portion of the Eclipse wiki](http://wiki.eclipse.org/SWT) (www.eclipse-wiki.info) has links to other resource pages, but some information is here, along with a collection of FAQs. +The home page for SWT and JFace has links to other resource pages, but some information is here, along with a collection of FAQs. -The site [SWT Workbench](http://www.swtworkbench.com) is hosted by a company that does consulting and develops commercial SWT products. Its community page has discussion forums, news, links, and more, with a particular emphasis on SWT. Articles -------- -The first place to look for articles is the articles page on eclipse.org. We won't bother listing all the articles here as the list would probably be stale by the time this book goes to print. Of particular note is the two-part article entitled 'SWT: The Standard Widget Toolkit.' These articles were written by the SWT development team to describe some of the design rationale behind the project. The CD included with this book has PDF versions of all the articles, captured in May, 2004. +The first place to look for articles is the articles page on eclipse.org. +We won't bother listing all the articles here as the list would probably be stale by the time this book goes to print. +Of particular note is the two-part article entitled 'SWT: The Standard Widget Toolkit.' +These articles were written by the SWT development team to describe some of the design rationale behind the project. +The CD included with this book has PDF versions of all the articles, captured in May, 2004. -[IBM developerWorks](http://www.ibm.com/developerworks) also has some technical articles focusing on SWT: 'Using JFace and SWT in stand-alone mode,' and 'How to Deploy an SWT application using Java Web Start.' Discussion forums ----------------- -The main forum for discussion of SWT is the eclipse.platform.swt newsgroup. This is the place to go for all kinds of SWT questions for users of all levels, from novices taking their first steps with SWT to highly experienced SWT developers. The SWT develoment team regularly reads this newsgroup, so you can be sure of authoritative answers. Be sure to do a [quick search](https://www.eclipse.org/search/search.cgi), before posting, to avoid asking a question that's been asked before. +The main forum for discussion of SWT is the eclipse.platform.swt newsgroup. +This is the place to go for all kinds of SWT questions for users of all levels, from novices taking their first steps with SWT to highly experienced SWT developers. +The SWT develoment team regularly reads this newsgroup, so you can be sure of authoritative answers. +Be sure to do a [quick search](https://www.eclipse.org/search/search.cgi), before posting, to avoid asking a question that's been asked before. -The platform-swt-dev mailing list is for discussion among members of the SWT development team and other contributors to SWT. If you are fixing SWT bugs, porting SWT to another platform, or looking for solutions to advanced questions that have not been answered on the newsgroup, you are welcome to ask here. SWT users are welcome to subscribe and follow along with the discussion, but to avoid cluttering the developer list, please use the newsgroup for your questions. +The platform-swt-dev mailing list is for discussion among members of the SWT development team and other contributors to SWT. +If you are fixing SWT bugs, porting SWT to another platform, or looking for solutions to advanced questions that have not been answered on the newsgroup, you are welcome to ask here. +SWT users are welcome to subscribe and follow along with the discussion, but to avoid cluttering the developer list, please use the newsgroup for your questions. -Some other Java forums have been known to host discussion threads on SWT. Unfortunately, these forums can sometimes deteriorate into flame wars on Swing versus SWT. One notable example is [javalobby](http://www.javalobby.org), which has had several SWT discussion threads. +Some other Java forums have been known to host discussion threads on SWT. Unfortunately, these forums can sometimes deteriorate into flame wars on Swing versus SWT. See Also -------- diff --git a/docs/FAQ/FAQ_Where_can_I_find_the_Eclipse_plug-ins.md b/docs/FAQ/FAQ_Where_can_I_find_the_Eclipse_plug-ins.md index 8d2b9998c95..1b6a87aa3fe 100644 --- a/docs/FAQ/FAQ_Where_can_I_find_the_Eclipse_plug-ins.md +++ b/docs/FAQ/FAQ_Where_can_I_find_the_Eclipse_plug-ins.md @@ -20,5 +20,5 @@ It may be a struggle to keep your workspace error free when you bring in only po See Also: --------- -* [FAQ When does PDE change a plug-in's Java build path?](./FAQ_When_does_PDE_change_a_plug-in%27s_Java_build_path.md "FAQ When does PDE change a plug-in's Java build path?") +* [FAQ When does PDE change a plug-in's Java build path?](./FAQ_When_does_PDE_change_a_plug-ins_Java_build_path.md "FAQ When does PDE change a plug-in's Java build path?") diff --git a/docs/FAQ/FAQ_Where_do_I_find_suitable_Eclipse_logos_and_wordmarks.md b/docs/FAQ/FAQ_Where_do_I_find_suitable_Eclipse_logos_and_wordmarks.md index 71122434d15..0c07d9045a5 100644 --- a/docs/FAQ/FAQ_Where_do_I_find_suitable_Eclipse_logos_and_wordmarks.md +++ b/docs/FAQ/FAQ_Where_do_I_find_suitable_Eclipse_logos_and_wordmarks.md @@ -3,8 +3,4 @@ FAQ Where do I find suitable Eclipse logos and wordmarks? The Eclipse Web site contains a list of suitable logos and wordmarks to download for varying use, such as either four-color-process offset printing, desktop publishing, Web sites, and embroidery applications. Users are advised to use the original artwork and not to redraw or redesign it for any purpose. -See Also: ---------- - -[Eclipse artwork](https://www.eclipse.org/artwork/main.html) diff --git a/docs/FAQ/FAQ_Where_do_I_get_and_install_Eclipse.md b/docs/FAQ/FAQ_Where_do_I_get_and_install_Eclipse.md index cdc6174b021..48d9333d7b0 100644 --- a/docs/FAQ/FAQ_Where_do_I_get_and_install_Eclipse.md +++ b/docs/FAQ/FAQ_Where_do_I_get_and_install_Eclipse.md @@ -22,7 +22,7 @@ To install Eclipse, all you do is unpack the zip/tar file download in the desire For Windows, a number of problems have been reported when people try to use Windows Explorer to unzip the zip file. Please use a third-party unzip program, such as 7-Zip, Winzip, JustZIPIt, EasyZip, or InfoZIP (part of Cygwin, although you may have to manually chmod the .dll and .exe files as executable afterward). -If you have problems running Eclipse after it's been installed, please see [FAQ I unzipped Eclipse, but it won't start](./FAQ_I_unzipped_Eclipse,_but_it_won%27t_start.md "FAQ I unzipped Eclipse, but it won't start") for troubleshooting help. +If you have problems running Eclipse after it's been installed, please see [FAQ I unzipped Eclipse, but it won't start](./FAQ_I_unzipped_Eclipse_but_it_wont_start.md "FAQ I unzipped Eclipse, but it won't start") for troubleshooting help. See also [Eclipse/Installation](/Eclipse/Installation "Eclipse/Installation"). @@ -37,6 +37,6 @@ See Also: --------- * The Eclipse [download site](https://eclipse.org/downloads) -* [FAQ I unzipped Eclipse, but it won't start](./FAQ_I_unzipped_Eclipse,_but_it_won%27t_start.md "FAQ I unzipped Eclipse, but it won't start") +* [FAQ I unzipped Eclipse, but it won't start](./FAQ_I_unzipped_Eclipse_but_it_wont_start.md "FAQ I unzipped Eclipse, but it won't start") * [Sun Developer Network](http://java.sun.com/) diff --git a/docs/FAQ/FAQ_Why_can't_I_control_when_where_and_how_my_view_is_presented.md b/docs/FAQ/FAQ_Why_cant_I_control_when_where_and_how_my_view_is_presented.md similarity index 100% rename from docs/FAQ/FAQ_Why_can't_I_control_when_where_and_how_my_view_is_presented.md rename to docs/FAQ/FAQ_Why_cant_I_control_when_where_and_how_my_view_is_presented.md diff --git a/docs/FAQ/FAQ_Why_can't_my_Ant_build_find_javac.md b/docs/FAQ/FAQ_Why_cant_my_Ant_build_find_javac.md similarity index 100% rename from docs/FAQ/FAQ_Why_can't_my_Ant_build_find_javac.md rename to docs/FAQ/FAQ_Why_cant_my_Ant_build_find_javac.md diff --git a/docs/FAQ/FAQ_Why_do_I_get_a_'plug-in_was_unable_to_load_class'_error_when_I_activate_a_menu_or_toolbar_action.md b/docs/FAQ/FAQ_Why_do_I_get_a_plug-in_was_unable_to_load_class_error_when_I_activate_a_menu_or_toolbar_action.md similarity index 100% rename from docs/FAQ/FAQ_Why_do_I_get_a_'plug-in_was_unable_to_load_class'_error_when_I_activate_a_menu_or_toolbar_action.md rename to docs/FAQ/FAQ_Why_do_I_get_a_plug-in_was_unable_to_load_class_error_when_I_activate_a_menu_or_toolbar_action.md diff --git a/docs/FAQ/FAQ_Why_doesn't_Eclipse_play_well_with_Xerces.md b/docs/FAQ/FAQ_Why_doesnt_Eclipse_play_well_with_Xerces.md similarity index 100% rename from docs/FAQ/FAQ_Why_doesn't_Eclipse_play_well_with_Xerces.md rename to docs/FAQ/FAQ_Why_doesnt_Eclipse_play_well_with_Xerces.md diff --git a/docs/FAQ/FAQ_Why_doesn't_my_plug-in_build_correctly.md b/docs/FAQ/FAQ_Why_doesnt_my_plug-in_build_correctly.md similarity index 100% rename from docs/FAQ/FAQ_Why_doesn't_my_plug-in_build_correctly.md rename to docs/FAQ/FAQ_Why_doesnt_my_plug-in_build_correctly.md diff --git a/docs/FAQ/FAQ_Why_doesn't_my_program_start_when_I_click_the_Run_button.md b/docs/FAQ/FAQ_Why_doesnt_my_program_start_when_I_click_the_Run_button.md similarity index 100% rename from docs/FAQ/FAQ_Why_doesn't_my_program_start_when_I_click_the_Run_button.md rename to docs/FAQ/FAQ_Why_doesnt_my_program_start_when_I_click_the_Run_button.md diff --git a/docs/FAQ/FAQ_Why_don't_my_markers_appear_in_the_editor's_vertical_ruler.md b/docs/FAQ/FAQ_Why_dont_my_markers_appear_in_the_editors_vertical_ruler.md similarity index 90% rename from docs/FAQ/FAQ_Why_don't_my_markers_appear_in_the_editor's_vertical_ruler.md rename to docs/FAQ/FAQ_Why_dont_my_markers_appear_in_the_editors_vertical_ruler.md index 2b2ecc27e23..75564820cb3 100644 --- a/docs/FAQ/FAQ_Why_don't_my_markers_appear_in_the_editor's_vertical_ruler.md +++ b/docs/FAQ/FAQ_Why_dont_my_markers_appear_in_the_editors_vertical_ruler.md @@ -15,5 +15,5 @@ Text editors in Eclipse can display markers in a number of ways. Most commonly, See Also: --------- -[FAQ How do I create my own tasks, problems, bookmarks, and so on?](./FAQ_How_do_I_create_my_own_tasks,_problems,_bookmarks,_and_so_on.md "FAQ How do I create my own tasks, problems, bookmarks, and so on?") +[FAQ How do I create my own tasks, problems, bookmarks, and so on?](./FAQ_How_do_I_create_my_own_tasks_problems_bookmarks_and_so_on.md "FAQ How do I create my own tasks, problems, bookmarks, and so on?") diff --git a/docs/FAQ/FAQ_Why_don't_my_markers_show_up_in_the_Tasks_view.md b/docs/FAQ/FAQ_Why_dont_my_markers_show_up_in_the_Tasks_view.md similarity index 100% rename from docs/FAQ/FAQ_Why_don't_my_markers_show_up_in_the_Tasks_view.md rename to docs/FAQ/FAQ_Why_dont_my_markers_show_up_in_the_Tasks_view.md diff --git a/docs/FAQ/FAQ_Why_should_I_use_the_new_progress_service.md b/docs/FAQ/FAQ_Why_should_I_use_the_new_progress_service.md index d7a01628b28..168dd280ff2 100644 --- a/docs/FAQ/FAQ_Why_should_I_use_the_new_progress_service.md +++ b/docs/FAQ/FAQ_Why_should_I_use_the_new_progress_service.md @@ -22,6 +22,6 @@ See Also: * [FAQ Why do I get an invalid thread access exception?](./FAQ_Why_do_I_get_an_invalid_thread_access_exception.md "FAQ Why do I get an invalid thread access exception?") * [FAQ How do I switch from using a Progress dialog to the Progress view?](./FAQ_How_do_I_switch_from_using_a_Progress_dialog_to_the_Progress_view.md "FAQ How do I switch from using a Progress dialog to the Progress view?") -* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions,_commands,_operations,_jobs:_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") -* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable,_IRunnableWithProgress,_and_WorkspaceModifyOperation.md "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") +* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") +* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") diff --git a/docs/FAQ/The_Official_Eclipse_FAQs.md b/docs/FAQ/The_Official_Eclipse_FAQs.md index 35ae16792a5..00d16d781c1 100644 --- a/docs/FAQ/The_Official_Eclipse_FAQs.md +++ b/docs/FAQ/The_Official_Eclipse_FAQs.md @@ -65,7 +65,7 @@ An open source project would be nothing without a supporting community. The Ecli * [FAQ How do I report a bug in Eclipse?](./FAQ_How_do_I_report_a_bug_in_Eclipse.md "FAQ How do I report a bug in Eclipse?") * [FAQ How can I search the existing list of bugs in Eclipse?](./FAQ_How_can_I_search_the_existing_list_of_bugs_in_Eclipse.md "FAQ How can I search the existing list of bugs in Eclipse?") * [FAQ What do I do if my feature request is ignored?](./FAQ_What_do_I_do_if_my_feature_request_is_ignored.md "FAQ What do I do if my feature request is ignored?") -* [FAQ Can I get my documentation in PDF form, please?](./FAQ_Can_I_get_my_documentation_in_PDF_form,_please.md "FAQ Can I get my documentation in PDF form, please?") +* [FAQ Can I get my documentation in PDF form, please?](./FAQ_Can_I_get_my_documentation_in_PDF_form_please.md "FAQ Can I get my documentation in PDF form, please?") * [FAQ Where do I find documentation for a given extension point?](./FAQ_Where_do_I_find_documentation_for_a_given_extension_point.md "FAQ Where do I find documentation for a given extension point?") * [FAQ How is Eclipse licensed?](./FAQ_How_is_Eclipse_licensed.md "FAQ How is Eclipse licensed?") @@ -80,9 +80,9 @@ This chapter should get you going. We also included some FAQs for plug-in develo * [FAQ Where do I get and install Eclipse?](./FAQ_Where_do_I_get_and_install_Eclipse.md "FAQ Where do I get and install Eclipse?") * [FAQ How do I run Eclipse?](./FAQ_How_do_I_run_Eclipse.md "FAQ How do I run Eclipse?") * [FAQ How do I increase the heap size available to Eclipse?](./FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse.md "FAQ How do I increase the heap size available to Eclipse?") -* [FAQ Where can I find that elusive .log file?](./FAQ_Where_can_I_find_that_elusive_.log_file.md "FAQ Where can I find that elusive .log file?") +* [FAQ Where can I find that elusive .log file?](./FAQ_Where_can_I_find_that_elusive_log_file.md "FAQ Where can I find that elusive .log file?") * [FAQ Does Eclipse run on any Linux distribution?](./FAQ_Does_Eclipse_run_on_any_Linux_distribution.md "FAQ Does Eclipse run on any Linux distribution?") -* [FAQ I unzipped Eclipse, but it won't start](./FAQ_I_unzipped_Eclipse,_but_it_won%27t_start.md "FAQ I unzipped Eclipse, but it won't start") +* [FAQ I unzipped Eclipse, but it won't start](./FAQ_I_unzipped_Eclipse_but_it_wont_start.md "FAQ I unzipped Eclipse, but it won't start") * [FAQ How do I upgrade Eclipse?](./FAQ_How_do_I_upgrade_Eclipse.md "FAQ How do I upgrade Eclipse?") * [FAQ How do I install new plug-ins?](./FAQ_How_do_I_install_new_plug-ins.md "FAQ How do I install new plug-ins?") * [FAQ Can I install plug-ins outside the main install directory?](./FAQ_Can_I_install_plug-ins_outside_the_main_install_directory.md "FAQ Can I install plug-ins outside the main install directory?") @@ -90,8 +90,8 @@ This chapter should get you going. We also included some FAQs for plug-in develo * [FAQ How do I find out what plug-ins have been installed?](./FAQ_How_do_I_find_out_what_plug-ins_have_been_installed.md "FAQ How do I find out what plug-ins have been installed?") * [FAQ Where do I get help?](./FAQ_Where_do_I_get_help.md "FAQ Where do I get help?") * [FAQ How do I report a bug?](./FAQ_How_do_I_report_a_bug.md "FAQ How do I report a bug?") -* [FAQ How do I accommodate project layouts that don't fit the Eclipse model?](./FAQ_How_do_I_accommodate_project_layouts_that_don%27t_fit_the_Eclipse_model.md "FAQ How do I accommodate project layouts that don't fit the Eclipse model?") -* [FAQ What is new in Eclipse 3.0?](./FAQ_What_is_new_in_Eclipse_3.0.md "FAQ What is new in Eclipse 3.0?") +* [FAQ How do I accommodate project layouts that don't fit the Eclipse model?](./FAQ_How_do_I_accommodate_project_layouts_that_dont_fit_the_Eclipse_model.md "FAQ How do I accommodate project layouts that don't fit the Eclipse model?") +* [FAQ What is new in Eclipse 3.0?](./FAQ_What_is_new_in_Eclipse_3_0.md "FAQ What is new in Eclipse 3.0?") * [FAQ Is Eclipse 3.0 going to break all of my old plug-ins?](./FAQ_Is_Eclipse_3.0_going_to_break_all_of_my_old_plug-ins.md "FAQ Is Eclipse 3.0 going to break all of my old plug-ins?") * [FAQ How do I prevent my plug-in from being broken when I update Eclipse?](./FAQ_How_do_I_prevent_my_plug-in_from_being_broken_when_I_update_Eclipse.md "FAQ How do I prevent my plug-in from being broken when I update Eclipse?") @@ -106,7 +106,7 @@ For a comprehensive guide to using Eclipse, refer to other books such as The Jav * [FAQ How do I link the Navigator with the currently active editor?](./FAQ_How_do_I_link_the_Navigator_with_the_currently_active_editor.md "FAQ How do I link the Navigator with the currently active editor?") * [FAQ How do I use the keyboard to traverse between editors?](./FAQ_How_do_I_use_the_keyboard_to_traverse_between_editors.md "FAQ How do I use the keyboard to traverse between editors?") * [FAQ How can I rearrange Eclipse views and editors?](./FAQ_How_can_I_rearrange_Eclipse_views_and_editors.md "FAQ How can I rearrange Eclipse views and editors?") -* [FAQ Why doesn't my program start when I click the Run button?](./FAQ_Why_doesn%27t_my_program_start_when_I_click_the_Run_button.md "FAQ Why doesn't my program start when I click the Run button?") +* [FAQ Why doesn't my program start when I click the Run button?](./FAQ_Why_doesnt_my_program_start_when_I_click_the_Run_button.md "FAQ Why doesn't my program start when I click the Run button?") * [FAQ How do I turn off autobuilding of Java code?](./FAQ_How_do_I_turn_off_autobuilding_of_Java_code.md "FAQ How do I turn off autobuilding of Java code?") * [FAQ How do I hide referenced libraries in the Package Explorer?](./FAQ_How_do_I_hide_referenced_libraries_in_the_Package_Explorer.md "FAQ How do I hide referenced libraries in the Package Explorer?") * [FAQ Where do my class files disappear to?](./FAQ_Where_do_my_class_files_disappear_to.md "FAQ Where do my class files disappear to?") @@ -126,9 +126,9 @@ For a comprehensive guide to using Eclipse, refer to other books such as The Jav * [FAQ How do I set a conditional breakpoint?](./FAQ_How_do_I_set_a_conditional_breakpoint.md "FAQ How do I set a conditional breakpoint?") * [FAQ How do I find all Java methods that return a String?](./FAQ_How_do_I_find_all_Java_methods_that_return_a_String.md "FAQ How do I find all Java methods that return a String?") * [FAQ What can I view in the Hierarchy view?](./FAQ_What_can_I_view_in_the_Hierarchy_view.md "FAQ What can I view in the Hierarchy view?") -* [FAQ How do I add an extra library to my project's classpath?](./FAQ_How_do_I_add_an_extra_library_to_my_project%27s_classpath.md "FAQ How do I add an extra library to my project's classpath?") +* [FAQ How do I add an extra library to my project's classpath?](./FAQ_How_do_I_add_an_extra_library_to_my_projects_classpath.md "FAQ How do I add an extra library to my project's classpath?") * [FAQ What is the advantage of sharing the project file in a repository?](./FAQ_What_is_the_advantage_of_sharing_the_project_file_in_a_repository.md "FAQ What is the advantage of sharing the project file in a repository?") -* [FAQ What is the function of the .cvsignore file?](./FAQ_What_is_the_function_of_the_.cvsignore_file.md "FAQ What is the function of the .cvsignore file?") +* [FAQ What is the function of the .cvsignore file?](./FAQ_What_is_the_function_of_the_cvsignore_file.md "FAQ What is the function of the .cvsignore file?") * [FAQ How do I set up a Java project to share in a repository?](./FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository.md "FAQ How do I set up a Java project to share in a repository?") * [FAQ Why does the Eclipse compiler create a different serialVersionUID from javac?](./FAQ_Why_does_the_Eclipse_compiler_create_a_different_serialVersionUID_from_javac.md "FAQ Why does the Eclipse compiler create a different serialVersionUID from javac?") @@ -140,26 +140,26 @@ This chapter describes the mechanics of plug-in development, such as creating pl * [FAQ How do I create a plug-in?](./FAQ_How_do_I_create_a_plug-in.md "FAQ How do I create a plug-in?") * [FAQ How do I use the plug-in Manifest Editor?](./FAQ_How_do_I_use_the_plug-in_Manifest_Editor.md "FAQ How do I use the plug-in Manifest Editor?") -* [FAQ Why doesn't my plug-in build correctly?](./FAQ_Why_doesn%27t_my_plug-in_build_correctly.md "FAQ Why doesn't my plug-in build correctly?") +* [FAQ Why doesn't my plug-in build correctly?](./FAQ_Why_doesnt_my_plug-in_build_correctly.md "FAQ Why doesn't my plug-in build correctly?") * [FAQ How do I run my plug-in in another instance of Eclipse?](./FAQ_How_do_I_run_my_plug-in_in_another_instance_of_Eclipse.md "FAQ How do I run my plug-in in another instance of Eclipse?") * [FAQ What causes my plug-in to build but not to load in a runtime workbench?](./FAQ_What_causes_my_plug-in_to_build_but_not_to_load_in_a_runtime_workbench.md "FAQ What causes my plug-in to build but not to load in a runtime workbench?") -* [FAQ My runtime workbench runs, but my plug-in does not show. Why?](./FAQ_My_runtime_workbench_runs,_but_my_plug-in_does_not_show._Why.md "FAQ My runtime workbench runs, but my plug-in does not show. Why?") +* [FAQ My runtime workbench runs, but my plug-in does not show. Why?](./FAQ_My_runtime_workbench_runs_but_my_plug-in_does_not_show.md "FAQ My runtime workbench runs, but my plug-in does not show. Why?") * [FAQ How do I add images and other resources to a runtime JAR file?](./FAQ_How_do_I_add_images_and_other_resources_to_a_runtime_JAR_file.md "FAQ How do I add images and other resources to a runtime JAR file?") -* [FAQ Can I add icons declared by my plugin.xml in the runtime JAR?](./FAQ_Can_I_add_icons_declared_by_my_plugin.xml_in_the_runtime_JAR.md "FAQ Can I add icons declared by my plugin.xml in the runtime JAR?") -* [FAQ When does PDE change a plug-in's Java build path?](./FAQ_When_does_PDE_change_a_plug-in%27s_Java_build_path.md "FAQ When does PDE change a plug-in's Java build path?") +* [FAQ Can I add icons declared by my plugin.xml in the runtime JAR?](./FAQ_Can_I_add_icons_declared_by_my_plugin_xml_in_the_runtime_JAR.md "FAQ Can I add icons declared by my plugin.xml in the runtime JAR?") +* [FAQ When does PDE change a plug-in's Java build path?](./FAQ_When_does_PDE_change_a_plug-ins_Java_build_path.md "FAQ When does PDE change a plug-in's Java build path?") * [FAQ What is a PDE JUnit test?](./FAQ_What_is_a_PDE_JUnit_test.md "FAQ What is a PDE JUnit test?") * [FAQ Where can I find the Eclipse plug-ins?](./FAQ_Where_can_I_find_the_Eclipse_plug-ins.md "FAQ Where can I find the Eclipse plug-ins?") * [FAQ How do I find a particular class from an Eclipse plug-in?](./FAQ_How_do_I_find_a_particular_class_from_an_Eclipse_plug-in.md "FAQ How do I find a particular class from an Eclipse plug-in?") -* [FAQ Why do I get a 'plug-in was unable to load class' error when I activate a menu or toolbar action?](./FAQ_Why_do_I_get_a_%27plug-in_was_unable_to_load_class%27_error_when_I_activate_a_menu_or_toolbar_action.md "FAQ Why do I get a 'plug-in was unable to load class' error when I activate a menu or toolbar action?") -* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build.xml_file.md "FAQ What is the use of the build.xml file?") -* [FAQ How do I prevent my build.xml file from being overwritten?](./FAQ_How_do_I_prevent_my_build.xml_file_from_being_overwritten.md "FAQ How do I prevent my build.xml file from being overwritten?") -* [FAQ When is the build.xml script executed?](./FAQ_When_is_the_build.xml_script_executed.md "FAQ When is the build.xml script executed?") +* [FAQ Why do I get a 'plug-in was unable to load class' error when I activate a menu or toolbar action?](./FAQ_Why_do_I_get_a_plug-in_was_unable_to_load_class_error_when_I_activate_a_menu_or_toolbar_action.md "FAQ Why do I get a 'plug-in was unable to load class' error when I activate a menu or toolbar action?") +* [FAQ What is the use of the build.xml file?](./FAQ_What_is_the_use_of_the_build_xml_file.md "FAQ What is the use of the build.xml file?") +* [FAQ How do I prevent my build.xml file from being overwritten?](./FAQ_How_do_I_prevent_my_build_xml_file_from_being_overwritten.md "FAQ How do I prevent my build.xml file from being overwritten?") +* [FAQ When is the build.xml script executed?](./FAQ_When_is_the_build_xml_script_executed.md "FAQ When is the build.xml script executed?") * [FAQ How do I declare my own extension point?](./FAQ_How_do_I_declare_my_own_extension_point.md "FAQ How do I declare my own extension point?") * [FAQ How do I find all the plug-ins that contribute to my extension point?](./FAQ_How_do_I_find_all_the_plug-ins_that_contribute_to_my_extension_point.md "FAQ How do I find all the plug-ins that contribute to my extension point?") * [FAQ Why is the interface for my new extension point not visible?](./FAQ_Why_is_the_interface_for_my_new_extension_point_not_visible.md "FAQ Why is the interface for my new extension point not visible?") * [FAQ Can my extension point schema contain nested elements?](./FAQ_Can_my_extension_point_schema_contain_nested_elements.md "FAQ Can my extension point schema contain nested elements?") * [FAQ How do I create a feature?](./FAQ_How_do_I_create_a_feature.md "FAQ How do I create a feature?") -* [FAQ How do I synchronize versions between a feature and its plug-in(s)?](./FAQ_How_do_I_synchronize_versions_between_a_feature_and_its_plug-in(s).md "FAQ How do I synchronize versions between a feature and its plug-in(s)?") +* [FAQ How do I synchronize versions between a feature and its plug-in(s)?](./FAQ_How_do_I_synchronize_versions_between_a_feature_and_its_plug-ins.md "FAQ How do I synchronize versions between a feature and its plug-in(s)?") * [FAQ What is the Update Manager?](./FAQ_What_is_the_Update_Manager.md "FAQ What is the Update Manager?") * [FAQ How do I create an update site?](./FAQ_How_do_I_create_an_update_site.md "FAQ How do I create an update site?") * [FAQ Why does my update site need a license?](./FAQ_Why_does_my_update_site_need_a_license.md "FAQ Why does my update site need a license?") @@ -173,7 +173,7 @@ Part I discussed the Eclipse ecosystem: how to run it, how to use it, and how to * [FAQ What is a plug-in?](./FAQ_What_is_a_plug-in.md "FAQ What is a plug-in?") * [FAQ Do I use plugin or plug-in?](./FAQ_Do_I_use_plugin_or_plug-in.md "FAQ Do I use plugin or plug-in?") -* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_(plugin.xml).md "FAQ What is the plug-in manifest file (plugin.xml)?") +* [FAQ What is the plug-in manifest file (plugin.xml)?](./FAQ_What_is_the_plug-in_manifest_file_plugin_xml.md "FAQ What is the plug-in manifest file (plugin.xml)?") * [FAQ How do I make my plug-in connect to other plug-ins?](./FAQ_How_do_I_make_my_plug-in_connect_to_other_plug-ins.md "FAQ How do I make my plug-in connect to other plug-ins?") * [FAQ What are extensions and extension points?](./FAQ_What_are_extensions_and_extension_points.md "FAQ What are extensions and extension points?") * [FAQ What is an extension point schema?](./FAQ_What_is_an_extension_point_schema.md "FAQ What is an extension point schema?") @@ -190,7 +190,7 @@ Part I discussed the Eclipse ecosystem: how to run it, how to use it, and how to * [FAQ Can fragments be used to patch a plug-in?](./FAQ_Can_fragments_be_used_to_patch_a_plug-in.md "FAQ Can fragments be used to patch a plug-in?") * [FAQ What is a configuration?](./FAQ_What_is_a_configuration.md "FAQ What is a configuration?") * [FAQ How do I find out whether the Eclipse Platform is running?](./FAQ_How_do_I_find_out_whether_the_Eclipse_Platform_is_running.md "FAQ How do I find out whether the Eclipse Platform is running?") -* [FAQ Where does System.out and System.err output go?](./FAQ_Where_does_System.out_and_System.err_output_go.md "FAQ Where does System.out and System.err output go?") +* [FAQ Where does System.out and System.err output go?](./FAQ_Where_does_System_out_and_System_err_output_go.md "FAQ Where does System.out and System.err output go?") * [FAQ How do I locate the owner plug-in from a given class?](./FAQ_How_do_I_locate_the_owner_plug-in_from_a_given_class.md "FAQ How do I locate the owner plug-in from a given class?") * [FAQ How does OSGi and the new runtime affect me?](./FAQ_How_does_OSGi_and_the_new_runtime_affect_me.md "FAQ How does OSGi and the new runtime affect me?") * [FAQ What is a dynamic plug-in?](./FAQ_What_is_a_dynamic_plug-in.md "FAQ What is a dynamic plug-in?") @@ -230,7 +230,7 @@ The popularity of SWT has forced us to take a slightly different approach with t * [FAQ How do I configure an Eclipse Java project to use SWT?](./FAQ_How_do_I_configure_an_Eclipse_Java_project_to_use_SWT.md "FAQ How do I configure an Eclipse Java project to use SWT?") * [FAQ How do I create an executable JAR file for a stand-alone SWT program?](./FAQ_How_do_I_create_an_executable_JAR_file_for_a_stand-alone_SWT_program.md "FAQ How do I create an executable JAR file for a stand-alone SWT program?") * [FAQ Are there any visual composition editors available for SWT?](./FAQ_Are_there_any_visual_composition_editors_available_for_SWT.md "FAQ Are there any visual composition editors available for SWT?") -* [FAQ Why do I have to dispose of colors, fonts, and images?](./FAQ_Why_do_I_have_to_dispose_of_colors,_fonts,_and_images.md "FAQ Why do I have to dispose of colors, fonts, and images?") +* [FAQ Why do I have to dispose of colors, fonts, and images?](./FAQ_Why_do_I_have_to_dispose_of_colors_fonts_and_images.md "FAQ Why do I have to dispose of colors, fonts, and images?") * [FAQ Why do I get an invalid thread access exception?](./FAQ_Why_do_I_get_an_invalid_thread_access_exception.md "FAQ Why do I get an invalid thread access exception?") * [FAQ How do I get a Display instance?](./FAQ_How_do_I_get_a_Display_instance.md "FAQ How do I get a Display instance?") * [FAQ How do I prompt the user to select a file or a directory?](./FAQ_How_do_I_prompt_the_user_to_select_a_file_or_a_directory.md "FAQ How do I prompt the user to select a file or a directory?") @@ -262,7 +262,7 @@ JFace is a Java application framework based on SWT. The goal of JFace is to prov * [FAQ How do I inform the user of a problem?](./FAQ_How_do_I_inform_the_user_of_a_problem.md "FAQ How do I inform the user of a problem?") * [FAQ How do I create a dialog with a details area?](./FAQ_How_do_I_create_a_dialog_with_a_details_area.md "FAQ How do I create a dialog with a details area?") * [FAQ How do I set the title of a custom dialog?](./FAQ_How_do_I_set_the_title_of_a_custom_dialog.md "FAQ How do I set the title of a custom dialog?") -* [FAQ How do I save settings for a dialog or wizard?](./FAQ_How_do_I_save_settings_for_a_dialog_or_wizard.md "FAQ How do I save settings for a dialog or wizard?") +* [FAQ How do I save settings for a dialog or wizard?](./FAQ_How_do_I_save_settings_for_a_dialog_or_a_wizard.md "FAQ How do I save settings for a dialog or wizard?") * [FAQ How to decorate a TableViewer or TreeViewer with Columns?](./FAQ_How_to_decorate_a_TableViewer_or_TreeViewer_with_Columns.md "FAQ How to decorate a TableViewer or TreeViewer with Columns?") * [FAQ How do I configure my Eclipse project to use stand-alone JFace?](./FAQ_How_do_I_configure_my_Eclipse_project_to_use_stand-alone_JFace.md "FAQ How do I configure my Eclipse project to use stand-alone JFace?") * [FAQ How do I deploy a stand-alone JFace application?](./FAQ_How_do_I_deploy_a_stand-alone_JFace_application.md "FAQ How do I deploy a stand-alone JFace application?") @@ -273,7 +273,7 @@ This chapter covers FAQs relating to the generic workbench and its APIs. Workben Many of the important workbench concepts, such as editors, views, and actions, generate enough questions that they deserve their own chapters. This chapter focuses on general questions about integrating your plug-in with the various extension hooks the workbench provides. -* [FAQ Pages, parts, sites, windows: What is all this stuff?](./FAQ_Pages,_parts,_sites,_windows:_What_is_all_this_stuff.md "FAQ Pages, parts, sites, windows: What is all this stuff?") +* [FAQ Pages, parts, sites, windows: What is all this stuff?](./FAQ_Pages_parts_sites_windows_What_is_all_this_stuff.md "FAQ Pages, parts, sites, windows: What is all this stuff?") * [FAQ How do I find out what object is selected?](./FAQ_How_do_I_find_out_what_object_is_selected.md "FAQ How do I find out what object is selected?") * [FAQ How do I find out what view or editor is selected?](./FAQ_How_do_I_find_out_what_view_or_editor_is_selected.md "FAQ How do I find out what view or editor is selected?") * [FAQ How do I find the active workbench page?](./FAQ_How_do_I_find_the_active_workbench_page.md "FAQ How do I find the active workbench page?") @@ -287,7 +287,7 @@ Many of the important workbench concepts, such as editors, views, and actions, g * [FAQ How do I create my own preference page?](./FAQ_How_do_I_create_my_own_preference_page.md "FAQ How do I create my own preference page?") * [FAQ How do I use property pages?](./FAQ_How_do_I_use_property_pages.md "FAQ How do I use property pages?") * [FAQ How do I open a Property dialog?](./FAQ_How_do_I_open_a_Property_dialog.md "FAQ How do I open a Property dialog?") -* [FAQ How do I add my wizard to the New, Import, or Export menu categories?](./FAQ_How_do_I_add_my_wizard_to_the_New,_Import,_or_Export_menu_categories.md "FAQ How do I add my wizard to the New, Import, or Export menu categories?") +* [FAQ How do I add my wizard to the New, Import, or Export menu categories?](./FAQ_How_do_I_add_my_wizard_to_the_New_Import_or_Export_menu_categories.md "FAQ How do I add my wizard to the New, Import, or Export menu categories?") * [FAQ Can I activate my plug-in when the workbench starts?](./FAQ_Can_I_activate_my_plug-in_when_the_workbench_starts.md "FAQ Can I activate my plug-in when the workbench starts?") * [FAQ How do I create an image registry for my plug-in?](./FAQ_How_do_I_create_an_image_registry_for_my_plug-in.md "FAQ How do I create an image registry for my plug-in?") * [FAQ How do I use images defined by other plug-ins?](./FAQ_How_do_I_use_images_defined_by_other_plug-ins.md "FAQ How do I use images defined by other plug-ins?") @@ -310,10 +310,10 @@ This chapter answers questions about two central concepts in the Eclipse Platfor * [FAQ What is the difference between a view and a viewer?](./FAQ_What_is_the_difference_between_a_view_and_a_viewer.md "FAQ What is the difference between a view and a viewer?") * [FAQ How do I create my own view?](./FAQ_How_do_I_create_my_own_view.md "FAQ How do I create my own view?") * [FAQ How do I set the size or position of my view?](./FAQ_How_do_I_set_the_size_or_position_of_my_view.md "FAQ How do I set the size or position of my view?") -* [FAQ Why can't I control when, where, and how my view is presented?](./FAQ_Why_can%27t_I_control_when,_where,_and_how_my_view_is_presented.md "FAQ Why can't I control when, where, and how my view is presented?") +* [FAQ Why can't I control when, where, and how my view is presented?](./FAQ_Why_cant_I_control_when_where_and_how_my_view_is_presented.md "FAQ Why can't I control when, where, and how my view is presented?") * [FAQ How will my view show up in the Show View menu?](./FAQ_How_will_my_view_show_up_in_the_Show_View_menu.md "FAQ How will my view show up in the Show View menu?") * [FAQ How do I make my view appear in the Show In menu?](./FAQ_How_do_I_make_my_view_appear_in_the_Show_In_menu.md "FAQ How do I make my view appear in the Show In menu?") -* [FAQ How do I add actions to a view's menu and toolbar?](./FAQ_How_do_I_add_actions_to_a_view%27s_menu_and_toolbar.md "FAQ How do I add actions to a view's menu and toolbar?") +* [FAQ How do I add actions to a view's menu and toolbar?](./FAQ_How_do_I_add_actions_to_a_views_menu_and_toolbar.md "FAQ How do I add actions to a view's menu and toolbar?") * [FAQ How do I make a view respond to selection changes in another view?](./FAQ_How_do_I_make_a_view_respond_to_selection_changes_in_another_view.md "FAQ How do I make a view respond to selection changes in another view?") * [FAQ How does a view persist its state between sessions?](./FAQ_How_does_a_view_persist_its_state_between_sessions.md "FAQ How does a view persist its state between sessions?") * [FAQ How do I open multiple instances of the same view?](./FAQ_How_do_I_open_multiple_instances_of_the_same_view.md "FAQ How do I open multiple instances of the same view?") @@ -331,9 +331,9 @@ In Eclipse, editors are parts that have an associated input inside a workbench w * [FAQ How do I switch to vi or emacs-style key bindings?](./FAQ_How_do_I_switch_to_vi_or_emacs-style_key_bindings.md "FAQ How do I switch to vi or emacs-style key bindings?") * [FAQ How do I create my own editor?](./FAQ_How_do_I_create_my_own_editor.md "FAQ How do I create my own editor?") * [FAQ How do I enable the Save and Revert actions?](./FAQ_How_do_I_enable_the_Save_and_Revert_actions.md "FAQ How do I enable the Save and Revert actions?") -* [FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?](./FAQ_How_do_I_enable_global_actions_such_as_Cut,_Paste,_and_Print_in_my_editor.md "FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?") +* [FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?](./FAQ_How_do_I_enable_global_actions_such_as_Cut_Paste_and_Print_in_my_editor.md "FAQ How do I enable global actions such as Cut, Paste, and Print in my editor?") * [FAQ How do I hook my editor to the Back and Forward buttons?](./FAQ_How_do_I_hook_my_editor_to_the_Back_and_Forward_buttons.md "FAQ How do I hook my editor to the Back and Forward buttons?") -* [FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?](./FAQ_How_do_I_create_a_form-based_editor,_such_as_the_plug-in_Manifest_Editor.md "FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?") +* [FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?](./FAQ_How_do_I_create_a_form-based_editor_such_as_the_plug-in_Manifest_Editor.md "FAQ How do I create a form-based editor, such as the plug-in Manifest Editor?") * [FAQ How do I create a graphical editor?](./FAQ_How_do_I_create_a_graphical_editor.md "FAQ How do I create a graphical editor?") * [FAQ How do I make an editor that contains another editor?](./FAQ_How_do_I_make_an_editor_that_contains_another_editor.md "FAQ How do I make an editor that contains another editor?") @@ -347,7 +347,7 @@ This chapter answers questions about creating menu bars, context menus, and tool -* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions,_commands,_operations,_jobs:_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") +* [FAQ Actions, commands, operations, jobs: What does it all mean?](./FAQ_Actions_commands_operations_jobs_What_does_it_all_mean.md "FAQ Actions, commands, operations, jobs: What does it all mean?") * [FAQ What is an action set?](./FAQ_What_is_an_action_set.md "FAQ What is an action set?") * [FAQ How do I make my action set visible?](./FAQ_How_do_I_make_my_action_set_visible.md "FAQ How do I make my action set visible?") * [FAQ How do I add actions to the global toolbar?](./FAQ_How_do_I_add_actions_to_the_global_toolbar.md "FAQ How do I add actions to the global toolbar?") @@ -360,7 +360,7 @@ This chapter answers questions about creating menu bars, context menus, and tool * [FAQ How do I create my own key-binding configuration?](./FAQ_How_do_I_create_my_own_key-binding_configuration.md "FAQ How do I create my own key-binding configuration?") * [FAQ How do I provide a keyboard shortcut for my action?](./FAQ_How_do_I_provide_a_keyboard_shortcut_for_my_action.md "FAQ How do I provide a keyboard shortcut for my action?") * [FAQ How can I change the name or tooltip of my action?](./FAQ_How_can_I_change_the_name_or_tooltip_of_my_action.md "FAQ How can I change the name or tooltip of my action?") -* [FAQ How do I hook into global actions, such as Copy and Delete?](./FAQ_How_do_I_hook_into_global_actions,_such_as_Copy_and_Delete.md "FAQ How do I hook into global actions, such as Copy and Delete?") +* [FAQ How do I hook into global actions, such as Copy and Delete?](./FAQ_How_do_I_hook_into_global_actions_such_as_Copy_and_Delete.md "FAQ How do I hook into global actions, such as Copy and Delete?") * [FAQ How do I build menus and toolbars programmatically?](./FAQ_How_do_I_build_menus_and_toolbars_programmatically.md "FAQ How do I build menus and toolbars programmatically?") * [FAQ How do I make menus with dynamic contents?](./FAQ_How_do_I_make_menus_with_dynamic_contents.md "FAQ How do I make menus with dynamic contents?") * [FAQ What is the difference between a toolbar and a cool bar?](./FAQ_What_is_the_difference_between_a_toolbar_and_a_cool_bar.md "FAQ What is the difference between a toolbar and a cool bar?") @@ -382,9 +382,9 @@ Prior to the introduction of RCP, most of the Eclipse community was focused on d * [FAQ How do I create a Rich Client application?](./FAQ_How_do_I_create_a_Rich_Client_application.md "FAQ How do I create a Rich Client application?") * [FAQ How do I customize the menus in an RCP application?](./FAQ_How_do_I_customize_the_menus_in_an_RCP_application.md "FAQ How do I customize the menus in an RCP application?") * [FAQ How do I make key bindings work in an RCP application?](./FAQ_How_do_I_make_key_bindings_work_in_an_RCP_application.md "FAQ How do I make key bindings work in an RCP application?") -* [FAQ Can I create an application that doesn't have views or editors?](./FAQ_Can_I_create_an_application_that_doesn%27t_have_views_or_editors.md "FAQ Can I create an application that doesn't have views or editors?") +* [FAQ Can I create an application that doesn't have views or editors?](./FAQ_Can_I_create_an_application_that_doesnt_have_views_or_editors.md "FAQ Can I create an application that doesn't have views or editors?") * [FAQ How do I specify where application data is stored?](./FAQ_How_do_I_specify_where_application_data_is_stored.md "FAQ How do I specify where application data is stored?") -* [FAQ Can I create an application that doesn't have a data location?](./FAQ_Can_I_create_an_application_that_doesn%27t_have_a_data_location.md "FAQ Can I create an application that doesn't have a data location?") +* [FAQ Can I create an application that doesn't have a data location?](./FAQ_Can_I_create_an_application_that_doesnt_have_a_data_location.md "FAQ Can I create an application that doesn't have a data location?") * [FAQ What is an Eclipse product?](./FAQ_What_is_an_Eclipse_product.md "FAQ What is an Eclipse product?") * [FAQ How do I create an Eclipse product?](./FAQ_How_do_I_create_an_Eclipse_product.md "FAQ How do I create an Eclipse product?") * [FAQ What is the difference between a product and an application?](./FAQ_What_is_the_difference_between_a_product_and_an_application.md "FAQ What is the difference between a product and an application?") @@ -415,7 +415,7 @@ The most important purpose of an IDE is to browse and edit code. Therefore, perh * [FAQ What support is there for creating custom text editors?](./FAQ_What_support_is_there_for_creating_custom_text_editors.md "FAQ What support is there for creating custom text editors?") * [Where can I find RCP text editor examples?](https://www.eclipse.org/eclipse/platform-text/development/rcp/examples/index.html) -* [FAQ I'm still confused! How do all the editor pieces fit together?](./FAQ_I%27m_still_confused!_How_do_all_the_editor_pieces_fit_together.md "FAQ I'm still confused! How do all the editor pieces fit together?") +* [FAQ I'm still confused! How do all the editor pieces fit together?](./FAQ_Im_still_confused_How_do_all_the_editor_pieces_fit_together.md "FAQ I'm still confused! How do all the editor pieces fit together?") * [FAQ How do I get started with creating a custom text editor?](./FAQ_How_do_I_get_started_with_creating_a_custom_text_editor.md "FAQ How do I get started with creating a custom text editor?") * [FAQ How do I use the text document model?](./FAQ_How_do_I_use_the_text_document_model.md "FAQ How do I use the text document model?") * [FAQ What is a document partition?](./FAQ_What_is_a_document_partition.md "FAQ What is a document partition?") @@ -434,7 +434,7 @@ Admittedly, this chapter covers a number of unrelated components in the Eclipse * [FAQ How do I add help content to my plug-in?](./FAQ_How_do_I_add_help_content_to_my_plug-in.md "FAQ How do I add help content to my plug-in?") * [FAQ How do I provide F1 help?](./FAQ_How_do_I_provide_F1_help.md "FAQ How do I provide F1 help?") * [FAQ How do I contribute help contexts?](./FAQ_How_do_I_contribute_help_contexts.md "FAQ How do I contribute help contexts?") -* [FAQ How can I generate HTML and toc.xml files?](./FAQ_How_can_I_generate_HTML_and_toc.xml_files.md "FAQ How can I generate HTML and toc.xml files?") +* [FAQ How can I generate HTML and toc.xml files?](./FAQ_How_can_I_generate_HTML_and_toc_xml_files.md "FAQ How can I generate HTML and toc.xml files?") * [FAQ How do I write a Search dialog?](./FAQ_How_do_I_write_a_Search_dialog.md "FAQ How do I write a Search dialog?") * [FAQ How do I implement a search operation?](./FAQ_How_do_I_implement_a_search_operation.md "FAQ How do I implement a search operation?") * [FAQ How do I display search results?](./FAQ_How_do_I_display_search_results.md "FAQ How do I display search results?") @@ -448,10 +448,10 @@ Admittedly, this chapter covers a number of unrelated components in the Eclipse A program is never written in isolation but instead depends on other code, icons, data, and configuration files. An extendable IDE should provide access to wherever these artifacts are stored. In Eclipse, the artifacts are referred to as resources and are stored in a workspace. The FAQs in this chapter show how resources are managed in a workspace and what API is available to control and track their lifecycle. * [FAQ How are resources created?](./FAQ_How_are_resources_created.md "FAQ How are resources created?") -* [FAQ Can I create resources that don't reside in the file system?](./FAQ_Can_I_create_resources_that_don%27t_reside_in_the_file_system.md "FAQ Can I create resources that don't reside in the file system?") +* [FAQ Can I create resources that don't reside in the file system?](./FAQ_Can_I_create_resources_that_dont_reside_in_the_file_system.md "FAQ Can I create resources that don't reside in the file system?") * [FAQ What is the difference between a path and a location?](./FAQ_What_is_the_difference_between_a_path_and_a_location.md "FAQ What is the difference between a path and a location?") * [FAQ When should I use refreshLocal?](./FAQ_When_should_I_use_refreshLocal.md "FAQ When should I use refreshLocal?") -* [FAQ How do I create my own tasks, problems, bookmarks, and so on?](./FAQ_How_do_I_create_my_own_tasks,_problems,_bookmarks,_and_so_on.md "FAQ How do I create my own tasks, problems, bookmarks, and so on?") +* [FAQ How do I create my own tasks, problems, bookmarks, and so on?](./FAQ_How_do_I_create_my_own_tasks_problems_bookmarks_and_so_on.md "FAQ How do I create my own tasks, problems, bookmarks, and so on?") * [FAQ How can I be notified of changes to the workspace?](./FAQ_How_can_I_be_notified_of_changes_to_the_workspace.md "FAQ How can I be notified of changes to the workspace?") * [FAQ How do I prevent builds between multiple changes to the workspace?](./FAQ_How_do_I_prevent_builds_between_multiple_changes_to_the_workspace.md "FAQ How do I prevent builds between multiple changes to the workspace?") * [FAQ Why should I add my own project nature?](./FAQ_Why_should_I_add_my_own_project_nature.md "FAQ Why should I add my own project nature?") @@ -473,10 +473,10 @@ The remaining plug-ins in the Eclipse Platform are truly oriented toward writing * [FAQ How do I open an editor on a file in the workspace?](./FAQ_How_do_I_open_an_editor_on_a_file_in_the_workspace.md "FAQ How do I open an editor on a file in the workspace?") * [FAQ How do I open an editor on a file outside the workspace?](./FAQ_How_do_I_open_an_editor_on_a_file_outside_the_workspace.md "FAQ How do I open an editor on a file outside the workspace?") * [FAQ How do I open an editor on something that is not a file?](./FAQ_How_do_I_open_an_editor_on_something_that_is_not_a_file.md "FAQ How do I open an editor on something that is not a file?") -* [FAQ Why don't my markers show up in the Tasks view?](./FAQ_Why_don%27t_my_markers_show_up_in_the_Tasks_view.md "FAQ Why don't my markers show up in the Tasks view?") -* [FAQ Why don't my markers appear in the editor's vertical ruler?](./FAQ_Why_don%27t_my_markers_appear_in_the_editor%27s_vertical_ruler.md "FAQ Why don't my markers appear in the editor's vertical ruler?") +* [FAQ Why don't my markers show up in the Tasks view?](./FAQ_Why_dont_my_markers_show_up_in_the_Tasks_view.md "FAQ Why don't my markers show up in the Tasks view?") +* [FAQ Why don't my markers appear in the editor's vertical ruler?](./FAQ_Why_dont_my_markers_appear_in_the_editors_vertical_ruler.md "FAQ Why don't my markers appear in the editor's vertical ruler?") * [FAQ How do I access the active project?](./FAQ_How_do_I_access_the_active_project.md "FAQ How do I access the active project?") -* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable,_IRunnableWithProgress,_and_WorkspaceModifyOperation.md "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") +* [FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?](./FAQ_What_are_IWorkspaceRunnable_IRunnableWithProgress_and_WorkspaceModifyOperation.md "FAQ What are IWorkspaceRunnable, IRunnableWithProgress, and WorkspaceModifyOperation?") * [FAQ How do I write to the console from a plug-in?](./FAQ_How_do_I_write_to_the_console_from_a_plug-in.md "FAQ How do I write to the console from a plug-in?") * [FAQ How do I prompt the user to select a resource?](./FAQ_How_do_I_prompt_the_user_to_select_a_resource.md "FAQ How do I prompt the user to select a resource?") * [FAQ Can I use the actions from the Navigator in my own plug-in?](./FAQ_Can_I_use_the_actions_from_the_Navigator_in_my_own_plug-in.md "FAQ Can I use the actions from the Navigator in my own plug-in?") @@ -486,7 +486,7 @@ The remaining plug-ins in the Eclipse Platform are truly oriented toward writing * [FAQ What is a launch configuration?](./FAQ_What_is_a_launch_configuration.md "FAQ What is a launch configuration?") * [FAQ When do I use a launch delegate?](./FAQ_When_do_I_use_a_launch_delegate.md "FAQ When do I use a launch delegate?") * [FAQ What is Ant?](./FAQ_What_is_Ant.md "FAQ What is Ant?") -* [FAQ Why can't my Ant build find javac?](./FAQ_Why_can%27t_my_Ant_build_find_javac.md "FAQ Why can't my Ant build find javac?") +* [FAQ Why can't my Ant build find javac?](./FAQ_Why_cant_my_Ant_build_find_javac.md "FAQ Why can't my Ant build find javac?") * [FAQ How do I add my own external tools?](./FAQ_How_do_I_add_my_own_external_tools.md "FAQ How do I add my own external tools?") * [FAQ How do I create an external tool builder?](./FAQ_How_do_I_create_an_external_tool_builder.md "FAQ How do I create an external tool builder?") @@ -508,7 +508,7 @@ The following FAQ may be relevant: * [FAQ How do I implement an incremental project builder?](./FAQ_How_do_I_implement_an_incremental_project_builder.md "FAQ How do I implement an incremental project builder?") * [FAQ How do I handle setup problems for a given builder?](./FAQ_How_do_I_handle_setup_problems_for_a_given_builder.md "FAQ How do I handle setup problems for a given builder?") * [FAQ How do I make my compiler incremental?](./FAQ_How_do_I_make_my_compiler_incremental.md "FAQ How do I make my compiler incremental?") -* [FAQ Language integration phase 3: How do I edit programs?](./FAQ_Language_integration_phase_3:_How_do_I_edit_programs.md "FAQ Language integration phase 3: How do I edit programs?") +* [FAQ Language integration phase 3: How do I edit programs?](./FAQ_Language_integration_phase_3_How_do_I_edit_programs.md "FAQ Language integration phase 3: How do I edit programs?") * [FAQ How do I write an editor for my own language?](./FAQ_How_do_I_write_an_editor_for_my_own_language.md "FAQ How do I write an editor for my own language?") * [FAQ How do I add Content Assist to my language editor?](./FAQ_How_do_I_add_Content_Assist_to_my_language_editor.md "FAQ How do I add Content Assist to my language editor?") * [FAQ How do I add hover support to my text editor?](./FAQ_How_do_I_add_hover_support_to_my_text_editor.md "FAQ How do I add hover support to my text editor?") @@ -516,7 +516,7 @@ The following FAQ may be relevant: * [FAQ How do I implement Quick Fixes for my own language?](./FAQ_How_do_I_implement_Quick_Fixes_for_my_own_language.md "FAQ How do I implement Quick Fixes for my own language?") * [FAQ How do I support refactoring for my own language?](./FAQ_How_do_I_support_refactoring_for_my_own_language.md "FAQ How do I support refactoring for my own language?") * [FAQ How do I create an Outline view for my own language editor?](./FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor.md "FAQ How do I create an Outline view for my own language editor?") -* [FAQ Language integration phase 4: What are the finishing touches?](./FAQ_Language_integration_phase_4:_What_are_the_finishing_touches.md "FAQ Language integration phase 4: What are the finishing touches?") +* [FAQ Language integration phase 4: What are the finishing touches?](./FAQ_Language_integration_phase_4_What_are_the_finishing_touches.md "FAQ Language integration phase 4: What are the finishing touches?") * [FAQ What wizards do I define for my own language?](./FAQ_What_wizards_do_I_define_for_my_own_language.md "FAQ What wizards do I define for my own language?") * [FAQ When does my language need its own nature?](./FAQ_When_does_my_language_need_its_own_nature.md "FAQ When does my language need its own nature?") * [FAQ When does my language need its own perspective?](./FAQ_When_does_my_language_need_its_own_perspective.md "FAQ When does my language need its own perspective?") @@ -550,7 +550,7 @@ Any classification of integration of a new programming language with Eclipse is If you carefully observe these four phases, you will find that the visual aspects of your language IDE happen late in the process. You will have to do some legwork before you are able to get to the pretty parts. We recommend patience and restraint. Time spent in phases 1 and 2 will be well spent, and once you get to phase 3 and 4, you will be grateful that you followed all the steps we outlined. * [FAQ What is eScript?](./FAQ_What_is_eScript.md "FAQ What is eScript?") -* [FAQ Language integration phase 1: How do I compile and build programs?](./FAQ_Language_integration_phase_1:_How_do_I_compile_and_build_programs.md "FAQ Language integration phase 1: How do I compile and build programs?") +* [FAQ Language integration phase 1: How do I compile and build programs?](./FAQ_Language_integration_phase_1_How_do_I_compile_and_build_programs.md "FAQ Language integration phase 1: How do I compile and build programs?") * [FAQ How do I load source files edited outside Eclipse?](./FAQ_How_do_I_load_source_files_edited_outside_Eclipse.md "FAQ How do I load source files edited outside Eclipse?") * [FAQ How do I run an external builder on my source files?](./FAQ_How_do_I_run_an_external_builder_on_my_source_files.md "FAQ How do I run an external builder on my source files?") * [FAQ How do I implement a compiler that runs inside Eclipse?](./FAQ_How_do_I_implement_a_compiler_that_runs_inside_Eclipse.md "FAQ How do I implement a compiler that runs inside Eclipse?") @@ -561,10 +561,10 @@ If you carefully observe these four phases, you will find that the visual aspect * [FAQ How do I implement an incremental project builder?](./FAQ_How_do_I_implement_an_incremental_project_builder.md "FAQ How do I implement an incremental project builder?") * [FAQ How do I handle setup problems for a given builder?](./FAQ_How_do_I_handle_setup_problems_for_a_given_builder.md "FAQ How do I handle setup problems for a given builder?") * [FAQ How do I make my compiler incremental?](./FAQ_How_do_I_make_my_compiler_incremental.md "FAQ How do I make my compiler incremental?") -* [FAQ Language integration phase 2: How do I implement a DOM?](./FAQ_Language_integration_phase_2:_How_do_I_implement_a_DOM.md "FAQ Language integration phase 2: How do I implement a DOM?") +* [FAQ Language integration phase 2: How do I implement a DOM?](./FAQ_Language_integration_phase_2_How_do_I_implement_a_DOM.md "FAQ Language integration phase 2: How do I implement a DOM?") * [FAQ How do I implement a DOM for my language?](./FAQ_How_do_I_implement_a_DOM_for_my_language.md "FAQ How do I implement a DOM for my language?") * [FAQ How can I ensure that my model is scalable?](./FAQ_How_can_I_ensure_that_my_model_is_scalable.md "FAQ How can I ensure that my model is scalable?") -* [FAQ Language integration phase 3: How do I edit programs?](./FAQ_Language_integration_phase_3:_How_do_I_edit_programs.md "FAQ Language integration phase 3: How do I edit programs?") +* [FAQ Language integration phase 3: How do I edit programs?](./FAQ_Language_integration_phase_3_How_do_I_edit_programs.md "FAQ Language integration phase 3: How do I edit programs?") * [FAQ How do I write an editor for my own language?](./FAQ_How_do_I_write_an_editor_for_my_own_language.md "FAQ How do I write an editor for my own language?") * [FAQ How do I add Content Assist to my language editor?](./FAQ_How_do_I_add_Content_Assist_to_my_language_editor.md "FAQ How do I add Content Assist to my language editor?") * [FAQ How do I add hover support to my text editor?](./FAQ_How_do_I_add_hover_support_to_my_text_editor.md "FAQ How do I add hover support to my text editor?") @@ -572,7 +572,7 @@ If you carefully observe these four phases, you will find that the visual aspect * [FAQ How do I implement Quick Fixes for my own language?](./FAQ_How_do_I_implement_Quick_Fixes_for_my_own_language.md "FAQ How do I implement Quick Fixes for my own language?") * [FAQ How do I support refactoring for my own language?](./FAQ_How_do_I_support_refactoring_for_my_own_language.md "FAQ How do I support refactoring for my own language?") * [FAQ How do I create an Outline view for my own language editor?](./FAQ_How_do_I_create_an_Outline_view_for_my_own_language_editor.md "FAQ How do I create an Outline view for my own language editor?") -* [FAQ Language integration phase 4: What are the finishing touches?](./FAQ_Language_integration_phase_4:_What_are_the_finishing_touches.md "FAQ Language integration phase 4: What are the finishing touches?") +* [FAQ Language integration phase 4: What are the finishing touches?](./FAQ_Language_integration_phase_4_What_are_the_finishing_touches.md "FAQ Language integration phase 4: What are the finishing touches?") * [FAQ What wizards do I define for my own language?](./FAQ_What_wizards_do_I_define_for_my_own_language.md "FAQ What wizards do I define for my own language?") * [FAQ When does my language need its own nature?](./FAQ_When_does_my_language_need_its_own_nature.md "FAQ When does my language need its own nature?") * [FAQ When does my language need its own perspective?](./FAQ_When_does_my_language_need_its_own_perspective.md "FAQ When does my language need its own perspective?") @@ -607,7 +607,7 @@ Where to buy the original book The initial contents for these FAQ pages has come from The Offical Eclipse 3.0 FAQs written by John Arthorne and Chris Laffra. -Permission to publish the FAQ book contents here has been graciously offered by Addison-Wesley, publishers of the official [Eclipse Series](http://www.awprofessional.com/series/series.asp?st=44100&rl=1%7C) which wouldn't be possible without the great help from Greg Doench. +Permission to publish the FAQ book contents here has been graciously offered by Addison-Wesley, publishers of the official Eclipse Series which wouldn't be possible without the great help from Greg Doench. The book can be purchased from [Amazon.com](http://www.amazon.com/exec/obidos/ASIN/0321268385)