[etoys-notify] [JIRA] Commented: (SQ-304) Etoys does not use platform standards for cut/copy/paste

tracker at squeakland.org tracker at squeakland.org
Fri Sep 4 14:14:12 EDT 2009


     [ http://tracker.immuexa.com/browse/SQ-304?page=comments#action_36524 ]
     
Yoshiki Ohshima commented on SQ-304:
------------------------------------

I'm not going to spend whole time to try it, but the issue is in the VM an dI think the code around:

    case WM_SYSCHAR:
      /* Note: VK_RETURN is recorded as virtual key ONLY */
      if(keyCode == 13) return 1;


or:

  /* Special case: VK_RETURN is handled as virtual key *only* */
  if(wParam == 13) return 1;

This is not visible to the etoys-user (hopefully) and breaks develop cycle, can we just include mine and fix further in 2010?

> Etoys does not use platform standards for cut/copy/paste
> --------------------------------------------------------
>
>          Key: SQ-304
>          URL: http://tracker.immuexa.com/browse/SQ-304
>      Project: squeakland
>         Type: Bug
>   Components: etoys, etoys-win, etoys-linux
>     Reporter: Bert Freudenberg
>     Assignee: Bert Freudenberg
>     Priority: Critical
>      Fix For: etoys 4.0 - summer 2009
>  Attachments: ctrlAltDefault-bf.1.cs, ctrlAltDefault2-yo.1.cs, swapCtrlAltAt6-yo.1.cs
>
>
> On all non-Mac platforms we should enable #swapControlAndAltKeys so control-c/x/v  do what a user on these platforms expects.
> I propose to add this to #setPlatformPreferences.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://tracker.immuexa.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the etoys-notify mailing list