]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.mli
various updates, removed proofs for now because they are the real bottleneck!!
[helm.git] / helm / matita / matitaScript.mli
index f7c86fc3c3298a0a79bf9f57edbe89e6be2853da..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) *)
 
@@ -65,6 +66,8 @@ val script:
   buffer:GText.buffer -> 
   init:MatitaTypes.status -> 
   mathviewer: MatitaTypes.mathViewer-> 
+  urichooser: (UriManager.uri list -> UriManager.uri list) -> 
+  set_star: (string -> bool -> unit) ->
   unit -> 
     script