src/Tools/jEdit/src/jedit_sessions.scala
changeset 64732 00f3c4bef2e0
parent 64602 8edca3465758
child 64856 5e9bf964510a
equal deleted inserted replaced
64731:84192ecae582 64732:00f3c4bef2e0
    83   {
    83   {
    84     val content =
    84     val content =
    85       try {
    85       try {
    86         Build.session_content(PIDE.options.value, inlined_files, session_dirs(), session_name())
    86         Build.session_content(PIDE.options.value, inlined_files, session_dirs(), session_name())
    87       }
    87       }
    88       catch { case ERROR(_) => Build.Session_Content() }
    88       catch { case ERROR(_) => Build.Session_Content.empty }
    89     content.copy(known_theories =
    89     content.copy(known_theories =
    90       content.known_theories.mapValues(name => name.map(File.platform_path(_))))
    90       content.known_theories.mapValues(name => name.map(File.platform_path(_))))
    91   }
    91   }
    92 
    92 
    93 
    93