Changes between Version 10 and Version 11 of MonoDevelop
- Timestamp:
- 08/28/12 01:59:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MonoDevelop
v10 v11 1 1 == MonoDevelop == 2 2 3 MonoDevelop is the IDE for the NovellMono 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 and interactive debugging :7 We have an add-in to provide Cobra support including syntax highlighting, compilation and interactive debugging (debugging is not currently supported on Windows): 8 8 * https://github.com/ramon-rocha/MonoDevelop.CobraBinding 9 9 … … 20 20 You can download preview builds at http://monodevelop.com/files/MacOSX/trunk-builds/ which are sometimes in better shape than the last official release. 21 21 22 (2012-08-27) I think support for Mac users has improved and the official releases might be the way to go now. I don't have a Mac so I can't verify but if so then this section can be removed - nerdzero 23 22 24 (2010-11-13) I'm currently having my best experience with the 2010-10-26 build from http://monodevelop.com/files/MacOSX/trunk-builds/ (The 2010-11-12 build was too buggy--couldn't even use File > Open.) - CharlesEsterbrook 23 25 … … 27 29 == Ubuntu Users == 28 30 29 If you're MonoDevelop version is < 3.0 and you want to get the latest, try this:31 If you're on Ubuntu 12.04 LTS and using MonoDevelop 2.8, you can either update to MonoDevelop 3.0 via this PPA: 30 32 * PPA: https://launchpad.net/~keks9n/+archive/monodevelop-latest 31 33 32 Or buildfrom source:34 Build the latest MonoDevelop from source: 33 35 * https://github.com/mono/monodevelop 36 37 Or you can download a snapshot of the 2.8 addin code: 38 * https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/2.8 34 39 35 40