NEWS
changeset 44760 19e1c6e922b6
parent 44749 5b1e1432c320
child 44777 1afb48f872ae
--- a/NEWS	Tue Sep 06 21:40:58 2011 +0200
+++ b/NEWS	Tue Sep 06 21:56:11 2011 +0200
@@ -6,6 +6,30 @@
 
 *** General ***
 
+* Improved Isabelle/jEdit Prover IDE (PIDE), which can be invoked as
+"isabelle jedit" on the command line.
+
+  . Management of multiple theory files directly from the editor
+    buffer store -- bypassing the file-system (no requirement to save
+    files for checking).
+
+  . Markup of formal entities within the text buffer, with semantic
+    highlighting, tooltips and hyperlinks to jump to defining source
+    positions.
+
+  . Refined scheduling of proof checking and printing of results,
+    based on interactive editor view.  (Note: jEdit folding and
+    narrowing allows to restrict buffer perspectives explicitly.)
+
+  . Reduced CPU performance requirements, usable on machines with few
+    cores.
+
+  . Reduced memory requirements due to pruning of unused document
+    versions (garbage collection).
+
+See also ~~/src/Tools/jEdit/README.html for further information,
+including some remaining limitations.
+
 * Theory loader: source files are identified by content via SHA1
 digests.  Discontinued former path/modtime identification and optional
 ISABELLE_FILE_IDENT plugin scripts.