public static void Format_selection() { ModifyCode.Format(true); }
public static void Format_document() { ModifyCode.Format(false); }