Changeset 8630 for trunk/L2J_DataPack/.settings/org.eclipse.jdt.ui.prefs
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
.settings/org.eclipse.jdt.ui.prefs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/.settings/org.eclipse.jdt.ui.prefs
r8406 r8630 1 #Wed Sep 28 00:57:38 UYT 2011 2 "=id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\r\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\r\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates> 1 #Sat Oct 01 02:05:14 UYT 2011 3 2 cleanup.add_default_serial_version_id=true 4 3 cleanup.add_generated_serial_version_id=false … … 10 9 cleanup.add_missing_override_annotations_interface_methods=true 11 10 cleanup.add_serial_version_id=true 12 cleanup.always_use_blocks= false13 cleanup.always_use_parentheses_in_expressions= false11 cleanup.always_use_blocks=true 12 cleanup.always_use_parentheses_in_expressions=true 14 13 cleanup.always_use_this_for_non_static_field_access=false 15 14 cleanup.always_use_this_for_non_static_method_access=false … … 18 17 cleanup.format_source_code=true 19 18 cleanup.format_source_code_changes_only=false 20 cleanup.make_local_variable_final= true21 cleanup.make_parameters_final= true19 cleanup.make_local_variable_final=false 20 cleanup.make_parameters_final=false 22 21 cleanup.make_private_fields_final=true 23 22 cleanup.make_type_abstract_if_missing_method=false 24 23 cleanup.make_variable_declarations_final=true 25 cleanup.never_use_blocks= true26 cleanup.never_use_parentheses_in_expressions= true24 cleanup.never_use_blocks=false 25 cleanup.never_use_parentheses_in_expressions=false 27 26 cleanup.organize_imports=true 28 27 cleanup.qualify_static_field_accesses_with_declaring_class=false … … 52 51 cleanup.use_this_for_non_static_method_access=true 53 52 cleanup.use_this_for_non_static_method_access_only_if_necessary=true 54 cleanup_profile=_L2J v0.153 cleanup_profile=_L2J Clean Up v0.2 55 54 cleanup_settings_version=2 56 55 eclipse.preferences.version=1 57 formatter_profile=_ tralala58 formatter_settings_version=1 156 formatter_profile=_L2J Formatter v0.1 57 formatter_settings_version=12 59 58 org.eclipse.jdt.ui.exception.name=e 60 59 org.eclipse.jdt.ui.gettersetter.use.is=true
Note: See TracChangeset
for help on using the changeset viewer.
