src/Pure/PIDE/change.scala
Thu, 05 Aug 2010 21:56:38 +0200 wenzelm misc tuning -- produce reverse_edits at most once (note that foldRight produces a reversed list internally, while recursion is infisible due to small stack vs. large stack frames on JVM);
Thu, 05 Aug 2010 18:17:59 +0200 wenzelm Text_Edit.convert/revert;
Thu, 05 Aug 2010 18:13:12 +0200 wenzelm renamed to_current to convert, and from_current to revert;
Thu, 05 Aug 2010 18:00:37 +0200 wenzelm Change.Snapshot: include from_current/to_current here, with precomputed changes;
Thu, 05 Aug 2010 16:58:18 +0200 wenzelm explicit Change.Snapshot and Document.Node;
Thu, 05 Aug 2010 14:35:35 +0200 wenzelm simplified/refined document model: collection of named nodes, without proper dependencies yet;
Wed, 05 May 2010 22:23:45 +0200 wenzelm some rearrangement of Scala sources;
less more (0) tip