Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-11-20 16:49:13 +0000
committerslewis2006-11-20 16:49:13 +0000
commite12a19fe0aa35e99a4c2419b62c5fbddce536c7f (patch)
tree57036993e591099e9b871eb9c66b383f8eb313b8 /framework/bundles/org.eclipse.ecf.ui/.settings
parent0d6e51a590c1c9b6b07468e4922a4cb266d1ee1a (diff)
downloadorg.eclipse.ecf-e12a19fe0aa35e99a4c2419b62c5fbddce536c7f.tar.gz
org.eclipse.ecf-e12a19fe0aa35e99a4c2419b62c5fbddce536c7f.tar.xz
org.eclipse.ecf-e12a19fe0aa35e99a4c2419b62c5fbddce536c7f.zip
Updates to UI for configurationWizard and connectWizard extension points
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.ui/.settings')
-rw-r--r--framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.ui.prefs48
1 files changed, 48 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.ui.prefs b/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.ui.prefs
new file mode 100644
index 000000000..5bf3c1096
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -0,0 +1,48 @@
+#Sun Nov 19 20:29:35 PST 2006
+cleanup.add_default_serial_version_id=false
+cleanup.add_generated_serial_version_id=true
+cleanup.add_missing_annotations=false
+cleanup.add_missing_deprecated_annotations=true
+cleanup.add_missing_nls_tags=false
+cleanup.add_missing_override_annotations=true
+cleanup.add_serial_version_id=true
+cleanup.always_use_blocks=false
+cleanup.always_use_parentheses_in_expressions=false
+cleanup.always_use_this_for_non_static_field_access=false
+cleanup.always_use_this_for_non_static_method_access=false
+cleanup.convert_to_enhanced_for_loop=false
+cleanup.format_comment=true
+cleanup.format_javadoc=true
+cleanup.format_multi_line_comment=true
+cleanup.format_single_line_comment=true
+cleanup.format_source_code=true
+cleanup.make_local_variable_final=true
+cleanup.make_parameters_final=false
+cleanup.make_private_fields_final=true
+cleanup.make_variable_declarations_final=false
+cleanup.never_use_blocks=false
+cleanup.never_use_parentheses_in_expressions=true
+cleanup.qualify_static_field_accesses_with_declaring_class=false
+cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+cleanup.qualify_static_member_accesses_with_declaring_class=true
+cleanup.qualify_static_method_accesses_with_declaring_class=false
+cleanup.remove_private_constructors=true
+cleanup.remove_unnecessary_casts=true
+cleanup.remove_unnecessary_nls_tags=true
+cleanup.remove_unused_imports=true
+cleanup.remove_unused_local_variables=true
+cleanup.remove_unused_private_fields=true
+cleanup.remove_unused_private_members=true
+cleanup.remove_unused_private_methods=true
+cleanup.remove_unused_private_types=true
+cleanup.use_blocks=true
+cleanup.use_blocks_only_for_return_and_throw=true
+cleanup.use_parentheses_in_expressions=false
+cleanup.use_this_for_non_static_field_access=false
+cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+cleanup.use_this_for_non_static_method_access=false
+cleanup.use_this_for_non_static_method_access_only_if_necessary=true
+cleanup_profile=_slewis
+cleanup_settings_version=1
+eclipse.preferences.version=1

Back to the top