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

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

问题描述

我想在 Mac 上打开一个新的 MonoDevelop 实例来处理不同的项目,但操作系统当前阻止我打开一个新实例.

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.

对于已在 Mac 上取代 MonoDevelop 的 Xamarin Studio,命令为

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

open -n /Applications/Xamarin Studio.app

编辑 2:

对于已替换 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天全站免登陆