From 635a044b87f9452d4ac0145167b31b75065af667 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 19 Oct 2000 21:22:46 +0000 Subject: [PATCH] Fixed balloon help for options. Sort-of reported by Russell Finn. --- Mac/scripts/EditPythonPrefs.rsrc | Bin 9074 -> 9410 bytes Mac/scripts/EditPythonPrefsBH.bh | 66 +++++++++++++++-------------- Mac/scripts/EditPythonPrefsBH.prj | Bin 24091 -> 24091 bytes Mac/scripts/EditPythonPrefsBH.rsrc | Bin 3942 -> 4278 bytes 4 files changed, 35 insertions(+), 31 deletions(-) diff --git a/Mac/scripts/EditPythonPrefs.rsrc b/Mac/scripts/EditPythonPrefs.rsrc index 8d9f18a556d7940b9db3f82d677b795fa3e7f42d..47cf5391263b9c3fd2f5db377bbcb649d274f56a 100644 GIT binary patch delta 1064 zc-nh(g1fkIOQhKnH-AQ-pW+v=R+y=oG z1#d#_Ts-T|lM?XaNxk-^s98c-tWv=$Ms(4K<#6C z)Jpj!lGg)WeR?v}Zi2IoU^BCFV$|U9v0QVS9X$~TOL94Vd2X1xZxA4r|crF&(d*oATxFLEd%OC@5?MLm~0vy_y%(Nc_X zQ+SQBG6oDp=s|(`^j=^z7DWUl>J}v|C~Sd79?S+I1DA%Ovm-0gje;^}SX2r)Re|8n^+hb_3N8f_#sT+442WxjP!L`hWro8nA_@`+ zO8=G9>)FALplDi%n4!UOl`AHP^Tcsu7ggXw0d~gFctFARDR-F>8Va!nR5^DOBuQoD zG?W~{?;KrV=73}t`=-NIcld51C7r3mWh7#5CC(n)P)MdXv%PaXX@r*#{Ra)O2O6gA2t`f_7v#>ZntjC5P_IF=3+hx`3 zbwWO;0^(hXDi8ryP7HJ=i?PjvxW>(6R{UPUr%+0y+?& zc0J0lpgwCHUQsy?2p?XARKQ>)`aT033g1&i3%l+JuH*M$?x#;&fUc z{Uwo84MEf1A*3%Pw`;W<7xL@YNv?0ZJ)~(LTJ57ULfRR%L{|>Wuh%wy#P!m~<1s=@ ypCO65pj_hhdEyMR)+XFNcex6|szIP1+dYv(ae9}b!NO=`%=b^iud$oOFZ diff --git a/Mac/scripts/EditPythonPrefsBH.bh b/Mac/scripts/EditPythonPrefsBH.bh index 25b55ccfcea7..9a5e1ac7adfd 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