You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You can add plugins into Pyramid to extend the editor capacities or create [your
32
32
You can load a release version of Pyramid or the latest development version.
33
33
Beware that Pyramid is currently in alpha development. The API is subject to significant changes, and stability is not guaranteed. Projects created during the alpha version are not designed to be compatible with newer versions of Pyramid.
34
34
35
-
Pyramid is available with Bloc and Toplo as defaults. If you want to build UI without Toplo, you can choose to load Pyramid with only Bloc using the baseline option `load: 'BlocUI'`. Here's an example script below.
35
+
Pyramid is available with Bloc and Toplo as defaults.
36
36
37
37
To install a version of Pyramid, use one of the following scripts inside a playground.
38
38
@@ -41,38 +41,27 @@ To install a version of Pyramid, use one of the following scripts inside a playg
We advise you to use dependencies committed at the date of the Pyramid release (Bloc, Bloc-Serialization, etc.) to ensure compatibility with a release of Pyramid.
-[Toplo](https://github.com/pharo-graphics/Toplo) - a widget framework on top of Bloc.
148
137
-[STON](https://github.com/svenvc/ston) - serializer for Pharo objects to Smalltalk Object Notation format.
149
138
-[Stash](https://github.com/Nyan11/Stash) - serializer for Pharo objects to source code format.
150
-
151
-
**Pharo 12 compatibility:** On Pharo 12, [PharoBackwardCompatibility](https://github.com/jecisc/PharoBackwardCompatibility) is automatically loaded via the baseline to ensure compatibility.
139
+
-[PharoBackwardCompatibility](https://github.com/jecisc/PharoBackwardCompatibility) - Automatically ensure compatibility with old versions of Pharo.
0 commit comments