ecSyntMemo

comment this
    //AT - commented
    if not (soKeepSelMode in FOptions) then
      begin
        SelectMode := msNone;
        FShiftDown := False;
      end
    
add instead this    
    //AT - added instead  
    if True then
      begin
        FShiftDown := False;
      end
