I have a course at my university where I have to use Pharo for assignments.
I have a few questions about the Pharo environment. 1. Is it possible to turn off Pharo's "'" and "()" matching? If so how? 2. Is it possible to use system fonts in Pharo? If so how? 3. Is it possible to prevent Pharo from screwing up indenting of my class definitions when I save?(It keeps replacing leading spaces with a tab). If so how? 4. How can I create a Pharo package from Playground using code? 5. How can I create a Pharo class from Playground using code? I suspect 4 and 5 are possible because Pharo allows dynamic insertion/removal of methods from classes using the class method dictionary and runtime compile. Thanks ahead of time! -- View this message in context: http://forum.world.st/New-to-Pharo-a-bunch-of-questions-tp4917701.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
