X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaScript.mli;h=677006b7195fb4be17e4ae4fd75d4e2673660f01;hb=3ea21b6d721c759876aa53385b421cb1412e11f5;hp=f7c86fc3c3298a0a79bf9f57edbe89e6be2853da;hpb=3b5b254f2faa600a14a837e95f94f953dc9959c7;p=helm.git diff --git a/helm/matita/matitaScript.mli b/helm/matita/matitaScript.mli index f7c86fc3c..677006b71 100644 --- a/helm/matita/matitaScript.mli +++ b/helm/matita/matitaScript.mli @@ -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) *) @@ -61,10 +62,14 @@ object end + (** @param set_star callback used to set the modified symbol (usually a star + * "*") on the side of a script name *) 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