From 237a127f3b437f1399fc8819b975c2ae518161d1 Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Sat, 23 Dec 2023 12:55:19 +0100 Subject: [PATCH 1/3] "About" window refactoring. Add "about" section in the Pyramid library menu. Prepare to considere SpPresenter refactoring (we need to use SpWindowPresenter). --- .../PyramidSimpleExamples.class.st | 4 ++ src/Pyramid-IDE/PyramidWorld.class.st | 46 ++++++++++++++++--- src/Pyramid/PyramidSpWindowPresenter.class.st | 11 +++++ src/Pyramid/PyramidWindow.class.st | 32 +++++++++++-- 4 files changed, 82 insertions(+), 11 deletions(-) create mode 100644 src/Pyramid/PyramidSpWindowPresenter.class.st diff --git a/src/Pyramid-Examples/PyramidSimpleExamples.class.st b/src/Pyramid-Examples/PyramidSimpleExamples.class.st index 7cde7fa7..e91dae00 100644 --- a/src/Pyramid-Examples/PyramidSimpleExamples.class.st +++ b/src/Pyramid-Examples/PyramidSimpleExamples.class.st @@ -1634,3 +1634,7 @@ PyramidSimpleExamples class >> simpleFlowLayout [ } ]' ] + +{ #category : #'see class side' } +PyramidSimpleExamples >> seeClassSide [ +] diff --git a/src/Pyramid-IDE/PyramidWorld.class.st b/src/Pyramid-IDE/PyramidWorld.class.st index e152c578..62f42501 100644 --- a/src/Pyramid-IDE/PyramidWorld.class.st +++ b/src/Pyramid-IDE/PyramidWorld.class.st @@ -6,6 +6,7 @@ Class { { #category : #actions } PyramidWorld class >> displayLoadedPlugins [ +