--- a/src/Pure/PIDE/document.scala Tue Apr 08 14:59:36 2014 +0200
+++ b/src/Pure/PIDE/document.scala Tue Apr 08 15:12:54 2014 +0200
@@ -45,7 +45,7 @@
/* document blobs: auxiliary files */
- sealed case class Blob(bytes: Bytes, file: Command.Chunk.File, changed: Boolean)
+ sealed case class Blob(bytes: Bytes, file: Text.Chunk.File, changed: Boolean)
{
def unchanged: Blob = copy(changed = false)
}
@@ -733,8 +733,8 @@
val former_range = revert(range)
val (chunk_name, command_iterator) =
load_commands match {
- case command :: _ => (Command.Chunk.File_Name(node_name.node), Iterator((command, 0)))
- case _ => (Command.Chunk.Self, node.command_iterator(former_range))
+ case command :: _ => (Text.Chunk.File_Name(node_name.node), Iterator((command, 0)))
+ case _ => (Text.Chunk.Default, node.command_iterator(former_range))
}
val markup_index = Command.Markup_Index(status, chunk_name)
(for {