Delphi 2007 R2 code completion without listing base class members

I recently installed Delphi 2007 R2 along with GExperts1.34, DelphiSpeedUp3.1 and IDEFixPack4.1. The code completion function does not work for me. Let's say I create a new form, and in the public section I press CTRL + SPACE, I see only certain TObject members (AfterConstruction, BeforeConstruction, Destroy, etc.) And component message handlers (for example, CM_XXX message handlers) in TCustomForm classes. It does not contain a list of TObject and TForm constructors. Note. I disabled the Refatoring package.

I tried to remove all three experts and download the .NET packages, but in vain. When installed by default, code completion itself does not work. However, it lists all members when called inside a function / procedure.

I also tried a fresh install on 64-bit m / c Windows 7. Copying does not work.

Has anyone encountered this issue?

Praveen.

+3
source share
1 answer

Often in D2007 I need to create before the code appears. I would try this. I run D2007 on 64-bit Win 7 with all three of these plugins and often run into this problem. Often cleaning / assembling or opening a new block will fix it.

+2
source

All Articles