Eclipse 中的 SVN 项目的标签/文档?

发布于 2024-08-25 11:18:38 字数 180 浏览 4 评论 0原文

我已经对此进行了搜索,但没有找到任何明确的答案。

我正在使用 Eclipse PDT。似乎如果我创建一个 PHP 项目,标签就可以工作(@todo 等)。但是,如果我从 SVN(仍然基于 PHP)创建项目,标签根本不起作用。

有谁知道如何使标签和文档生成在每个项目的基础上工作,并且仍然从 SVN 存储库导入项目?

I've searched around with this and haven't found any clear answers.

I'm using Eclipse PDT. It seems that if I create a PHP Project, tags work (@todo, etc). However, if I create a project from SVN (still PHP based), tags don't work at all.

Does anyone know how to make tags and doc generation work on a per project basis and still import projects from a SVN repo?

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

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

发布评论

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

评论(2

妄想挽回 2024-09-01 11:18:38

在菜单中,项目 ->属性,然后选择左侧栏中的任务标签,并选中“启用任务标签搜索”复选框。您可能还需要选中“启用项目特定设置”框。

(这适用于 3.5.1 Galileo;YMMV 与其他版本。)

In the menus, Project -> Properties, then select Task Tags in the left-hand column, and check the "Enable Searching for Task Tags" checkbox. You may also need to check the "Enable project specific settings" box.

(This is for 3.5.1 Galileo; YMMV with other versions.)

一口甜 2024-09-01 11:18:38

啊啊,我相信我有。

如上所述:

在菜单中,项目 ->特性,
然后选择左侧的任务标签
列,然后选中“启用
搜索任务标签”复选框。您
可能还需要勾选“启用
项目特定设置”框。

但我还需要这样做:

项目->配置->添加PHP
支持

刷新项目后,问题视图充满了所有 FIXME @todo 等。非常感谢!已经尝试解决这个问题一周了!

Ahhh, I believe I have it.

As stated above:

In the menus, Project -> Properties,
then select Task Tags in the left-hand
column, and check the "Enable
Searching for Task Tags" checkbox. You
may also need to check the "Enable
project specific settings" box.

But I also needed to do this:

Project -> Configure -> Add PHP
Support

After refreshing the project, the Problems view filled up with all the FIXME @todo etc. Thanks so much! Have been trying to figure this out for a week!

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