Known problem :)
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2014-August/099603.html

it is realated to hardcoding keyboard layout in TextEditor>>#shiftEnclose
there are already open issues on fogbugz
and nicolas proposed solution (I think).






2014-09-02 16:53 GMT+02:00 Torsten Bergmann <astares@gmx.de>:
Hi,

1. When I open a workspace and type

�� �� ��Hello

�� ��in it. Now I select the whole text and hit the $" key
�� ��to make it a comment. This works, the workspace
�� ��shows

�� �� �� ��"Hello"

�� ��on both sides and I can continue to work with my comment.


2. When I open a workspace and type

�� �� ��Hello

�� ��in it. Now I select the whole text and hit the $' key
�� ��to make it a string. This does not works, the workspace
�� ��again shows:

�� �� �� ��"Hello"

�� ��on both sides - which is a comment, but I would have expected a string:

�� �� �� ��'Hello'

Is this a known problem. Is it related to Windows only - can one
check on other platforms? Should we open an issue?

Seems to work well for brackets and braces by the way:
�� ��Selecting Hello with an additional $[ key gives correctly [Hello]
�� ��Selecting Hello with an additional $( key gives correctly (Hello)

Thx
T.