X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fmatita.ml;h=9fa70e11f8b56d65d778542b3e1c84cd06c91f4c;hb=7048db496643fc440aebc6e85dd425886bcd2e56;hp=f8cc4efb44f6806115cf95c4a278b69b1420e666;hpb=7a060397679753a0233139b1ba83ac83c2c49949;p=helm.git diff --git a/helm/software/matita/matita.ml b/helm/software/matita/matita.ml index f8cc4efb4..9fa70e11f 100644 --- a/helm/software/matita/matita.ml +++ b/helm/software/matita/matita.ml @@ -280,8 +280,9 @@ let _ = ~doc:(HExtlib.unopt (mview ())#get_document) ~name:"matita.xml" ())); *) addDebugItem "load (sequent) MathML from matita.xml" (fun _ -> (mview ())#load_uri ~filename:"matita.xml"); - addDebugItem "autoWin" - (fun _ -> MatitaAutoGui.auto_dialog Auto.get_auto_status); + addDebugSeparator (); + addDebugItem "Expand virtuals" + (fun _ -> (MatitaScript.current ())#expandAllVirtuals); end (** Debugging }}} *)