Want to try AutoCorrection in MonoDevelop ?

EDIT: Everything is now in SVN thanks to Lluis (Yay \o/), so you just have to do a little ‘svn up‘ or wait for the next release (0.16 ?) which should be available soon.

Then just follow these instructions :

  • Do a fresh checkout of MonoDevelop to get the core modifications that Lluis has already commited from my patch
  • Open up a terminal and go to $basedir/monodevelop/Extras/MonoDevelop.SourceEditor
  • To apply the patch, execute this command : ‘wget http://netherilshade.free.fr/mono/SourceEditor.patch ; cat SourceEditor.patch | patch -p0
  • After that go back to the root directory of Monodevelop (‘cd $basedir/monodevelop‘).
  • Then, depending if you had already compiled Monodevelop previously, just type ‘make‘ or the classical ‘./autogen.sh ; make
  • Finally you can either install Monodevelop to your system by using ‘make install‘ (under root) or simply by using ‘make run‘ which will run Monodevelop ‘in-place’ without breaking your already installed version.

If you want do disable AutoCorrection you can do it in the Preferences dialog in the Editor|General section.

Post a Comment

Your email is never published nor shared. Required fields are marked *