}
return string;
}
public void setToPrefs() {
final CodeAssistPreferences prefs = new CodeAssistPreferences();
prefs.load();
fCompletionProposalAutoActivationCharacters = prefs.getErlangTriggers()
.toCharArray();
contentAssistant.setAutoActivationDelay(prefs.getDelayInMS());
contentAssistant.enableAutoActivation(prefs.isAutoActivate());
contentAssistant.setAutoActivationDelay(prefs.getDelayInMS());
}