Changing project path in Aptana Studio 3

2019-02-16 12:05发布

Say I have my project in c:\desktop\project_A and I want to change the path of it to point at the c:\desktop\project_B folder instead. How do I do that without deleting the project from the list and creating a new one?

1条回答
叼着烟拽天下
2楼-- · 2019-02-16 12:12

You could achieve this in the current Studio 3:

  1. Open Navigator view with Window > Show View > Other > General > Navigator;
  2. Right-click on project_A in Navigator view and select Move...;
  3. Modify the location to what project_B resides and click OK.

Hope this helps.

查看更多
登录 后发表回答