Skip to content

Commit 90cea0b

Browse files
jnerlichvogella
authored andcommitted
Rename FAQ documents to remove special characters
1 parent e7069db commit 90cea0b

18 files changed

+27
-11
lines changed
File renamed without changes.
File renamed without changes.

docs/FAQ/FAQ_How_can_I_publish_partial_upgrades_(patches)_to_my_product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ See Also:
1212

1313
[FAQ\_What\_is\_the\_Update_Manager?](./FAQ_What_is_the_Update_Manager.md "FAQ What is the Update Manager?")
1414

15-
[FAQ\_How\_do\_I\_create\_an\_update\_site\_(site.xml)?](./FAQ_How_do_I_create_an_update_site_(site.xml).md "FAQ How do I create an update site (site.xml)?")
15+
[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?")
1616

docs/FAQ/FAQ_How_do_I_create_a_feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Q: How do you know if your project is a "Feature Project"? A: (I'm guessing) It
1515
See Also:
1616
---------
1717

18-
[How do I create an "update site"?](./FAQ_How_do_I_create_an_update_site_(site.xml).md "FAQ How do I create an update site (site.xml)?")
18+
[How do I create an "update site"?](./FAQ_How_do_I_create_an_update_site.md "FAQ How do I create an update site?")
1919

2020

2121

File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
FAQ How do I show/hide files like classpath in the Navigator?
2+
=============================================================
3+
4+
Use the menu for Navigator: the small triangle in the Navigator title bar.
5+
Select Filters... and check the type of files you want to hide.
6+
This technique also applies to the JDT's Package Explorer.
7+
8+
9+
If your plug-in must store metadata in the project content area, consider adding a filter to this list, using the org.eclipse.ui.ide.resourceFilters extension point.
10+
The filter specifies a file name pattern and a Boolean attribute specifying whether the filter should be on by default.
11+
As an example, the Java development tools add a filter using this mechanism to hide Java class files generated by the compiler.
12+
13+
See Also:
14+
---------
15+
16+
[FAQ How do I hide referenced libraries in the Package Explorer?](./FAQ_How_do_I_hide_referenced_libraries_in_the_Package_Explorer)

docs/FAQ/FAQ_How_do_I_synchronize_versions_between_a_feature_and_its_plug-in(s).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ To build the feature, we strongly advise that you create an update site project,
2626
See Also:
2727
---------
2828

29-
[FAQ\_How\_do\_I\_create\_an\_update\_site\_(site.xml)?](./FAQ_How_do_I_create_an_update_site_(site.xml).md "FAQ How do I create an update site (site.xml)?")
29+
[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?")
3030

File renamed without changes.
File renamed without changes.

docs/FAQ/FAQ_What_is_the_Update_Manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See Also:
2020
* [FAQ How do I update Eclipse?](./FAQ_How_do_I_update_Eclipse.md "FAQ How do I update Eclipse?")
2121
* [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?")
2222
* [FAQ How do I create a feature?](./FAQ_How_do_I_create_a_feature.md "FAQ How do I create a feature?")
23-
* [FAQ How do I create an update site (site.xml)?](./FAQ_How_do_I_create_an_update_site_(site.xml).md "FAQ How do I create an update site (site.xml)?")
23+
* [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?")
2424
* [FAQ What is the purpose of activities?](./FAQ_What_is_the_purpose_of_activities.md "FAQ What is the purpose of activities?")
2525
* [How to Keep Up to Date](https://www.eclipse.org/articles/Article-Update/keeping-up-to-date.html) (from 2004)
2626

0 commit comments

Comments
 (0)