Re: code completion in With Statement
From: Tony J Hopkinson (myname_at_hotmail.com)
Date: 01/08/04
- Next message: Luralyn M. Ramos: "Re: APPLICATION INSTANCES"
- Previous message: Tony J Hopkinson: "Re: Strange Behavior of Show Modal"
- In reply to: Rob Kennedy: "Re: code completion in With Statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 08 Jan 2004 12:34:04 GMT
On Wed, 07 Jan 2004 22:33:55 -0600, Rob Kennedy <.> wrote:
>Bill N wrote:
>> How do you bring up code completion within code editor when in a With
>> statement as shown below:
>>
>> With qry do begin
>> ..
>> ..
>> end;
>>
>> I've tried ctrl shift space but that only works when you have an
>> identifier.
>
>Ctrl+Shift+Space is the shortcut for code parameters. Code completion is
>Ctrl+Space. And it should work within a WITH statement, although it will
>show you *everything* that's currently in scope since it doesn't know
>whether you want to limit the list to just the members of the nearest
>WITH item(s).
My method don't use With.
Making your code less readable simply to save typeing isn't an option
as far as I'm concerned.
Compound and or nested withs cause even more problems.
- Next message: Luralyn M. Ramos: "Re: APPLICATION INSTANCES"
- Previous message: Tony J Hopkinson: "Re: Strange Behavior of Show Modal"
- In reply to: Rob Kennedy: "Re: code completion in With Statement"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|