如何在Mac上启动MonoDevelop的多个实例? [英] How can I launch multiple instances of MonoDevelop on the Mac?

查看:90
本文介绍了如何在Mac上启动MonoDevelop的多个实例?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想打开一个新的MonoDevelop实例以在Mac上的另一个项目上工作,并且操作系统当前阻止我打开一个新实例.

I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.

推荐答案

在Mac上,如果您打开了一个应用程序并尝试再次启动它,则Mac会切换到打开的应用程序.您可以通过将选项"-n"传递给启动器来强制其打开新实例.在终端中,运行

On Mac, if you have an app open and you try to launch it again, the Mac just switches to the open app. You can force it to open a new instance by passing the option "-n" to the launcher. In a terminal, run

open -n /Applications/MonoDevelop.app

还请注意,MonoDevelop可以打开多个解决方案.为此,只需取消选中打开"对话框中的关闭当前解决方案"复选框,或者在欢迎页面"中单击最近打开的项目之一时按住控制键即可.

Note also that MonoDevelop is capable of opening multiple solutions. To do this, simply uncheck the "close current solution" checkbox in the "Open" dialog, or hold down the control key when clicking on one of the recently opened projects in the Welcome Page.

对于Xamarin Studio(已在Mac上替换了MonoDevelop),命令为

For Xamarin Studio, which has replaced MonoDevelop on Mac, the command is

open -n /Applications/Xamarin\ Studio.app

对于已替换Xamarin Studio的Visual Studio for Mac,命令为

For Visual Studio for Mac, which has replaced Xamarin Studio, the command is

open -n /Applications/Visual\ Studio.app

这篇关于如何在Mac上启动MonoDevelop的多个实例?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆