Emacs ECB 方法窗口未显示所有方法

发布于 12-05 19:49 字数 409 浏览 1 评论 0原文

我不明白为什么我只在 ECB 方法窗口中看到几个方法,如果我单击显示的方法的一半,我会得到:

ECB 2.40 - Warning: The tag-visit-function `ecb-tag-visit-smart-tag-start' moves point outside of tag - ignored!

光标跳转到此函数:

void MyClass::writeLine(const char buf[]) {
send(sk,buf,strlen(buf),MSG_NOSIGNAL);
}

Emacs is: GNU Emacs 23.2.1 (x86_64-pc-linux-gnu ,GTK+ 版本 2.24.4)

有帮助吗?

I cannot understand why I only see a few methods in ECB method window and if I click on half of shown methods, I get:

ECB 2.40 - Warning: The tag-visit-function `ecb-tag-visit-smart-tag-start' moves point outside of tag - ignored!

and cursor jump to this function:

void MyClass::writeLine(const char buf[]) {
send(sk,buf,strlen(buf),MSG_NOSIGNAL);
}

Emacs is: GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.4)

Any help?

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

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

发布评论

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

评论(1

怎言笑2024-12-12 19:49:49

如果您使用 ECB 使用 imenu 来派生您的方法,那么行为充其量也将是不稳定的。如果您将 ECB 与 CEDET/Semantic 一起用于符号标签,则缺少方法的可能原因有很多。它可能与预处理器符号有关,或者只是 Semantic 尚不支持的某些语法有关。

您最好的选择是尝试 CEDET 的开发版本,看看它是否解决了问题,如果没有解决,请在邮件列表中发布一个示例,也许我们可以找出问题所在。 CEDET 开发版本位于 http://cedet.sf.net

If you are using ECB using imenu to derive your methods, then behavior will be erratic at best. If you are using ECB with CEDET/Semantic for symbol tags, then there are many possible reasons for the missing methods. It could be related to pre-processor symbols, or just some syntax that Semantic doesn't support yet.

Your best bet is to try the development version of CEDET to see if it fixes the issue, and if it doesn't, post an example to the mailing list and perhaps we can figure out what is broken. The CEDET dev version is at http://cedet.sf.net.

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