On Fri, Feb 28, 2014 at 11:01 PM, S. Garth Holland <steve9571952@hotmail.com> wrote:
Hi Guys,

Every so often I spend a few minutes taking a look a Pharo or Squeak. I can see much improvement but before long I find something that does not work.

1) I'm a Widows user and there is no keyboard mapping for switching the alt to control keys

So? Alt on Windows replaces Cmd on OSX for Doits, Printits etc. Ctrl-X,V,C on Win matches Cmd-X,V,C on OSX.

2) I tried the debugger and the "Add breakpoint" menu command appears to corrupt the stepping into behavior.

Adding self halt works nicer as the add/remove breakpoint basically does that behind the scenes.�

3) Next I tried the new Spec website.

Should the code on the Quick Start page read.

(ListModel new�
� � items: Smalltalk allClasses)
� � openWithSpec.�

Thanks,

Steve