pharo-wiki
pharo-wiki copied to clipboard
Wiki related to the Pharo programming language and environment.
We need to encode some meta-information in wiki pages to ease integration inside Pharo image: - Entity related in the image (package, class, method, ...) - Tool related in the...
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...
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...
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...
I was unable to input CJK characters in Pharo under Linux systems, but I haven't found time to look into it. Will add a section to https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/CJKCharacter.md if I get...
When the image crash, how to recover the code. + when you cannot re-launch your image, how to recover lost code.
By migrating it to github pages you can benefit from the integrated SEO (https://help.github.com/articles/search-engine-optimization-for-github-pages/) while keeping the docs construction in the git itself.
The baseline management guide is cool but we should have a more high level guide around project management. A guide we could send to this discussion: http://forum.world.st/What-is-the-actual-way-of-managing-code-in-Pharo-td5089943.html