On 11/09/2007, Mattias Gärtner <[EMAIL PROTECTED]> wrote:
> I have a question, how it should work 'automatically':
> Does this mean, you can no longer write 'beginning' in Delphi?
> Or is the IDE waiting a little, so it is only invoked if you type begin and
> wait?
> I guess the last, but who wants to wait?


I don't know and I'm guessing here...  Doesn't it get triggered when
you press the spacebar  or enter key after the 'begin' keyword?  As
far as I know with the new Delphi code templates you can even define
the key that triggers the completion.

Will trigger code completion:

  begin<space or enter>


So typing the following will _not_ trigger code completion:

  beginning<space or enter> will not trigger the code completion



I haven't worked on Delphi since v7.

Regards,
  - Graeme -

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to