]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.mli
added autosave and * (modified feature)
[helm.git] / helm / matita / matitaScript.mli
index b6b3d8ae2a28f8ef8dc50cfbcc2c2e678cd6c77c..6aea4ad1c53bac07ca6ffb83b2682ef2e89a96f3 100644 (file)
@@ -42,8 +42,9 @@ object
 
   (** {2 Load/save} *)
 
-  method loadFrom : string -> unit
-  method saveTo : string -> unit
+  method assignFileName : string -> unit (* to the current active file *)
+  method loadFromFile : unit -> unit
+  method saveToFile : unit -> unit
 
   (** {2 Current proof} (if any) *)
 
@@ -66,6 +67,7 @@ val script:
   init:MatitaTypes.status -> 
   mathviewer: MatitaTypes.mathViewer-> 
   urichooser: (UriManager.uri list -> UriManager.uri list) -> 
+  set_star: (string -> bool -> unit) ->
   unit -> 
     script