Adds the following features to Squeak browsers:
- Improved navigation: The ability to select the text "anInteger", press Command+B and a browser on Integer is opened.
- Changes Command+w to only highlight the previous word (i.e., same as Shift+Control+left-arrow) instead of deleting the previous word. This is because, in many cases, you want to browse senders/impelementors. And, if you really did want to delete the word, just type its replacement, its no extra keystrokes!
- Changes Command+1 - Command+4 to type that argument of a keyword method. For example,
at: keyObject put: valueObject "...you are typing code here..."
pressing Command+1 types "keyObject", pressing Command+2 types "valueObject".
The previous Command+1 - Command+5 was for making text a different font size, so this has been incorporated only into Command+5 so it now cycles through the sizes.