You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Click to open Eclipse-Installer Auto Launch or drag into your running installer")
33
33
34
+
## Documentation
35
+
36
+
For additional documentation, please refer to the [docs directory](./docs) and [The Official Eclipse FAQs](./docs/FAQ/The_Official_Eclipse_FAQs.md).
37
+
38
+
34
39
## Issue Tracking
35
40
36
41
This project uses Github to track ongoing development and issues. In case you have an issue, please read the information about Eclipse being a [community project](https://github.com/eclipse-platform#community) and bear in mind that this project is almost entirely developed by volunteers. So the contributors may not be able to look into every reported issue. You will also find the information about [how to find and report issues](https://github.com/eclipse-platform#reporting-issues) in repositories of the `eclipse-platform` organization there. Be sure to search for existing issues before you create another one.
Copy file name to clipboardExpand all lines: docs/FAQ/The_Official_Eclipse_FAQs.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Contents
16
16
*[2 Part II -- The Rich Client Platform](#Part-II----The-Rich-Client-Platform)
17
17
*[2.1 All about Plug-ins](#All-about-Plug-ins)
18
18
*[2.2 Runtime Facilities](#Runtime-Facilities)
19
-
*[2.3 Standard Widget Toolkit (SWT)](#Standard-Widget-Toolkit-.28SWT.29)
19
+
*[2.3 Standard Widget Toolkit (SWT)](#standard-widget-toolkit-swt)
20
20
*[2.4 JFace](#JFace)
21
21
*[2.5 Generic Workbench](#Generic-Workbench)
22
22
*[2.6 Perspectives and Views](#Perspectives-and-Views)
@@ -34,7 +34,7 @@ Contents
34
34
*[3.5.2 This is a DSL of your own](#This-is-a-DSL-of-your-own)
35
35
*[3.5.3 Legacy](#Legacy)
36
36
*[3.6 Java Development Tool API](#Java-Development-Tool-API)
37
-
*[4 Where to buy the original book](#Where-to-buy-the-original-book)
37
+
*[4 This content is based on](#This-content-is-based-on)
38
38
39
39
Part I -- The Eclipse Ecosystem
40
40
-------------------------------
@@ -602,12 +602,10 @@ Finally, the JDT is a useful set of plug-ins in its own right, but it has also b
602
602
*[FAQ How do I participate in a refactoring?](./FAQ_How_do_I_participate_in_a_refactoring.md"FAQ How do I participate in a refactoring?")
603
603
*[FAQ What is LTK?](./FAQ_What_is_LTK.md"FAQ What is LTK?")
604
604
605
-
Where to buy the original book
606
-
------------------------------
607
605
608
-
The initial contents for these FAQ pages has come from The Offical Eclipse 3.0 FAQs written by John Arthorne and Chris Laffra.
606
+
### Acknowledgement
609
607
610
-
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.
608
+
The initial contents for these FAQ pages has come from [The Offical Eclipse 3.0 FAQs](https://www.amazon.com/exec/obidos/ASIN/0321268385) written by John Arthorne and Chris Laffra.
611
609
612
-
The book can be purchased from [Amazon.com](http://www.amazon.com/exec/obidos/ASIN/0321268385)
610
+
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.
Copy file name to clipboardExpand all lines: resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/ContentDescriptionTest.java
Copy file name to clipboardExpand all lines: resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/content/ContentTypeTest.java
0 commit comments