NewLauncher.st
changeset 1998 6fced9f5b645
parent 1985 b00a8853799b
child 2003 b44e8c80ec07
equal deleted inserted replaced
1997:c91eb672447c 1998:6fced9f5b645
  3049 !NewLauncher methodsFor:'user actions - settings'!
  3049 !NewLauncher methodsFor:'user actions - settings'!
  3050 
  3050 
  3051 compilerSettings
  3051 compilerSettings
  3052     "open a dialog on compiler related settings"
  3052     "open a dialog on compiler related settings"
  3053 
  3053 
  3054     Launcher::LauncherDialogs compilerSettingsFor:self.
  3054     self settingsDialog:#compilerSettingsFor:
  3055 
       
  3056     "Modified: / 31.7.1998 / 22:45:16 / cg"
       
  3057 !
  3055 !
  3058 
  3056 
  3059 displaySettings
  3057 displaySettings
  3060     "open a dialog on display related settings"
  3058     "open a dialog on display related settings"
  3061 
  3059 
  3062     Launcher::LauncherDialogs displaySettingsFor:self.
  3060     self settingsDialog:#displaySettingsFor:
  3063 
  3061 
  3064     "Modified: / 31.7.1998 / 22:45:38 / cg"
  3062     "Modified: / 31.7.1998 / 22:45:38 / cg"
  3065 !
  3063 !
  3066 
  3064 
  3067 editSettings
  3065 editSettings
  3068     "open a dialog on edit settings"
  3066     "open a dialog on edit settings"
  3069 
  3067 
  3070     Launcher::LauncherDialogs editSettingsFor:self.
  3068     self settingsDialog:#editSettingsFor:
  3071 
  3069 
  3072     "Modified: / 31.7.1998 / 22:46:56 / cg"
  3070     "Modified: / 31.7.1998 / 22:46:56 / cg"
  3073     "Created: / 6.1.1999 / 14:14:48 / cg"
  3071     "Created: / 6.1.1999 / 14:14:48 / cg"
  3074 !
  3072 !
  3075 
  3073 
  3076 fontSettings
  3074 fontSettings
  3077     "open a dialog on font related settings"
  3075     "open a dialog on font related settings"
  3078 
  3076 
  3079     Launcher::LauncherDialogs fontSettingsFor:self
  3077     self settingsDialog:#fontSettingsFor:
  3080 
  3078 
  3081     "Modified: / 31.7.1998 / 22:45:44 / cg"
  3079     "Modified: / 31.7.1998 / 22:45:44 / cg"
  3082 !
  3080 !
  3083 
  3081 
  3084 javaSettings
  3082 javaSettings
  3085     "open a dialog on java-subsystem related settings"
  3083     "open a dialog on java-subsystem related settings"
  3086 
  3084 
  3087     Launcher::LauncherDialogs javaSettingsFor:self.
  3085     self settingsDialog:#javaSettingsFor:
  3088 
  3086 
  3089     "Modified: / 31.7.1998 / 22:46:13 / cg"
  3087     "Modified: / 31.7.1998 / 22:46:13 / cg"
  3090 !
  3088 !
  3091 
  3089 
  3092 keyboardSetting 
  3090 keyboardSetting 
  3093     "open a dialog on keyboard related settings"
  3091     "open a dialog on keyboard related settings"
  3094 
  3092 
  3095     Launcher::LauncherDialogs keyboardSettingsFor:self.
  3093     self settingsDialog:#keyboardSettingsFor:
  3096 
  3094 
  3097     "Modified: / 31.7.1998 / 22:45:56 / cg"
  3095     "Modified: / 31.7.1998 / 22:45:56 / cg"
  3098 !
  3096 !
  3099 
  3097 
  3100 languageSetting 
  3098 languageSetting 
  3101     "open a dialog on language related settings"
  3099     "open a dialog on language related settings"
  3102 
  3100 
  3103     Launcher::LauncherDialogs languageSettingsFor:self.
  3101     self settingsDialog:#languageSettingsFor:
  3104 
  3102 
  3105     "Modified: / 31.7.1998 / 22:46:13 / cg"
  3103     "Modified: / 31.7.1998 / 22:46:13 / cg"
  3106 !
  3104 !
  3107 
  3105 
  3108 loadSettings
  3106 loadSettings
  3135 !
  3133 !
  3136 
  3134 
  3137 memorySettings
  3135 memorySettings
  3138     "open a dialog on objectMemory related settings"
  3136     "open a dialog on objectMemory related settings"
  3139 
  3137 
  3140     Launcher::LauncherDialogs memorySettingsFor:self.
  3138     self settingsDialog:#memorySettingsFor:
  3141 
  3139 
  3142     "Modified: / 31.7.1998 / 22:46:33 / cg"
  3140     "Modified: / 31.7.1998 / 22:46:33 / cg"
  3143 !
  3141 !
  3144 
  3142 
  3145 messageSettings
  3143 messageSettings
  3146     "open a dialog on infoMessage related settings"
  3144     "open a dialog on infoMessage related settings"
  3147 
  3145 
  3148     Launcher::LauncherDialogs messageSettingsFor:self.
  3146     self settingsDialog:#messageSettingsFor:
  3149 
  3147 
  3150     "Modified: / 31.7.1998 / 22:46:45 / cg"
  3148     "Modified: / 31.7.1998 / 22:46:45 / cg"
  3151 !
  3149 !
  3152 
  3150 
  3153 miscSettings
  3151 miscSettings
  3154     "open a dialog on misc other settings"
  3152     "open a dialog on misc other settings"
  3155 
  3153 
  3156     Launcher::LauncherDialogs miscSettingsFor:self.
  3154     self settingsDialog:#miscSettingsFor:
  3157 
  3155 
  3158     "Modified: / 31.7.1998 / 22:46:56 / cg"
  3156     "Modified: / 31.7.1998 / 22:46:56 / cg"
  3159 !
  3157 !
  3160 
  3158 
  3161 printerSettings
  3159 printerSettings
  3162     "open a dialog on printer related settings"
  3160     "open a dialog on printer related settings"
  3163 
  3161 
  3164     Launcher::LauncherDialogs printerSettingsFor:self.
  3162     self settingsDialog:#printerSettingsFor:
  3165 
  3163 
  3166     "Modified: / 31.7.1998 / 22:47:05 / cg"
  3164     "Modified: / 31.7.1998 / 22:47:05 / cg"
  3167 !
  3165 !
  3168 
  3166 
  3169 saveSettings
  3167 saveSettings
  3170     "save settings to a settings-file."
  3168     "save settings to a settings-file."
  3171 
  3169 
  3172     Launcher::LauncherDialogs saveSettingsFor:self.
  3170     self settingsDialog:#saveSettingsFor:
  3173 
  3171 
  3174     "Modified: / 31.7.1998 / 22:48:38 / cg"
  3172     "Modified: / 31.7.1998 / 22:48:38 / cg"
       
  3173 !
       
  3174 
       
  3175 settingsDialog:symbol 
       
  3176     "open a dialog on viewStyle related settings"
       
  3177 
       
  3178     Launcher isLoaded ifFalse:[Launcher autoload].
       
  3179     Launcher::LauncherDialogs perform:symbol with:self.
       
  3180 
       
  3181     "Modified: / 31.7.1998 / 22:47:33 / cg"
  3175 !
  3182 !
  3176 
  3183 
  3177 sourceAndDebuggerSettings
  3184 sourceAndDebuggerSettings
  3178     "open a dialog on misc other settings"
  3185     "open a dialog on misc other settings"
  3179 
  3186 
  3180     Launcher::LauncherDialogs sourceAndDebuggerSettingsFor:self.
  3187     self settingsDialog:#sourceAndDebuggerSettingsFor:
  3181 
  3188 
  3182     "Modified: / 31.7.1998 / 22:47:21 / cg"
  3189     "Modified: / 31.7.1998 / 22:47:21 / cg"
  3183 !
  3190 !
  3184 
  3191 
  3185 toolSettings
  3192 toolSettings
  3186     "open a dialog on tool settings"
  3193     "open a dialog on tool settings"
  3187 
  3194 
  3188     Launcher::LauncherDialogs toolSettingsFor:self.
  3195     self settingsDialog:#toolSettingsFor:
  3189 
  3196 
  3190     "Modified: / 31.7.1998 / 22:46:56 / cg"
  3197     "Modified: / 31.7.1998 / 22:46:56 / cg"
  3191     "Created: / 13.10.1998 / 15:50:53 / cg"
  3198     "Created: / 13.10.1998 / 15:50:53 / cg"
  3192 !
  3199 !
  3193 
  3200 
  3194 viewStyleSetting 
  3201 viewStyleSetting 
  3195     "open a dialog on viewStyle related settings"
  3202     "open a dialog on viewStyle related settings"
  3196 
  3203 
  3197     Launcher::LauncherDialogs viewStyleSettingsFor:self.
  3204     self settingsDialog:#viewStyleSettingsFor:
  3198 
  3205 
  3199     "Modified: / 31.7.1998 / 22:47:33 / cg"
  3206     "Modified: / 31.7.1998 / 22:47:33 / cg"
  3200 ! !
  3207 ! !
  3201 
  3208 
  3202 !NewLauncher methodsFor:'user actions - system'!
  3209 !NewLauncher methodsFor:'user actions - system'!
  3631 ! !
  3638 ! !
  3632 
  3639 
  3633 !NewLauncher class methodsFor:'documentation'!
  3640 !NewLauncher class methodsFor:'documentation'!
  3634 
  3641 
  3635 version
  3642 version
  3636     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.119 1999-01-29 14:52:18 stefan Exp $'
  3643     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.120 1999-02-10 01:36:31 cg Exp $'
  3637 ! !
  3644 ! !