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.
相关问题
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
- Avoid cmake to add the flags -search_paths_first a
- Monodevelop: `Waiting for debugger`
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- Bundling the Windows Mono runtime with an applicat
- ImportError: No module named twisted.persisted.sty
- How can I vertically align my status bar item text
If you're ok with opening two solutions in one instance of Xamarin Studio, you can do this by navigating to "File" -> "Recent Solutions" and then Ctrl+clicking on the other solution. This opens both solutions in the same instance of Xamarin studio.
Just Open the Terminal write or below command , you can change instance name number e.g(/Xamarin\ Studio1) it's open another one Xamarin Studio , e.g(/Xamarin\ Studio1)
Using above you can create any of .app multiple instance .
Using the shell to enter the command as others have described to launch an extra instance is fine, but I prefer having an icon on the dock that I can just click.
It's easy to do:
Open AppleScript Editor and enter the following:
do shell script "open -n /Applications/MonoDevelop.app/"
Save with a name like "MonoDevelop Launcher" and make sure to specify Application for the file format.
Drag the icon to your dock.
Make sure to check out bright's comment below about replacing the generic icon with MonoDevelop's.
Click repeatedly to enjoy the grooviness of multiple MonoDevelop instances.
You can check out this app by redth (now a Xamarin employee) who made a Xamarin Studio Launcher: http://redth.codes/Xamarin-Studio-Launcher-v3/. There is no code to post since it is an app. But the good thing is it is packaged up in a .dmg for you. It even works with .sln files. Hard link to the v4 (Jan 12, 2015) download: http://redth.codes/assets/Xamarin.Studio.Launcher.v4.zip.
Edit your ~/.bashrc or ~/.zshrc and configure the following shortcut:
Use as follows from the CLI:
Also you can use shorter version:
Edit: For Visual Studio for Mac and/or more shorter the command is