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.
source
share