]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaScript.mli
huge amount of work to make out Make crawl roots and
[helm.git] / matita / matitaScript.mli
index 8f120b29632c3c34e219baef41ca3f79b66f7d2a..e8b80d25b8d2cdc69ad8d95228499ef2a0a61fa1 100644 (file)
@@ -55,7 +55,7 @@ object
   method has_name: bool
   (* alwais return a name, use has_name to check if it is the default one *)
   method filename: string 
-  method buri_of_current_file: string
+  method buri_of_current_file: string 
   method assignFileName : string option -> unit (* to the current active file *)
   method loadFromFile : string -> unit
   method loadFromString : string -> unit
@@ -92,7 +92,7 @@ val script:
   source_view:GSourceView.source_view -> 
   mathviewer: MatitaTypes.mathViewer-> 
   urichooser: (UriManager.uri list -> UriManager.uri list) -> 
-  develcreator: (containing:string option -> unit) ->
+  rootcreator: (containing:string option -> unit) ->
   ask_confirmation: 
     (title:string -> message:string -> [`YES | `NO | `CANCEL]) -> 
   set_star: (bool -> unit) ->