dsqe46004 2010-03-20 04:09
浏览 32
已采纳

在Eclipse中使用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?

  • 写回答

2条回答 默认 最新

  • douyi8408 2010-03-20 21:15
    关注

    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!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?