如何在 Zend 中打开我的项目?我不小心将其从左侧窗格中删除了
我不小心从左侧窗格中删除了该应用程序,现在无论我做什么都无法将其恢复。
我尝试从 Zend Studio 中打开 .solution 文件,但它只加载文件,而不加载整个解决方案。
如何让它加载整个应用程序?
编辑: 我还是不知道该打开什么。在 Visual Studio 中,您可以打开项目文件,并加载应用程序中所需的所有内容。为什么 Zend 这么复杂?
I accidentally removed the application from the left pane and now I can't get it back no matter what I do.
I tried opening the .solution file from within Zend Studio, but it only loads the file, not the entire solution.
How can I have it load the entire application?
Edit:
I still can't what to open. In Visual Studio, you can open a project file, and that loads everything necessary in the application. Why is Zend so complicated?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是在谈论 zend studio 中的一个项目还是您的整个个人资料?如果它是一个项目,请单击文件 - >导入,在常规选项卡下有“将现有项目放入工作区”并将其指向丢失项目的根文件夹。
如果您想要整个配置文件(工作空间),请单击文件切换工作空间,您的文档文件夹中应该有一个名为工作空间的文件夹。
如果您只是缺少项目窗口,请单击窗口->显示视图-> php 资源管理器
希望这有帮助
are you talking about a project within zend studio or your entire profile? If its a project click file->import, under the general tab theres "existing project into workspace" and point that to root folder of the missing project.
if you want your entire profile (workspace), click file switch workspace and you should have a folder called workspace in your documents folder.
If you are just missing the project window, click window->show view-> php explorer
hope this helps
尝试在您的主目录中找到您的 Zend Studio 配置文件。该 IDE 有时(当未设置其他配置时)存储项目信息。
try to locate your Zend Studio Profile inside your home directory. This IDE stores sometimes (when no other configuration is set) the project infos there.