public PreferenceKey getProfilesKey() {
return new PreferenceKey(RutaIdeUIPlugin.PLUGIN_ID, RutaFormatterConstants.FORMATTER_PROFILES);
}
public PreferenceKey getActiveProfileKey() {
return new PreferenceKey(RutaIdeUIPlugin.PLUGIN_ID,
RutaFormatterConstants.FORMATTER_ACTIVE_PROFILE);
}