private String keyComboFilePath = "";
private String snippetFilePath = "";
private static String HEADER_TEXT = "These key combos are used by the cfeclipse plugin.";
public SnipKeyCombos() {
CFMLPropertyManager propertyManager = SnippetPlugin.getDefault().getPropertyManager();
this.snippetFilePath = new File(propertyManager.getSnippetsPath()).toString();
this.keyComboFilePath = this.snippetFilePath + "/keyCombos.properties";
loadKeyCombos();
}