UserPreferences.st
changeset 24845 c3583e9d256a
parent 24828 b9a0ab03dd8f
child 24846 3d98b5071433
equal deleted inserted replaced
24844:334662dd5a40 24845:c3583e9d256a
  1310     ^ self at:#socksProxyPort put:aNumber
  1310     ^ self at:#socksProxyPort put:aNumber
  1311 
  1311 
  1312     "Created: / 27-12-2011 / 14:42:29 / cg"
  1312     "Created: / 27-12-2011 / 14:42:29 / cg"
  1313 !
  1313 !
  1314 
  1314 
       
  1315 traceStdoutAndStderrOnTranscript
       
  1316     ^ self at:#traceStdoutAndStderrOnTranscript ifAbsent:true
       
  1317 
       
  1318     "
       
  1319      UserPreferences current traceStdoutAndStderrOnTranscript
       
  1320     "
       
  1321 !
       
  1322 
       
  1323 traceStdoutAndStderrOnTranscript:aBoolean
       
  1324     self at:#traceStdoutAndStderrOnTranscript put:aBoolean
       
  1325 
       
  1326     "
       
  1327      UserPreferences current traceStdoutAndStderrOnTranscript
       
  1328     "
       
  1329 !
       
  1330 
  1315 useBuiltinJVM
  1331 useBuiltinJVM
  1316     "an experimental flag if the builtin JVM should be used for
  1332     "an experimental flag if the builtin JVM should be used for
  1317      JAVA instead of an external jvm.
  1333      JAVA instead of an external jvm.
  1318      Notice that the builtin jvm does not support >= v8 java"
  1334      Notice that the builtin jvm does not support >= v8 java"
  1319 
  1335 
  2916 
  2932 
  2917     "Created: / 08-11-2010 / 14:47:52 / cg"
  2933     "Created: / 08-11-2010 / 14:47:52 / cg"
  2918     "Modified: / 09-11-2010 / 13:02:43 / cg"
  2934     "Modified: / 09-11-2010 / 13:02:43 / cg"
  2919 ! !
  2935 ! !
  2920 
  2936 
       
  2937 !UserPreferences methodsFor:'accessing-prefs-UI-colors'!
       
  2938 
       
  2939 colorForStderrInTranscript
       
  2940     "used when stderr of executed process actions is shown in the Transcript"
       
  2941 
       
  2942     ^ Color red
       
  2943 !
       
  2944 
       
  2945 colorForStdoutInTranscript
       
  2946     "used when stdout of executed process actions is shown in the Transcript"
       
  2947 
       
  2948     ^ Color blue
       
  2949 ! !
       
  2950 
  2921 !UserPreferences methodsFor:'accessing-prefs-browser'!
  2951 !UserPreferences methodsFor:'accessing-prefs-browser'!
  2922 
  2952 
  2923 acceptCancelBarOrder
  2953 acceptCancelBarOrder
  2924     "the original order was accept-cancel-compare.
  2954     "the original order was accept-cancel-compare.
  2925      However, we found that the danger of pressing cancel by accident
  2955      However, we found that the danger of pressing cancel by accident