Error: Macro BackLinksMenu(None) failedcompressed data is corrupt
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.
Auto Property
- Now you can only write auto_property + Ctrl + Space
Error: Macro Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/auto_property.xml) failed'NoneType' object has no attribute 'get_node'
Value Property
- Now you can only write value_property + Ctrl + Space
Error: Macro Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/value_property.xml) failed'NoneType' object has no attribute 'get_node'
Final Property
- Now you can only write final_property + Ctrl + Space
Error: Macro Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/final_property.xml) failed'NoneType' object has no attribute 'get_node'
Resource Property
- Now you can only write resource_property + Ctrl + Space
Error: Macro Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/resource_property.xml) failed'NoneType' object has no attribute 'get_node'
Auto List Property
- Now you can only write auto_list_property + Ctrl + Space
Error: Macro Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/auto_list_property.xml) failed'NoneType' object has no attribute 'get_node'
Value List Property
- Now you can only write value_list_property + Ctrl + Space
Error: Macro Include(source:/trunk/sophie2-platform/dev-tools/eclipse_templates/properties_templates/value_list_property.xml) failed'NoneType' object has no attribute 'get_node'