Hi, I am currently playing with Pharo3 and encountered an issue with class renaming in a 30767 image. The image was obtained and started with PharoLauncher for Mac rev40 from Jenkins on OS X 10.6.8.
Here are the steps which lead to the problem: 1. Open Nautilus 2. Add Package: Rename-Test 3. Add Class: RenameTestClass inheriting from Object 4. Right click on RenameTestClass Class -> rename 5. Choose RenameTestClass2 6. Accept ChangesBrowser Dialog 7. => the Class panel shows the new name but the code panel does not (only after reselecting the class) Another thing which is a bit confusing is that the key navigation mapping on OS X does not match what I would expect. In most applications I use the following behavior is the default: * Command + right/left arrow: jump to end/beginning of the line * Alt + right/left arrow: jump one word right/left In Nautilus it is different: * Command + right/left: jump one word right/left * Alt + right/left: go one word right/left Is this this the intended behavior or did this also change in more recent OS X releases? If it would be better to send this to the Pharo-Dev list please let me know. Many thanks for all your great efforts, Manfred
