# HG changeset patch # User wenzelm # Date 1315338971 -7200 # Node ID 19e1c6e922b60473a5703ccc20595f13b6c45cc2 # Parent 9572b6be1aab78d2b3d349d9e4d62ee9b14c97fd some Isabelle/jEdit NEWS; diff -r 9572b6be1aab -r 19e1c6e922b6 NEWS --- 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.