Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-01-22 12:32:16 +0000
committerLars Vogel2014-01-22 12:32:16 +0000
commit6b0d75f6d94de2da07c305ec45ecddb9f8d27a59 (patch)
tree2f2d81eccebdd280f7edbef082e92d89a4cad774
parent0ac89b5b7e7e27d09dc708a972a9df23ce01a8d0 (diff)
downloadorg.eclipse.e4.tools-6b0d75f6d94de2da07c305ec45ecddb9f8d27a59.tar.gz
org.eclipse.e4.tools-6b0d75f6d94de2da07c305ec45ecddb9f8d27a59.tar.xz
org.eclipse.e4.tools-6b0d75f6d94de2da07c305ec45ecddb9f8d27a59.zip
Bug 426343 - Activate more save actions for org.eclipse.e4.toolsI20140122-1520
projects Change-Id: I8befdd35f384d00bac9dc03f42b829a16a9ba1c3 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/.settings/org.eclipse.jdt.ui.prefs7
1 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/.settings/org.eclipse.jdt.ui.prefs b/bundles/org.eclipse.e4.tools.emf.ui/.settings/org.eclipse.jdt.ui.prefs
index 2e80c9eb..d4d8200d 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/bundles/org.eclipse.e4.tools.emf.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -1,4 +1,3 @@
-#Sat Jun 26 16:51:30 CEST 2010
eclipse.preferences.version=1
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
formatter_profile=_custom
@@ -28,10 +27,10 @@ sp_cleanup.make_local_variable_final=false
sp_cleanup.make_parameters_final=false
sp_cleanup.make_private_fields_final=true
sp_cleanup.make_type_abstract_if_missing_method=false
-sp_cleanup.make_variable_declarations_final=true
+sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true
-sp_cleanup.on_save_use_additional_actions=false
+sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
@@ -39,7 +38,7 @@ sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
sp_cleanup.remove_private_constructors=true
-sp_cleanup.remove_trailing_whitespaces=false
+sp_cleanup.remove_trailing_whitespaces=true
sp_cleanup.remove_trailing_whitespaces_all=true
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
sp_cleanup.remove_unnecessary_casts=true

Back to the top