Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/Doc/Template"

< E4‎ | Doc
m (How To Use This Template)
Line 45: Line 45:
 
== Unrelated Services ==
 
== Unrelated Services ==
 
*It is rare that this section will be needed but in the case where two services appear to be very similar but in fact are very different, you should list and describe it here.
 
*It is rare that this section will be needed but in the case where two services appear to be very similar but in fact are very different, you should list and describe it here.
 +
 +
== History ==
 +
For many services it is useful to know how the e4 versions related to 3.x and previous versions of the service but at the same time too overwhelming for new Eclipse developers if you intermingle this information with the existing e4 documentation. This section is meant to alleviate that problem by providing a spot for historical service information for the readers who wish to view it while not encumbering new developers with less than pertinent information.

Revision as of 07:04, 12 April 2010

Under Construction: Please read first!

The evolution of this document is a collaborative effort between a team of students at the University of Manitoba and the wider Eclipse community. Details about the project can be found here and on our Blog.

Your input is not just welcome; it is needed! Please contribute as your expertise allows, while adhering to our template. To send your feedback and any questions or comments you may have please email us. Also, while we do our very best to be as accurate and precise as possible, it is worth noting that we are students with limited exposure to the Eclipse platform, so if you see any incorrect technical details please let us know.

Diagram of services in E4.
A placeholder diagram.
Legend
Legend

How To Use This Template

Navigate to the URL of the service you wish to document. If it does not exist yet, the wiki will bring you to a blank page that you can start working with. Choose the edit tab and copy and paste this markup in. Replace the text for each section will the relevant service information and be sure to delete this and the following subsection.

How To Work With Images

PNG format images are uploaded using the Upload file link on the left (in the Toolbox section). Both the PNG image and a zip archive containing the original Open Office SVG file as well are uploaded with the same name (but different extensions). This will allow you to download a copy of the existing images that you can edit. We suggest when creating new images you start with an existing one and modify it so that the colors, sizes and fonts remain consistent.

Both a general and eclipse-centric description go here.

Relevant Terms

  • List - and description of
  • Relevant Terms - goes here
  • Things - like Eclipse'isms or terms that would be useful and commonly found in discussion about this service both generally or Eclipse specifically

Motivation

What problem does this service solve? What's the use case that it makes easier? Essentially the WHY behind the service.

Applicability

Where does it apply? What situations is it useful in? DO NOT mention code or api here. The goal is to be code agnostic.

Implementation

The details surrounding actually consuming or contributing to the service as well as tips and tricks.

This is also where the code samples will live if there are any however USE SPARINGLY and only when they are the best way to convey a point. The goal of this documentation is to be code agnostic.

@Inject MSomething;
public void foo() {
}

Related Services

  • A hyper-linked list of related services that will provide the reader with relevant information when they are consuming this particular service.

Unrelated Services

  • It is rare that this section will be needed but in the case where two services appear to be very similar but in fact are very different, you should list and describe it here.

History

For many services it is useful to know how the e4 versions related to 3.x and previous versions of the service but at the same time too overwhelming for new Eclipse developers if you intermingle this information with the existing e4 documentation. This section is meant to alleviate that problem by providing a spot for historical service information for the readers who wish to view it while not encumbering new developers with less than pertinent information.

Back to the top