diff --git a/BaselineOfIDE.package/BaselineOfIDE.class/instance/actions/additionalInitialization.st b/BaselineOfIDE.package/BaselineOfIDE.class/instance/actions/additionalInitialization.st index d82961f3be..2fcb2ef255 100644 --- a/BaselineOfIDE.package/BaselineOfIDE.class/instance/actions/additionalInitialization.st +++ b/BaselineOfIDE.package/BaselineOfIDE.class/instance/actions/additionalInitialization.st @@ -29,6 +29,8 @@ additionalInitialization FreeTypeSystemSettings loadFt2Library: true. FreeTypeSettings current monitorType: #LCD. FreeTypeSettings current glyphContrast: 55. + + CatalogSettings displayCatalogProjectsInSpotter: false. RealEstateAgent usedStrategy: #cascadeFor:initialExtent:world:. GrowlMorph position: #bottomLeft. diff --git a/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/baseline_.st b/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/baseline_.st index dd1ee2f157..c241faacb9 100644 --- a/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/baseline_.st +++ b/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/baseline_.st @@ -246,6 +246,7 @@ baseline: spec spec package: 'OSWindow-SDL2-Examples'. spec package: 'OSWindow-Tests'. spec package: 'Pharo-Help'. + spec package: 'PharoDocComment'. spec package: 'Polymorph-Widgets-Rules'. spec package: 'ProfStef-Tests'. spec package: 'QualityAssistant-Test'. @@ -293,5 +294,7 @@ baseline: spec spec package: 'Zinc-Resource-Meta-FileSystem'. spec package: 'Zinc-Tests'. - self groups: spec. + spec package: 'BaselineOfPharoBootstrap'. + + self groups: spec. ]. \ No newline at end of file diff --git a/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/groups_.st b/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/groups_.st index abcae01888..96dcd0f024 100644 --- a/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/groups_.st +++ b/BaselineOfIDE.package/BaselineOfIDE.class/instance/baseline/groups_.st @@ -9,6 +9,7 @@ spec group: 'Mandatory-Group' with: #( spec group: 'Optional-Group' with: #( 'Athens-Group' "dependency" + 'PharoDocComment' "standalone" 'STON-Text support' "standalone?" 'System-CommandLine-TextSupport' "standalone?" 'System-Serial Port' "standalone?" @@ -324,7 +325,7 @@ spec group: 'Glamour-Group' with: #( ). spec group: 'GT-Core-Group' with: #( - 'SmartSuggestions-Core-Group' "dependency" + 'SmartSuggestions-Group' "dependency" 'Glamour-Core-Group' "dependency" "'Morphic-Core' 'System-Settings' is dependent on this group, needs clenup" 'OpalTools' @@ -524,4 +525,6 @@ spec group: #default with: #( 'Versionner-Group' 'General-Tests-Group' 'Themes-Group' + + 'BaselineOfPharoBootstrap' ). \ No newline at end of file diff --git a/PharoBootstrap-Initialization.package/PharoBootstrapInitialization.class/class/public api/initializeCommandLineHandlerAndErrorHandling.st b/PharoBootstrap-Initialization.package/PharoBootstrapInitialization.class/class/public api/initializeCommandLineHandlerAndErrorHandling.st index 2ec13f16f6..55db83c1ca 100644 --- a/PharoBootstrap-Initialization.package/PharoBootstrapInitialization.class/class/public api/initializeCommandLineHandlerAndErrorHandling.st +++ b/PharoBootstrap-Initialization.package/PharoBootstrapInitialization.class/class/public api/initializeCommandLineHandlerAndErrorHandling.st @@ -71,5 +71,4 @@ Unicode classPool at: #Cn put: 0. Smalltalk openSourceFiles. BasicCommandLineHandler new activate. "BasicCommandLineHandler startUp:" - UIManager default inform: 'Alive!'. Processor terminateActive. \ No newline at end of file diff --git a/ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60415.st b/ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60416.st similarity index 99% rename from ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60415.st rename to ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60416.st index 8a4232326b..9a508ca67f 100644 --- a/ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60415.st +++ b/ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60416.st @@ -1,4 +1,4 @@ -script60415 +script60416 ^ 'AST-Core-TheIntegrator.492.mcz AST-Tests-Core-TheIntegrator.134.mcz @@ -17,7 +17,7 @@ Balloon-TheIntegrator.139.mcz Balloon-Tests-TheIntegrator.2.mcz BaselineOfBasicTools-TheIntegrator.6.mcz BaselineOfDisplay-TheIntegrator.4.mcz -BaselineOfIDE-TheIntegrator.29.mcz +BaselineOfIDE-TheIntegrator.32.mcz BaselineOfMetacello-EstebanLorenzano.89.mcz BaselineOfMorphic-TheIntegrator.23.mcz BaselineOfMorphicCore-TheIntegrator.7.mcz @@ -251,7 +251,7 @@ OpalCompiler-Core-TheIntegrator.885.mcz OpalCompiler-Tests-TheIntegrator.378.mcz OpalTools-TheIntegrator.24.mcz Pharo-Help-TheIntegrator.34.mcz -PharoBootstrap-Initialization-TheIntegrator.2.mcz +PharoBootstrap-Initialization-TheIntegrator.4.mcz PharoDocComment-StephaneDucasse.6.mcz Polymorph-TaskbarIcons-TheIntegrator.48.mcz Polymorph-Widgets-TheIntegrator.1416.mcz diff --git a/ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60415.st b/ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60415.st deleted file mode 100644 index 532fe551b1..0000000000 --- a/ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60415.st +++ /dev/null @@ -1,15 +0,0 @@ -update60415 - "self new update60415" - self withUpdateLog: '19763 TabManagerMorph do not respect multipleContents mode when tabs are built in background - https://pharo.fogbugz.com/f/cases/19763 - -19762 Optimize small Dictionary and Set creation - https://pharo.fogbugz.com/f/cases/19762 - -19459 add #empty instance creation method - https://pharo.fogbugz.com/f/cases/19459 - -19502 Starting Pharo creates a .ston file in appdata directory - https://pharo.fogbugz.com/f/cases/19502'. - self loadTogether: self script60415 merge: false. - self flushCaches. diff --git a/ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60416.st b/ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60416.st new file mode 100644 index 0000000000..ec8b942743 --- /dev/null +++ b/ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60416.st @@ -0,0 +1,15 @@ +update60416 + "self new update60416" + self withUpdateLog: '19732 Reenable Catalog loading in Spotter and fix confusing/hidden setting for it + https://pharo.fogbugz.com/f/cases/19732 + +19769 BaselineOfIDE needs update + https://pharo.fogbugz.com/f/cases/19769 + +19771 remove debugging "Alive" report during the bootstrap initialization + https://pharo.fogbugz.com/f/cases/19771'. + self loadTogether: self script60416 merge: false. + +(GTSpotterExtensionSettings perform: #GTSpotter_spotterCatalogProjectsFor: with: true). + (CatalogSettings displayCatalogProjectsInSpotter: false). + self flushCaches. diff --git a/ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st b/ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st index c0abbf9925..d7dc2f2320 100644 --- a/ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st +++ b/ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st @@ -1,12 +1,9 @@ commentForCurrentUpdate - ^ '19763 TabManagerMorph do not respect multipleContents mode when tabs are built in background - https://pharo.fogbugz.com/f/cases/19763 + ^ '19732 Reenable Catalog loading in Spotter and fix confusing/hidden setting for it + https://pharo.fogbugz.com/f/cases/19732 -19762 Optimize small Dictionary and Set creation - https://pharo.fogbugz.com/f/cases/19762 +19769 BaselineOfIDE needs update + https://pharo.fogbugz.com/f/cases/19769 -19459 add #empty instance creation method - https://pharo.fogbugz.com/f/cases/19459 - -19502 Starting Pharo creates a .ston file in appdata directory - https://pharo.fogbugz.com/f/cases/19502' \ No newline at end of file +19771 remove debugging "Alive" report during the bootstrap initialization + https://pharo.fogbugz.com/f/cases/19771' \ No newline at end of file