Code Editor Enhancements

Summary: Improved navigation between, and editing in, code browsers.
Author: Chris Muller
Owner: Chris Muller (cmm)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: <Not entered>
RSS feed:

Description:

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.


Releases


Back