pharo-wiki
pharo-wiki copied to clipboard
Wiki related to the Pharo programming language and environment.
In Pharo 10 I can't find the method to open a morph/presenter in full screen mode to ensure the user cannot access content behind it: **MyPresenter new openWorldWithSpec.** The guide...
In the Pharo projects we moved to github actions. We should create also a wiki page of how to set up the smalltalk ci with github actions. Also, in this...
I have found SIXX useful for porting objects between dialects of Smalltalk. Suggest adding https://github.com/mumez/SIXX to https://github.com/pharo-open-documentation/pharo-wiki/blob/master/PharoProjects/ObjectsSerialization.md. SIXX has problems loading in Pharo 9 due to missing GLMHighlighterTextStylerDecorator, but just...
- PetitParser https://github.com/moosetechnology/PetitParser - Smacc
Hi The Begginers section of the introduction is badly out of sync with the current way in which Pharo opens up. I tried following the Beginners section but could not...
In the Glossary, in the Beginners section at the below link: https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Glossary.md The explanation regarding the **"Receiver"** is not understandable and very confusing. My suggestion is to simplify the explanation...
It is not clear how to load a group in the baseline dependency ``` spec project: 'PetitParser' with: [ spec baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser:v2.2.0/src'. spec loads: #('Tests')...