Ticket #79: settings.stx

File settings.stx, 6.6 KB (added by patrik.svestka@…, 8 years ago)
Line 
1"/ ST/X saved settings
2"/ DO NOT MODIFY MANUALLY
3"/ (modifications would be lost with next save-settings)
4"/
5"/ this file was automatically generated by the
6"/ 'save settings' function of the SettingsDialog
7"/
8
9"/
10"/ saved by svestkap@localhost at 2016-04-22 08:29:50.621
11"/
12
13"/
14"/ Display settings:
15"/
16"/ only restore the display settings, if on the same Display ...
17Display notNil ifTrue:[
18 Display displayName = 'local' ifTrue:[
19 Display releaseFixColors.
20 Display hasColors: true.
21 Display widthInMillimeter: 677.
22 Display heightInMillimeter: 423.
23 Display supportsDeepIcons: true.
24 Image ditherAlgorithm: #floydSteinberg.
25 View defaultStyle:#mswindowsVista.
26 ].
27].
28
29"/
30"/ Parser/Compiler settings:
31"/
32ParserFlags warnSTXSpecials: false.
33ParserFlags warnings: true.
34ParserFlags warnUnderscoreInIdentifier: false.
35ParserFlags warnOldStyleAssignment: true.
36ParserFlags warnCommonMistakes: true.
37ParserFlags warnPossibleIncompatibilities: false.
38ParserFlags allowUnderscoreInIdentifier: true.
39ParserFlags allowSqueakExtensions: true.
40ParserFlags allowDolphinExtensions: false.
41ParserFlags allowQualifiedNames: false.
42ParserFlags arraysAreImmutable: false.
43ParserFlags lineNumberInfo: nil.
44Compiler foldConstants: #level1.
45ParserFlags stcCompilation: #default.
46OperatingSystem getOSType = #win32 ifTrue:[
47 ParserFlags stcCompilationDefines: nil.
48 ParserFlags stcCompilationOptions: nil.
49 ParserFlags ccCompilationOptions: ''.
50 ParserFlags makeCommand: nil.
51 ExternalAddress pointerSize = 8 ifTrue:[
52 ParserFlags stcCompilationIncludes: nil.
53 ('C:\Users\svestkap\.smalltalk\binary-modules' asFilename) asFilename exists ifTrue:[
54 ParserFlags stcModulePath: ('C:\Users\svestkap\.smalltalk\binary-modules' asFilename).
55 ].
56 ParserFlags stcPath: nil.
57 ParserFlags ccPath: nil.
58 ParserFlags linkArgs: '/NOPACK /NOLOGO /DEBUG /MACHINE:I386 /DLL /OUT:%1.dll /DEF:%1.def'.
59 ParserFlags linkSharedArgs: nil.
60 ParserFlags linkCommand: 'link'.
61 ParserFlags libPath: ''.
62 ParserFlags searchedLibraries: #('import32.lib').
63 ].
64].
65ObjectMemory justInTimeCompilation: false.
66ObjectMemory fullSingleStepSupport: false.
67HistoryManager notNil ifTrue:[HistoryManager activate].
68HistoryManager notNil ifTrue:[HistoryManager fullHistoryUpdate:false].
69Class catchMethodRedefinitions: true.
70ClassCategoryReader sourceMode: #keep.
71
72"/
73"/ Info & Debug Messages:
74"/
75Smalltalk hasNoConsole ifFalse:[ ObjectMemory infoPrinting: true].
76ObjectMemory debugPrinting: true.
77Smalltalk hasNoConsole ifFalse:[ Object infoPrinting: true].
78DeviceWorkstation errorPrinting: true.
79
80"/
81"/ Edit settings:
82"/
83UserPreferences current syntaxColoring: true.
84ListView userDefaultTabPositions:(ListView tab8Positions).
85"/
86"/ User preference values:
87"/
88UserPreferences current syntaxColoring:true.
89UserPreferences current editToolbarVisibleInWorkspace:false.
90UserPreferences current at:#beepInEditor put:true.
91UserPreferences current infoVisibleInWorkspace:false.
92UserPreferences current useNewSystemBrowser:true.
93UserPreferences current useSystemLanguage:true.
94UserPreferences current beepEnabled:true.
95UserPreferences current autoDefineWorkspaceVariables:false.
96UserPreferences current at:#settingsFilename put:'C:\Users\svestkap\.smalltalk\settings.stx'.
97UserPreferences current toolbarVisibleInWorkspace:true.
98UserPreferences current javaHome:'C:\Program Files (x86)\Java\jre7'.
99UserPreferences current toolTipAutoHideDelay:45.
100
101"/
102"/ GC settings:
103"/
104ObjectMemory newSpaceSize: 16777216.
105ObjectMemory dynamicCodeGCTrigger: nil.
106ObjectMemory freeSpaceGCAmount: 1048576.
107ObjectMemory freeSpaceGCLimit: 4194304.
108ObjectMemory incrementalGCLimit: 67108864.
109ObjectMemory oldSpaceCompressLimit: 0.
110ObjectMemory oldSpaceIncrement: 4194304.
111
112"/
113"/ Misc settings:
114"/
115Class keepMethodHistory: false.
116Smalltalk logDoits: false.
117Autoload compileLazy: true.
118Smalltalk loadBinaries: false.
119StandardSystemView includeHostNameInLabel: false.
120StandardSystemView returnFocusWhenClosingModalBoxes: false.
121StandardSystemView takeFocusWhenMapped: true.
122Display notNil ifTrue:[
123 Display activateOnClick: true.
124].
125MenuView showAcceleratorKeys: true.
126Class tryLocalSourceFirst: false.
127Processor startTimeSlicing.
128Processor supportDynamicPriorities:true.
129
130"/
131"/ Printer settings:
132"/
133Printer := WinPrinterStream.
134
135"/
136"/ Font settings:
137"/ (only restored, if image is restarted on the same display)
138"/
139Display notNil ifTrue:[
140 Display displayName = 'local' ifTrue:[
141 SimpleView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
142 Label defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
143 CheckBox defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
144 CheckLabel defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
145 Button defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
146 Toggle defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
147 SelectionInListView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
148 MenuView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
149 MenuPanel defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
150 NoteBookView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
151 PullDownMenu defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:9.0 encoding:#'ms-default').
152 TextView defaultFont: (Font family:'courier new' face:'medium' style:'roman' size:10 encoding:'ms-ansi').
153 EditTextView defaultFont: (Font family:'courier new' face:'medium' style:'roman' size:10 encoding:'ms-ansi').
154 CodeView defaultFont: (Font family:'courier new' face:'medium' style:'roman' size:10 encoding:'ms-ansi').
155 ].
156].
157
158"/
159"/ SourceCodeManager settings:
160"/ (repositories are networked nowadays, so the settings are host independent)
161"/
162Class tryLocalSourceFirst:false.
163AbstractSourceCodeManager notNil ifTrue:[AbstractSourceCodeManager cacheDirectoryName:'C:\Users\svestkap\AppData\Local\Temp\stx_tmp\stx_sourceCache'].
164CVSSourceCodeManager notNil ifTrue:[
165 CVSSourceCodeManager repositoryName:nil.
166].
167FileBasedSourceCodeManager notNil ifTrue:[
168 FileBasedSourceCodeManager repositoryPath:nil.
169].
170DataBaseSourceCodeManager notNil ifTrue:[
171 DataBaseSourceCodeManager repositoryName:'sqlite:repository.db'.
172].
173PerforceSourceCodeManager notNil ifTrue:[
174 PerforceSourceCodeManager repositoryName:'workspace:svestkap:@localhost:1666'.
175].