Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Import on preferences for Save Action fails
Import on preferences for Save Action fails [message #556727] Thu, 02 September 2010 12:53
Michael Dänzer is currently offline Michael DänzerFriend
Messages: 6
Registered: July 2009
Junior Member
Hello all

I want to create a set of preferences for my company so that all
developers can use the same settings. We want to switch on the Save
Actions on Java Editor. This works smoothly.

Then we want to perform some additional actions for that feature and
change some of the configuration settings in there. After doing so,
making an export of the prefs and compare it with before I see the
following pref entries have changed:

/instance/org.eclipse.jdt.ui/editor_save_participant_org.ecl ipse.jdt.ui.postsavelistener.cleanup=true
/instance/org.eclipse.jdt.ui/sp_cleanup.on_save_use_addition al_actions=true
/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unused_import s=true
/instance/org.eclipse.jdt.ui/sp_cleanup.remove_unnecessary_n ls_tags=true
/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_metho d_accesses_with_declaring_class=true
/instance/org.eclipse.jdt.ui/sp_cleanup.make_variable_declar ations_final=false
/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_membe r_accesses_with_declaring_class=true
/instance/org.eclipse.jdt.ui/sp_cleanup.qualify_static_field _accesses_with_declaring_class=true
/instance/org.eclipse.jdt.ui/sp_cleanup.add_missing_override _annotations_interface_methods=false

I add this to my base preference file, create a complete new workspace
and import the preferences. Unfortunately the save actions are switched
on, but the additional actions are still not active.

Did I miss something or could this be a bug?

Kind regards
Michael Dänzer
Previous Topic:CDT + JDT?
Next Topic:building ant targets
Goto Forum:
  


Current Time: Fri Apr 26 15:23:07 GMT 2024

Powered by FUDForum. Page generated in 0.03169 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top