Changes between Initial Version and Version 1 of PRO_LIB_CORE_CODE_TEMPLATES


Ignore:
Timestamp:
10/08/08 13:47:09 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_CODE_TEMPLATES

    v1 v1  
     1[[BackLinksMenu]] 
     2[[TOC]] 
     3 
     4== How to import code templates in Eclipse == 
     5 * Go to Window -> Preferences -> Java -> Editor -> Templates 
     6 * Click "Import" 
     7 * Import all templates which are in -> '''sophie2-platform/dev-tools/eclipse_templates''' in the repository. 
     8 
     9== Code Templates == 
     10 * Auto Property 
     11  * Now you can only write auto_property + Ctrl + Space 
     12[[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/auto_property.xml)]] 
     13 
     14 * Value Property 
     15  * Now you can only write value_property + Ctrl + Space 
     16[[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/value_property.xml)]] 
     17 
     18 * Final Property 
     19  * Now you can only write final_property + Ctrl + Space 
     20[[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/final_property.xml)]] 
     21