Changes between Version 20 and Version 21 of MonoDevelop
- Timestamp:
- 12/17/13 01:46:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MonoDevelop
v20 v21 1 1 == !MonoDevelop / Xamarin Studio == 2 2 3 MonoDevelop is the IDE for the Xamarin Mono project. It was initially created as a fork of #develop.3 !MonoDevelop is the IDE for the Xamarin Mono project. It was initially created as a fork of #develop. 4 4 5 5 It has its own site at http://www.monodevelop.com/ 6 6 7 We have an add-in to provide Cobra support including syntax highlighting, compilation, interactive debugging, and some support for code completion: 8 * https://github.com/ramon-rocha/MonoDevelop.CobraBinding 7 We have an add-in to provide Cobra support including syntax highlighting, compilation, interactive debugging, tooltips, and some support for code completion. The latest stable version can be installed using the Add-In Manager in !MonoDevelop from this repository: http://mdrepo.ramonrocha.com/ 9 8 10 In February 2013, Xamarin announced a rebranded version of MonoDevelop named Xamarin Studio for Windows and Mac. The same Cobra addin for MonoDevelop will work in Xamarin Studio. 9 The source code is hosted at GitHub and is available here: https://github.com/ramon-rocha/MonoDevelop.CobraBinding 10 11 In February 2013, Xamarin announced a rebranded version of !MonoDevelop named Xamarin Studio for Windows and Mac. The same Cobra addin for !MonoDevelop will work in Xamarin Studio. 11 12 12 13 Videos … … 20 21 == Windows Users == 21 22 22 If you are running 64-bit Windows , you'll need to install Cobra targeting the x86 platform. See the addin installation instructions fordetails.23 If you are running 64-bit Windows and are using the installation program provided with the source code, you'll need to install Cobra targeting the x86 platform. See the addin installation instructions in the README file for more details. 23 24 24 25 == Ubuntu Users == 25 26 26 There are no packages for MonoDevelop 4.0 at this time. You'll need to build from source. If you are not comfortable building from source, you can use a previous version of the addin that supports your version of MonoDevelop. No bug fixes will be made for these old branches though and code completion only works when using MonoDevelop 4.0.27 There are no Debian packages for !MonoDevelop 4.0 at this time. You'll need to build it from source. If you are not comfortable building from source, you can use a previous version of the addin that supports your version of !MonoDevelop. No bug fixes will be made for these old versions though and code completion only works when using !MonoDevelop 4.0 or later. 27 28 28 * MonoDevelop 3.0: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/3.029 * MonoDevelop 2.8: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/2.829 * !MonoDevelop 3.0: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.2.zip 30 * !MonoDevelop 2.8: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.1.zip 30 31 31 If you're on Ubuntu 12.04 LTS and using MonoDevelop 2.8, you can update toMonoDevelop 3.0 via this PPA if you choose to do so:32 If you're on Ubuntu 12.04 LTS and using !MonoDevelop 2.8, you can update to !MonoDevelop 3.0 via this PPA if you choose to do so: 32 33 * PPA: https://launchpad.net/~keks9n/+archive/monodevelop-latest 33 34 {{{