[[BackLinksMenu]] [[TOC]] == How to import code templates in Eclipse == * Go to Window -> Preferences -> Java -> Editor -> Templates * Click "Import" * Import all templates which are in -> '''sophie2-platform/dev-tools/eclipse_templates''' in the repository. == Code Templates == === Auto Property === * Now you can only write auto_property + Ctrl + Space [[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/auto_property.xml)]] === Value Property === * Now you can only write value_property + Ctrl + Space [[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/value_property.xml)]] === Final Property === * Now you can only write final_property + Ctrl + Space [[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/final_property.xml)]] === Resource Property === * Now you can only write resource_property + Ctrl + Space [[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/resource_property.xml)]] === Auto List Property === * Now you can only write auto_list_property + Ctrl + Space [[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/auto_list_property.xml)]] === Value List Property === * Now you can only write value_list_property + Ctrl + Space [[Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/value_list_property.xml)]]