From: Jack Jansen Date: Thu, 19 Oct 2000 21:22:46 +0000 (+0000) Subject: Fixed balloon help for options. Sort-of reported by Russell Finn. X-Git-Tag: v2.1a1~869 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=635a044b87f9452d4ac0145167b31b75065af667;p=python Fixed balloon help for options. Sort-of reported by Russell Finn. --- diff --git a/Mac/scripts/EditPythonPrefs.rsrc b/Mac/scripts/EditPythonPrefs.rsrc index 8d9f18a556..47cf539126 100644 Binary files a/Mac/scripts/EditPythonPrefs.rsrc and b/Mac/scripts/EditPythonPrefs.rsrc differ diff --git a/Mac/scripts/EditPythonPrefsBH.bh b/Mac/scripts/EditPythonPrefsBH.bh index 25b55ccfce..9a5e1ac7ad 100644 --- a/Mac/scripts/EditPythonPrefsBH.bh +++ b/Mac/scripts/EditPythonPrefsBH.bh @@ -8,36 +8,40 @@ DIALOG 511 9.1 Press here to turn help balloons off again. END-DIALOG DIALOG 510 -1.1 Turn this item on to get the standard >>> prompt after a script terminates. -1.3 Turn this item off to have the interpreter terminate when a script terminates. -2.1 Turn this option on to get feedback on where modules are found and what their type is. -2.3 Turn this option off to stop import feedback. -3.1 Turn this option on to strip LINO instructions from Python bytecode. Gives a slight speedup. -3.3 Turn this option off to include LINO instructions in the bytecode. This enables line numbers in traceback printouts. -4.1 Turn this on to show output byte-by-byte as it is produced. Slows things down. -4.3 Turn this off to show output on a line-by-line basis, or when input is requested. -5.1 Print gibberish only Guido understands. -5.3 Stop printing gibberish. -6.1 Turn this on to keep the console window open after successful script termination. -6.3 Turn this off to quit python automatically after successful script termination. -7.1 Turn this on to keep the console window open after a script aborts. -7.3 Turn this off to quit python automatically after a script aborts. -8.1 Turn this on to stop the user from asking for the startup option dialog with the option key. Use this on applets only. -8.3 Turn this off to enable the user to set options by depressing