]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaScript.mli
beginning to see the light
[helm.git] / matita / matitaScript.mli
index e8b80d25b8d2cdc69ad8d95228499ef2a0a61fa1..6b683799918e5a9c150f9342c1b954086874dc4d 100644 (file)
@@ -56,6 +56,7 @@ object
   (* 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 include_paths: string list
   method assignFileName : string option -> unit (* to the current active file *)
   method loadFromFile : string -> unit
   method loadFromString : string -> unit
@@ -92,7 +93,6 @@ val script:
   source_view:GSourceView.source_view -> 
   mathviewer: MatitaTypes.mathViewer-> 
   urichooser: (UriManager.uri list -> UriManager.uri list) -> 
-  rootcreator: (containing:string option -> unit) ->
   ask_confirmation: 
     (title:string -> message:string -> [`YES | `NO | `CANCEL]) -> 
   set_star: (bool -> unit) ->