== MonoDevelop == MonoDevelop is the IDE for the Xamarin Mono project. It was initially created as a fork of #develop. It has its own site at http://www.monodevelop.com/ We have an add-in to provide Cobra support including syntax highlighting, compilation and interactive debugging: * https://github.com/ramon-rocha/MonoDevelop.CobraBinding Videos * http://www.youtube.com/watch?v=ffWWVd7bEM4&hd=1 (4:36) Discussion at: * http://cobra-language.com/forums/viewtopic.php?f=4&t=986 * http://cobra-language.com/forums/viewtopic.php?f=4&t=977 == Windows Users == If you are running 64-bit Windows, you'll need to install Cobra targeting the x86 platform. See the addin installation instructions for details. == Mac Users == Support for installation of the addin on Mac was recently added. Testing the addin and reporting your results on the forums or the issues list on GitHub would be appreciated. == Ubuntu Users == If you're on Ubuntu 12.04 LTS and using MonoDevelop 2.8, you can either update to MonoDevelop 3.0 via this PPA: * PPA: https://launchpad.net/~keks9n/+archive/monodevelop-latest {{{ $ sudo add-apt-repository ppa:keks9n/monodevelop-latest $ sudo apt-get update $ sudo apt-get install monodevelop }}} Build the latest MonoDevelop from source: * https://github.com/mono/monodevelop Or you can download a snapshot of the 2.8 addin code: * https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/2.8 == See Also == * [wiki:IDESupport IDE Support] * [http://lists.ximian.com/pipermail/monodevelop-list/2010-January/011003.html MonoDevelop add-in creation starter tips] * MonoTouch