# HG changeset patch # User wenzelm # Date 1507801146 -7200 # Node ID 42311fd08899267d7014f2b388aa023134bb0955 # Parent 982baed145422c15bd6eb6b3cf7bdf4fa0a4d94b more robust: allow Windows file names; diff -r 982baed14542 -r 42311fd08899 src/Pure/PIDE/document.scala --- a/src/Pure/PIDE/document.scala Thu Oct 12 11:25:06 2017 +0200 +++ b/src/Pure/PIDE/document.scala Thu Oct 12 11:39:06 2017 +0200 @@ -117,7 +117,7 @@ case _ => false } - def path: Path = Path.explode(node) + def path: Path = Path.explode(File.standard_path(node)) def is_theory: Boolean = theory.nonEmpty