diff -r 42bbe637be54 -r c76b41cde4f5 src/Tools/jEdit/README.html
--- a/src/Tools/jEdit/README.html Sat Dec 15 12:28:37 2012 +0100
+++ b/src/Tools/jEdit/README.html Sat Dec 15 12:54:14 2012 +0100
@@ -157,17 +157,17 @@
-
Limitations and workarounds
+Limitations and known problems
- - Odd behavior of some diagnostic commands, notably those starting
- external processes asynchronously (e.g. thy_deps).
- Workaround: Avoid such commands.
-
- Lack of dependency managed for auxiliary files that contribute
to a theory (e.g. ML_file).
Workaround: Re-load files manually within the prover.
+ - Odd behavior of some diagnostic commands with global
+ side-effects, like writing a physical
+ file.
Workaround: Avoid such commands.
+
- No way to delete document nodes from the overall collection of
theories.
Workaround: Restart whole Isabelle/jEdit session in
@@ -176,21 +176,14 @@
- No support for non-local markup, e.g. commands reporting on
previous commands (proof end on proof head), or markup produced by
loading external files.
-
-
-
-Known problems with Mac OS X
-
-
-- The MacOSX plugin for jEdit disrupts tends to be disruptive. It
-might or might not improve the user experience, and is off by
-default.
+ - The native MacOSX plugin for jEdit tends to be disruptive. It
+ might or might not improve the user experience, and is off by
+ default.
-- Java 7 (by Oracle) is officially supported starting with Lion (or
-later), but not Snow Leopard. It happens to work on the latter as
-well, but there might be some instabilities.
-
+ - Java 7 on MacOSX is officially supported on Lion and Mountain
+ Lion, but not Snow Leopard. It usually works on the latter, but
+ there might be some instabilities.