public static boolean getBoolean(String key) {
   boolean result = FoldingPlugin.getPrefs().getBoolean(key);
   return result;
 }