Ticket #185: settings.stx

File settings.stx, 15.0 KB (added by patrik.svestka@…, 6 years ago)

My settings file

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 userid@<computer_name> at 2017-10-11 15:55:30.052
11"/
12
13"/
14"/ Display settings:
15"/
16"/ only restore the display settings, if on the same Display ...
17Display notNil ifTrue:[
18 Display displayName = 'WinSta0' 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\userid\.smalltalk\binary-modules' asFilename) asFilename exists ifTrue:[
54 ParserFlags stcModulePath: ('C:\Users\userid\.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 at:#defaultSyntaxEmphasis put:#normal.
89UserPreferences current at:#globalIdentifierColor put:(Color red:66.999313344014652 green:0.0 blue:66.999313344014652).
90UserPreferences current useNewSystemBrowser:true.
91UserPreferences current syntaxColoring:true.
92UserPreferences current at:#jsKeywordColor put:(Color red:33.000686655985355 green:33.000686655985355 blue:0.0).
93UserPreferences current at:#emphasisForDifferentPackage put:(#color->(Color red:0.0 green:49.999237048905165 blue:0.0)).
94UserPreferences current useXFontsOnly:false.
95UserPreferences current at:#viewType put:nil.
96UserPreferences current at:#argumentIdentifierColor put:(Color black).
97UserPreferences current immediateCodeCompletion:true.
98UserPreferences current useNewChangesBrowser:false.
99UserPreferences current st80SelectMode:true.
100UserPreferences current at:#openMultipleApplicationsForType put:nil.
101UserPreferences current infoVisibleInWorkspace:false.
102UserPreferences current beepEnabled:true.
103UserPreferences current showBadRevisionStringDialogs:true.
104UserPreferences current at:#emphasisForWrittenVariable put:((Array new:2) at:1 put:(#underline); at:2 put:((#underlineColor->(Color red:100.0 green:0.0 blue:0.0))); yourself).
105UserPreferences current at:#openAlwaysInTextEditor put:nil.
106UserPreferences current at:#errorRaisingSelectorColor put:(Color red:80.0 green:0.0 blue:0.0).
107UserPreferences current enforcedDropModeForFiles:nil.
108UserPreferences current at:#defaultSyntaxColor put:(Color black).
109UserPreferences current usedCompilerForBuild:'mingw'.
110UserPreferences current at:#showHiddenFiles put:true.
111UserPreferences current toolTipAutoHideDelay:45.
112UserPreferences current at:#sortDirectoriesBeforeFiles put:nil.
113UserPreferences current at:#unimplementedSelectorColor put:(Color red:100.0 green:0.0 blue:0.0).
114UserPreferences current showClockInLauncher:true.
115UserPreferences current at:#debugSelectorColor put:(Color red:80.0 green:0.0 blue:0.0).
116UserPreferences current at:#toolBarVisibleHolder put:true.
117UserPreferences current at:#viewGroup put:nil.
118UserPreferences current at:#selectorEmphasis put:#bold.
119UserPreferences current at:#compiledMethodAt put:#st80EditMode.
120UserPreferences current at:#argumentColor put:(Color red:0.0 green:0.0 blue:49.803921568627452).
121UserPreferences current autoDefineWorkspaceVariables:false.
122UserPreferences current fontPreferences:(Dictionary new at:#Text put:'(Font family:#''Source Code Pro'' face:#medium style:#roman size:12 encoding:#''ms-ansi'')'; at:#List put:'(Font family:#''Segoe UI'' face:#medium style:#roman size:10 encoding:#''ms-ansi'')'; at:#Tooltip put:'(Font family:#''Segoe UI'' face:#medium style:#roman size:10 encoding:#''ms-ansi'')'; at:#Button put:'(Font family:#''Segoe UI'' face:#medium style:#roman size:10 encoding:#''ms-ansi'')'; at:#Other put:'(Font family:#''Segoe UI'' face:#medium style:#roman size:10 encoding:#''ms-ansi'')'; at:#InputField put:'(Font family:#''Segoe UI'' face:#medium style:#roman size:10 encoding:#''ms-ansi'')'; at:#Label put:'(Font family:#''Segoe UI'' face:#medium style:#roman size:10 encoding:#''ms-ansi'')'; at:#Menu put:'(Font family:#''Segoe UI'' face:#medium style:#roman size:10 encoding:#''ms-ansi'')'; yourself).
123UserPreferences current at:#viewSizeInBytes put:nil.
124UserPreferences current at:#unknownIdentifierColor put:(Color red:66.999313344014652 green:0.0 blue:66.999313344014652).
125UserPreferences current useNewInspector:false.
126UserPreferences current at:#viewPreview put:nil.
127UserPreferences current hgUseSharedRepositories:true.
128UserPreferences current at:#controlFlowSelectorColor put:(Color red:0.0 green:0.0 blue:100.0).
129UserPreferences current startTextDragWithControl:true.
130UserPreferences current selectAllWhenClickingBeyondEnd:false.
131UserPreferences current javaHome:'C:\Program Files (x86)\Java\jre7'.
132UserPreferences current at:#viewSizeInKiloBytes put:nil.
133UserPreferences current trimBlankLines:false.
134UserPreferences current at:#sortCaseless put:nil.
135UserPreferences current at:#showDirectoryTree put:nil.
136UserPreferences current at:#viewDirectoryDescription put:nil.
137UserPreferences current autoIndentInCodeView:true.
138UserPreferences current at:#functionKeySequences put:(Dictionary new).
139UserPreferences current selectionExtensionMode:#traditional.
140UserPreferences current useCodeView2InTools:true.
141UserPreferences current at:#constantColor put:(Color red:63.999389639124132 green:8.0003051804379339 blue:8.0003051804379339).
142UserPreferences current codeCompletionOnTabKey:true.
143UserPreferences current at:#viewPermissions put:nil.
144UserPreferences current at:#fullSelectorCheck put:false.
145UserPreferences current at:#emphasisForInstrumentedFullyCoveredCode put:((Array new:2) at:1 put:(#bold); at:2 put:((#color->(Color red:0.0 green:74.999618524452586 blue:0.0))); yourself).
146UserPreferences current codeCompletionViewKeyboardNavigationNeedsModifier:false.
147UserPreferences current at:#beepInEditor put:true.
148UserPreferences current at:#viewDirsInContentsBrowser put:nil.
149UserPreferences current at:#viewDescription put:true.
150UserPreferences current hgCommand:'"C:\Program Files\Mercurial\hg.exe"'.
151UserPreferences current at:#unimplementedSelectorEmphasis put:#normal.
152UserPreferences current at:#argumentIdentifierEmphasis put:#normal.
153UserPreferences current at:#emphasisForReadVariable put:#underline.
154UserPreferences current useSystemLanguage:false.
155UserPreferences current at:#viewTime put:nil.
156UserPreferences current at:#checkClassesWhenCheckingIn put:true.
157UserPreferences current at:#jsKeywordEmphasis put:#bold.
158UserPreferences current at:#emphasisForModifiedBuffer put:((Array new:2) at:1 put:(#bold); at:2 put:((#color->(Color red:49.999237048905165 green:0.0 blue:0.0))); yourself).
159UserPreferences current at:#'history-manager.signatures' put:(Dictionary new).
160UserPreferences current at:#viewDetails put:true.
161UserPreferences current viewStyle:#mswindowsVista.
162UserPreferences current st80EditMode:false.
163UserPreferences current searchDialogIsModal:true.
164UserPreferences current autoFormatting:false.
165UserPreferences current at:#instVarIdentifierColor put:(Color red:33.000686655985355 green:0.0 blue:33.000686655985355).
166UserPreferences current at:#returnEmphasis put:#bold.
167UserPreferences current at:#managerPerMatchingModuleDefinitionsKey put:#((#'AbstractSourceCodeManager::PackageAndManager' package: 'jv:*' managerTypeName: 'Mercurial+')).
168UserPreferences current at:#methodSelectorEmphasis put:#bold.
169UserPreferences current at:#'HGSourceCodeManager.enabled' put:true.
170UserPreferences current usersModuleName:'userid'.
171UserPreferences current at:#emphasisForChangedCode put:((Array new:2) at:1 put:(#bold); at:2 put:((#color->(Color red:49.999237048905165 green:0.0 blue:0.0))); yourself).
172UserPreferences current at:#returnColor put:(Color red:0.0 green:0.0 blue:100.0).
173UserPreferences current at:#commentColor put:(Color red:0.0 green:50.000762951094835 blue:0.0).
174UserPreferences current at:#badIdentifierEmphasis put:((Array new:2) at:1 put:(#underwave); at:2 put:((#underlineColor->(Color red:100.0 green:0.0 blue:0.0))); yourself).
175UserPreferences current at:#commentEmphasis put:#normal.
176UserPreferences current at:#emphasisForInstrumentedPartiallyCoveredCode put:((Array new:2) at:1 put:(#bold); at:2 put:((#color->(Color red:100.0 green:49.999237048905165 blue:0.0))); yourself).
177UserPreferences current keepMethodSourceCode:true.
178UserPreferences current toolbarVisibleInWorkspace:true.
179UserPreferences current at:#showDirectoriesOnTop put:nil.
180UserPreferences current hgAutopush:true.
181UserPreferences current at:#viewFilesInDirectoryTree put:nil.
182UserPreferences current editToolbarVisibleInWorkspace:false.
183UserPreferences current extendedWordSelectMode:true.
184UserPreferences current codeCompletionOnControlKey:false.
185UserPreferences current at:#settingsFilename put:'C:\Users\userid\.smalltalk\settings.stx'.
186UserPreferences current at:#alwaysUseSmalltalkTools put:nil.
187UserPreferences current whitespaceWordSelectMode:false.
188UserPreferences current at:#'CVSSourceCodeManager.enabled' put:true.
189UserPreferences current at:#viewOwner put:nil.
190UserPreferences current useXftFontsOnly:false.
191UserPreferences current preloadedPackages:(Set new add:'stx:goodies/smallsense'; yourself).
192UserPreferences current at:#errorColor put:(Color red:100.0 green:0.0 blue:0.0).
193UserPreferences current at:#filenameEntryFieldVisibleHolder put:nil.
194UserPreferences current workspaceDirectory:('C:\prg\Smalltalk\StX\workplace' asFilename).
195UserPreferences current showBookmarkBar:true.
196UserPreferences current showAcceptCancelBarInBrowser:true.
197UserPreferences current at:#emphasisForInstrumentedNeverCalledCode put:((Array new:2) at:1 put:(#bold); at:2 put:((#color->(Color red:74.999618524452586 green:0.0 blue:0.0))); yourself).
198UserPreferences current at:#viewSize put:true.
199
200"/
201"/ GC settings:
202"/
203ObjectMemory newSpaceSize: 16777216.
204ObjectMemory dynamicCodeGCTrigger: nil.
205ObjectMemory freeSpaceGCAmount: 1048576.
206ObjectMemory freeSpaceGCLimit: 4194304.
207ObjectMemory incrementalGCLimit: 67108864.
208ObjectMemory oldSpaceCompressLimit: 0.
209ObjectMemory oldSpaceIncrement: 4194304.
210
211"/
212"/ Misc settings:
213"/
214Class keepMethodHistory: false.
215Smalltalk logDoits: false.
216Autoload compileLazy: true.
217Smalltalk loadBinaries: false.
218StandardSystemView includeHostNameInLabel: false.
219StandardSystemView returnFocusWhenClosingModalBoxes: false.
220StandardSystemView takeFocusWhenMapped: true.
221Display notNil ifTrue:[
222 Display activateOnClick: true.
223].
224MenuView showAcceleratorKeys: true.
225Class tryLocalSourceFirst: true.
226Processor startTimeSlicing.
227Processor supportDynamicPriorities:true.
228
229"/
230"/ Printer settings:
231"/
232Printer := WinPrinterStream.
233
234"/
235"/ Font settings:
236"/ (only restored, if image is restarted on the same display)
237"/
238Display notNil ifTrue:[
239 Display displayName = 'WinSta0' ifTrue:[
240 SimpleView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
241 Label defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
242 CheckBox defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
243 CheckLabel defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
244 Button defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
245 Toggle defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
246 SelectionInListView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
247 MenuView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
248 MenuPanel defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
249 NoteBookView defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
250 PullDownMenu defaultFont: (Font family:#'Segoe UI' face:#medium style:#roman size:10 encoding:#'ms-ansi').
251 TextView defaultFont: (Font family:#'Source Code Pro' face:#medium style:#roman size:12 encoding:#'ms-ansi').
252 EditTextView defaultFont: (Font family:#'Source Code Pro' face:#medium style:#roman size:12 encoding:#'ms-ansi').
253 CodeView defaultFont: (Font family:#'Source Code Pro' face:#medium style:#roman size:12 encoding:#'ms-ansi').
254 ].
255].
256
257"/
258"/ SourceCodeManager settings:
259"/ (repositories are networked nowadays, so the settings are host independent)
260"/
261Class tryLocalSourceFirst:true.
262AbstractSourceCodeManager notNil ifTrue:[AbstractSourceCodeManager cacheDirectoryName:'C:\Users\userid\AppData\Local\Temp\stx_tmp\stx_sourceCache\'].
263FileBasedSourceCodeManager notNil ifTrue:[
264 FileBasedSourceCodeManager repositoryPath:nil.
265].
266DataBaseSourceCodeManager notNil ifTrue:[
267 DataBaseSourceCodeManager repositoryName:'sqlite:repository.db'.
268].
269PerforceSourceCodeManager notNil ifTrue:[
270 PerforceSourceCodeManager repositoryName:'workspace:userid:@localhost:1666'.
271].
272CVSSourceCodeManager notNil ifTrue:[
273 CVSSourceCodeManager repositoryInfoPerModule:(Dictionary new at:'stx' put:':pserver:cvs@cvs.smalltalk-x.de:/cvs/stx'; yourself).
274 Smalltalk at:#SourceCodeManager put: CVSSourceCodeManager.
275 CVSSourceCodeManager initializeForRepository:nil.
276].
277Smalltalk language:#en territory:#us.