diff -r 7a1302b22a11 -r d0f851903e55 src/Tools/jEdit/README.html
--- a/src/Tools/jEdit/README.html Tue Sep 27 20:25:15 2011 +0200
+++ b/src/Tools/jEdit/README.html Tue Sep 27 20:45:15 2011 +0200
@@ -35,7 +35,7 @@
Using the mouse together with the modifier key C
(CONTROL on Linux or Windows,
- COMMAND on Mac OS) exposes additional information.
+ COMMAND on Mac OS X) exposes additional information.
Dockable panels (e.g. Output) are managed as independent
windows by jEdit, which also allows multiple instances.
@@ -158,7 +158,7 @@
-Known problems with Mac OS
+Known problems with Mac OS X
@@ -166,22 +166,21 @@
e.g. between the editor and the Console plugin, which is a standard
swing text box. Similar for search boxes etc.
-- ToggleButton selected state is not rendered if window focus is
- lost, which is probably a genuine feature of the Apple
- look-and-feel.
-
-- Font.createFont mangles the font family of non-regular fonts,
- e.g. bold. IsabelleText font files need to be installed/updated
- manually.
+- Font.createFont mangles the font family of non-regular
+ fonts, e.g. bold. IsabelleText font files need to be
+ installed/updated manually if bold versions are desired. Note that
+ this has to be repeated whenever fonts shipped with Isabelle are
+ updated!
- Missing glyphs are collected from other fonts (like Emacs,
- Firefox). This is actually an advantage over the Oracle/Sun JVM on
- Windows or Linux, but probably also the deeper reason for the other
- oddities of Apple font management.
+ Firefox). This is actually an advantage over the Oracle JVM on
+ Windows or Linux, but also the deeper reason for other oddities of
+ Apple font management.
-- The native font renderer of -Dapple.awt.graphics.UseQuartz=true
- (not enabled by default) fails to handle the infinitesimal font size
- of "hidden" text (e.g. used in Isabelle sub/superscripts).
+- The native font renderer
+ of -Dapple.awt.graphics.UseQuartz=true (not
+ enabled by default) fails to handle the infinitesimal font size of
+ "hidden" text (e.g. used in Isabelle sub/superscripts).
@@ -191,23 +190,10 @@
- The 2D rendering engine of OpenJDK 1.6.x distorts the appearance
- of the jEdit text area. Always use official JRE 1.6.x from
- Sun/Oracle/Apple.
-
-- jEdit on OpenJDK is generally not supported.
-
-
-
+ of the jEdit text area. Always use official JRE 1.6.x from Oracle
+ or Apple.
-Known problems with Windows/Cygwin
-
-
-
-- Occasional session startup problems when loading a logic image
-takes too long (cf. output in "Prover Session / Syslog" panel).
-
-- Auxiliary files of a theory (uses) cannot be loaded due
-to incompatible path notation inherited from MS-DOS.
+- jEdit 4.4.x on OpenJDK is generally not supported.