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

Difference between revisions of "EDT:Code snippets"

Line 9: Line 9:
 
* [[EDT:Accessing a service|Accessing a service]]  
 
* [[EDT:Accessing a service|Accessing a service]]  
  
* [[EDT:Declaring widgets|Declaring widgets]]  
+
* [[EDT:Writing a Rich UI application|Writing a Rich UI application]]  
  
 
<br>  
 
<br>  

Revision as of 17:36, 16 February 2012



To share a code snippet:

  • On the page of interest, click Edit and, if necessary, log in to eclipse.org.
  • Add a section or update an existing one; but always include your code in the following wikitext markup:
        <source lang="java">
          // put code here 
        </source>
 
  • To add most of your content, click Wikitext or disable the Rich Editor.
  • Before you create a new page, read these instructions.

For help with editing, see Wikitext examples.       

Back to the top