How can I launch multiple instances of MonoDevelop on the Mac?
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 Note also that MonoDevelop is capable of opening … Read more