X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaScript.mli;h=677006b7195fb4be17e4ae4fd75d4e2673660f01;hb=3ea21b6d721c759876aa53385b421cb1412e11f5;hp=b6b3d8ae2a28f8ef8dc50cfbcc2c2e678cd6c77c;hpb=a7b90d2494f7d580faa54ecd2835bd4649129763;p=helm.git diff --git a/helm/matita/matitaScript.mli b/helm/matita/matitaScript.mli index b6b3d8ae2..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,11 +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