Eclipse 中的 SVN 项目的标签/文档?
我已经对此进行了搜索,但没有找到任何明确的答案。
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在菜单中,项目 ->属性,然后选择左侧栏中的任务标签,并选中“启用任务标签搜索”复选框。您可能还需要选中“启用项目特定设置”框。
(这适用于 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.)
啊啊,我相信我有。
如上所述:
但我还需要这样做:
刷新项目后,问题视图充满了所有 FIXME @todo 等。非常感谢!已经尝试解决这个问题一周了!
Ahhh, I believe I have it.
As stated above:
But I also needed to do this:
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!