Re: code completion in With Statement

From: Rob Kennedy (.)
Date: 01/08/04

  • Next message: Mono: "Re: D8 - Error Running Demos"
    Date: Wed, 07 Jan 2004 22:33:55 -0600
    
    

    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).

    -- 
    Rob
    

  • Next message: Mono: "Re: D8 - Error Running Demos"

    Relevant Pages

    • Re: code completion in With Statement
      ... >> How do you bring up code completion within code editor when in a With ... >> With qry do begin ... >> I've tried ctrl shift space but that only works when you have an ...
      (borland.public.delphi.ide)
    • code completion in With Statement
      ... How do you bring up code completion within code editor when in a With ... With qry do begin ... I've tried ctrl shift space but that only works when you have an identifier. ...
      (borland.public.delphi.ide)
    • Ann: Editor.NET 1.2 released
      ... Editor.NET is an advanced code editor allowing integration of a highly ... code completion, unlimited undo/redo, bookmarks, word wrap, drag-n-drop, ... + Transparent property added allowing to display background image. ... code outlining, smart formatting and code completion features. ...
      (borland.public.delphi.thirdpartytools.general)
    • Re: Naming conventions
      ... code editor with code completion, you don't have to type it all in ... I would agree completely that readable code is more important than ... reducing typing. ...
      (microsoft.public.dotnet.general)
    • Re: Delphi 2005 and D7 code completion slow
      ... Code completion: ... When you enter a class name followed by a period in the Code editor, the list of properties, methods and events appropriate to the class is displayed. ... Tooltip expression evaluation: ... Display declaration information for any identifier by passing the mouse over it in the Code editor. ...
      (borland.public.delphi.non-technical)