-
The Scanner class has disappeared from Pharo some time at or before Pharo 7. I tried substituting RBScanner and MCScanner but neither seemed suitable for the job.
-
```
\`\`\`language=pharo|caption=A method&anchor=method
pharoMotto
^ 'Doing something every is the best way to make progress'
\`\`\`
```
produces
![Capture 2024-04-29 at 22 14 41…
-
Lint Rules in:
- Moose-Core:
- ```FAMIXMetaModelClassesNotDeclaredInFameRule```
- ```FAMIXMetaModelClassesShouldNotOverrideRule```
- Fame-Rules:
- ```FameNameConventionBetweenFM3And…
-
In file *CI.yml* for the GitHub actions the CI automagically downloads:
http://files.pharo.org/get-files/110/pharo-win-stable-signed.zip
(currently from Pharo 11)
when building the Advanced ins…
-
Hi,
In Pharo 11 I use: `MCSearchFacade classSearchIn: list` to open a selector classes window.
This classe is removed from Pharo 11.
What is the equivalent for Pharo 12 ?
Thanks.
-
```
(Microdown parse: '[http://pharo.org](http://www.pharo.org)') children first children first
```
return a text with [
```
(Microdown parse: '[http://pharo.org](http://www.pharo.org)') childr…
-
there is a bug in pharo as a result new projects do not get added to mongodb
d3orn updated
10 years ago
-
Windows VM does not open an image if the image path argument contains non-ASCII characters.
An example where
`a.image` opens
`á.image` does not:
![example](https://user-images.githubuserconten…
-
```
TestCase >> failureLog
^ Smalltalk tools transcript
```
Should be turned into
```
TestCase >> failureLog
^ application tools transcript
```
http://rmod-pharo-mooc.lille.inria.fr/…
-
**Bug description**
Comment documentation in browser is hard to read when using the Dark theme.
**To Reproduce**
1. Use dark them
2. Open system browser
3. Display a class comment containin…