Delphi 2007 R2 代码完成未列出基类成员

发布于 2024-11-09 18:26:00 字数 452 浏览 3 评论 0原文

我最近安装了 Delphi 2007 R2 以及 GExperts1.34、DelphiSpeedUp3.1 和 IDEFixPack4.1。 代码完成功能对我不起作用。假设我创建了一个新表单,在公共部分中按下 CTRL+SPACE,我只看到 TCustomForm 类中 TObject 的某些成员(AfterConstruction、BeforeConstruction、Destroy 等)和组件消息处理程序(即 CM_XXX 消息处理程序)。 它没有列出 TObject 和 TForm 的构造函数。 注意我已经禁用了 Refatoring 包。

我尝试删除所有 3 个专家并加载 .NET 包,但没有成功。使用默认安装本身,代码完成不起作用。然而,当在函数/过程中调用时,它确实列出了所有成员。

我还尝试过在 Windows 7 64 位 m/c 上进行全新安装。代码完成不起作用。

有人遇到过这个问题吗?

普拉文。

I've recently installed Delphi 2007 R2 along with GExperts1.34, DelphiSpeedUp3.1 and IDEFixPack4.1.
The code completion feature doesn't work for me. Say, I create a new form and in the public section I hit CTRL+SPACE, I see only certain members of TObject (AfterConstruction, BeforeConstruction, Destroy etc) and Component Message handlers (i.e CM_XXX message handlers) in TCustomForm classes.
It doesn't list the Constructor of TObject and TForm.
Note I've disabled Refatoring package.

I tried removing all 3 experts and loading the .NET packages, but in vain. With default installation itself code completion doesn't work. It does however list all members when invoked inside a function/procedure.

I've also tried fresh installation on Windows 7 64-bit m/c. Code completion doesn't work.

Anyone faced this issue ?

Praveen.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

裂开嘴轻声笑有多痛 2024-11-16 18:26:00

通常在 D2007 中,我必须在弹出代码完成之前进行构建。我会尝试一下。我在 64 位 Win 7 上运行 D2007,并带有所有这三个插件,并且经常遇到此问题。通常清理/构建或打开一个新单元就能解决这个问题。

Often in D2007 I have to build before code complete will pop up. I'd try that. I'm running D2007 on a 64bit Win 7 with all three of those plugins and have this issue frequently. Often a Clean/Build or opening a new Unit will fix it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文