Wiki

Changes between Version 20 and Version 21 of MonoDevelop

Show
Ignore:
Timestamp:
12/17/13 01:46:30 (10 years ago)
Author:
nerdzero
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MonoDevelop

    v20 v21  
    11== !MonoDevelop / Xamarin Studio == 
    22 
    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. 
    44 
    55It has its own site at http://www.monodevelop.com/ 
    66 
    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 
     7We 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/ 
    98 
    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. 
     9The source code is hosted at GitHub and is available here: https://github.com/ramon-rocha/MonoDevelop.CobraBinding 
     10 
     11In 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. 
    1112 
    1213Videos 
     
    2021== Windows Users == 
    2122 
    22 If you are running 64-bit Windows, you'll need to install Cobra targeting the x86 platform.  See the addin installation instructions for details. 
     23If 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. 
    2324 
    2425== Ubuntu Users == 
    2526 
    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. 
     27There 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. 
    2728 
    28   * MonoDevelop 3.0: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/3.0 
    29   * MonoDevelop 2.8: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/2.8 
     29  * !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 
    3031 
    31 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: 
     32If 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: 
    3233 * PPA: https://launchpad.net/~keks9n/+archive/monodevelop-latest 
    3334{{{