英文:
Android Studio Merge Windows. (Open multiple projects in the same window)
问题
如何在同一窗口中使用选项卡打开多个 Android Studio 项目?
我检查的大多数问题都有经典选项,可以让你通过 文件
-> 外观
-> 系统设置
来选择是在同一窗口中打开新项目还是完全新的窗口。
我已经获取了相关信息。我想要在同一 Android Studio 窗口中打开多个项目,然后通过选项卡在它们之间导航。
英文:
How to open mutliple projects of Android Studio in the same window using tabs?
Most of the questions I check have the classical option that takes you to File
-> Appearance
-> System Settings
where you have to choose between opening new projects in the same window or completely new window.
I already have information about it. I want multiple projects in the same Android Studio window then navigate between them with tabs.
答案1
得分: 2
英文:
答案2
得分: 1
以下是您要翻译的内容:
混淆出现的原因是合并窗口功能是在打开一个或多个窗口的项目之后引入的。我将尝试在下面澄清。
在一个窗口中打开Android Studio项目意味着一旦用户点击 文件
-> 打开
,当前项目将消失,窗口将被新打开的项目填充。可以通过以下方式实现这一点:
在项目设置中。(设置
-> 外观
-> 系统设置
)。
如图所示的配置意味着默认情况下,您无法使用选项卡在同一窗口中打开不同的项目。
在同一窗口中使用选项卡打开不同的项目,或者换句话说:在Android Studio/IntelliJ中合并窗口,可以通过以下方式实现:窗口
-> 合并所有项目窗口
。但在这种情况下,您应该至少同时在屏幕上打开两个独立的项目窗口,否则菜单将不会响应。请参阅下面的图片:
英文:
The confusion comes because merging windows has been introduced later than opening the projects in one or multiple windows feature. I will try to clarify below
Opening Android Studio projects in ONE window means that once the user hits File
-> Open
the current project would dissapear and the window would be filled with the newly opened project. This can be achieved by doing:
In the project settings. (Settings
-> Appearance
-> System Settings
).
Having this configuration as in the picture would mean that by default you CAN'T open different projects in the same window using tabs.
Opening different projects in the SAME WINDOW USING TABS, or in other words: Merging Windows in Android Studio/ IntelliJ, can be achieved by doing: Window
-> Merge All Project Windows
. But in this case you should have at least two separate project WINDOWS at the same time opened on the screen, otherwise the menu would not be responsive. See the image below:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论