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 zcmah|Pe@cj7@zlCqd&N=qAR&ue*R05S`0g7MN$btAgCAdkhAa2`Uc<5EN{l1OOR5~ zEimWOxo(|`g)W_{tA~QR3qf=X1Fvo0?6xVkF+&v*RWzFS6T-l)FV-vOl^^HPvHYC0os2d&W6#cH8?ZACtpQ zA}Erq>Fek*T#Z2C8Ws}ajxG&7kq3(Zb$G!!G; z%3fit1Ug_KLm%=ip!c}dSdbAEsaH@ir_ln9e3<4T1CNHG5@tIy<$!6+p0DhtpS$Th zhe&A{)3P%6(?d(ji+Bm0v8c!e)m)0)^?6L^NueYX#$5O^1{6~Vp&-02OAL!yKom3~ zC>}^>*3$j!ykIRv%+g@FN?0)+U_G(i=%NflYCvZUCm$$y0Tmvz?n5b8fa=`cCX$p! z4|OF+@aK+BFm*^Wiv#Ph;ST>zq*ZR>|1z3lZXIB@mj0B{3#DRaBi%hC8c7bm!R02I z_TQie_5nZCztuNer=O(>aj;YBy-0}L+VcHt*z(Oh>fh|*p3dX(%fJtpiQ~MPo1Yyt zBLfe6JFnXAa;nuTAt&F};$JpydtyEe%(|(!re_c)ab4>|2hV_XE;KMex_;O=DBAt* QPc}}@!~%av#OfXO8{U;^#Q*>R delta 788 zcma)4&ubGw7@b|ys4e*cjoHv_+OJK_p(Fth9!iUnDg_TxY;w?BCcCrA;O(!e=uhM@&>K|a7O^gvwU6|#~@V@VR^X8pB`gw4&XO^?4_qLOp zD+s~LM^;Q{%`P(0;>)XyW!=0UAM^usW1PzE8R|G+G;H-UzhRW(e_?&W*C=7kmr7d& z_2yPbRjrI_Po+NjnM|$UYUonF?U@7<-b0AR@;hLU@r6!U^d> zf<6r>!;*5=IQ*x|^FVTV5m5<)k?eB@IFdZjL@ArXIB zE)}@z6KFU0!Qo6$AqjIv(`w3kTA{LSyUNHA2H1Iydjv3ZK~PERf9&xHmQko1@2kgl zsdFXj&Rl2wP+Dvx2yox63pvtaT2jxzp$i98?_%3Ue1QNvo(R-uyQ!8+wS>-vt4`A$ z_1#R4FVkNVIh_(T%N;`IQgXXiyLO?zZk^=%uHQq3@uAf|DkEf^QAc*wu>5*$<42q` zV=|c_wESs`f5o_XU#(V-%=JL^DzFPEb$iYOlzAKDelVE;$_9&?weuLK4~I>> 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