如何更改项目中的项目资源位置?

发布于 2024-10-11 17:54:16 字数 124 浏览 3 评论 0原文

我使用 Eclipse PDT 并设置了一些 PHP 项目。一个项目的资源必须移至不同的文件夹中。我可以在不删除项目并设置新项目的情况下更改资源位置吗?

通过“项目 - >属性”我只能看到位置路径,但无法更改它。

I use Eclipse PDT and have setup some PHP projects. The resources for one project had to be moved into a different folder. Can I change the resource location without deleting the project an setting up a new one?

Via "Projects -> Properties" I can only see the location path, but I can't change it.

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

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

发布评论

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

评论(3

紫南 2024-10-18 17:54:16

右键单击项目->重构->移动

或关闭项目,将其删除(但不要删除磁盘上的内容),使用终端或文件浏览器移动磁盘上的项目文件夹,在 Eclipse 中单击“文件”->“移动”。导入->一般>现有项目进入工作区...

Right-click on the project -> Refactor -> Move

Or close the project, delete it (but do not delete content on disk), use terminal or file browser to move the project folder on disk, in Eclipse click File -> Import -> General > Existing Projects into Workspace ...

旧瑾黎汐 2024-10-18 17:54:16

您可以在项目级别使用 refactor>move 将该代码移动到新位置
不确定这是否正是您想要的。

You can at project level use refactor>move to move that code to a new location
Not sure if that is exactly what you want.

过度放纵 2024-10-18 17:54:16

您可以通过右键单击项目文件夹,然后 Refactor->Move... 来移动位置。
然后浏览到新文件夹,注意新位置不能在当前工作区中。

You can move the location by right click on the project folder, then Refactor->Move...
Then Browse to new folder, note that new location can not be in the current workspace.

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