Dunno, I am back working again ... just declaring all my new classes at the
beginning of the Interface section as opposed to the rear. It seemed to be
inserting the class implementation straight after the "I" in
"Implementation". Altogether weird, but I can work now so will ignore it
until it raises its head again.

Thanks

-----Original Message-----
From: Chris Reynolds [mailto:[EMAIL PROTECTED]]
Sent: 21 November 2002 15:06
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Queer IDE behaviour Shift-Ctrl-C


Wild stab - something to do with Unicode?



>
>  I'm stumped. Using D5, Win 2000. Normally when I declare a class and type
>  Shift-Ctrl-C, the class implementation stub is inserted by Delphi. But
all
>  of a sudden without me doing anything (as far as I can see) I get the
>  following:
>   
>  Class Declaration:
>   
>  TVisStdFee_Create = class( TVisOwnedQryUpdate )
>    private
>    protected
>      function    AcceptVisitor : boolean ; override ;
>      procedure   Init                    ; override ;
>      procedure   SetupParams             ; override ;
>    end ;
>   
>  Ctrl-Alt-C gives:
>   
>  Ifunction TVisStdFee_Create{ TVisStdFee_Create }
>   
>  .function TVisStdFee_Create.AcceptVisitor: boolean;
>  begin
>   
>  end;
>   
>  Aprocedure TVisStdFee_Create.Init;
>  begin
>    inherited;
>   
>  end;
>   
>  ie extra Dots, and Letters stuffing things up a wee bit. Have rebooted to
no
>  avail. Any thoughts on how I might fix this without doing a reinstall?
>   
>  Thanks.
>   
>   
>
>
> Notice of Legal Status and Confidential Information: This electronic mail
> message and any accompanying attachments may contain information that is
> privileged and CONFIDENTIAL. If you are not the intended recipient you are
>
> advised that any use, review, dissemination, distribution or reproduction
of
> the information is strictly prohibited and may be unlawful. If you have
> received this document in error, please notify the sender immediately and
> destroy the message.



---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
Notice of Legal Status and Confidential Information: This electronic mail
message and any accompanying attachments may contain information that is
privileged and CONFIDENTIAL.  If you are not the intended recipient you are
advised that any use, review, dissemination, distribution or reproduction of
the information is strictly prohibited and may be unlawful.  If you have
received this document in error, please notify the sender immediately and
destroy the message.
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to