CyrilFerlicot

Results 269 issues of CyrilFerlicot

We should add Metaclass and link the references to it to the definition.

NewSection

I propose: - keyword message - binary message - unary message

NewSection

Currently, glossary entries start with a level 2 title. I have the impression it could be more readable with lvl4 or 5 titles. Does someone have an opinion? @juliendelplanque @olekscode

question

Here is a script I did yesterday that is cool IMO: ```Smalltalk r := RBParseTreeRewriter new. r replace: '`@receiver isEmpty should beTrue' with: 'self assertEmpty: `@receiver'. r replace: '`@receiver should...

NewPage
NewSection

Since the UI changed.

NewSection

Gabriel Cotelli did this script to improve quality of Pharo: ```Smalltalk | env rewriter result methods changes | env := RBBrowserEnvironment default forPackages: (RPackageOrganizer default packages select: [:p | p...

NewSection

We often need to manage custom icons in Pharo. Maybe we could have a page on icons management and explain how to add our own icons. One way to do...

NewPage

Today I was doing a lot of changes on some variables in a deep hierarchy. Current Pharo tools allow developers to find accesses to a variable in a class but...

good first issue
NewSection