Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Object Teams/Editing

< Object Teams
Revision as of 05:57, 24 February 2010 by Unnamed Poltroon (Talk) (New page: ===Source code listings=== Please enclose any listings of OT/J code like this <pre><nowiki><source lang="otj" line="1"> public team class MyFirstTeam {} </source></nowiki></pre> Which ren...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Source code listings

Please enclose any listings of OT/J code like this

<source lang="otj" line="1"> 
public team class MyFirstTeam {}
</source>

Which renders as

  1.  
  2. public team class MyFirstTeam {}

The "line" option inserts line numbers in the left column, just omit this if no line number are desired.

Object Teams Wiki Templates

We currently have one OT-specific wiki template: Template:Otjld, which can be used to easily insert links to selected paragraphs of the OTJLD (OT/J Language Definition).

Wiki Categories

Currently we maintain these categories:

For placing a new wiki page into one or more of these categories simply insert (at the bottom) something like the following text:

[[Category:Object Teams]]

Back to the top