[MonoDevelop] how to get rid of Symbol Usage Highlighting

Mike Krüger mkrueger at xamarin.com
Fri Apr 13 06:19:43 UTC 2012


Hi

The easiest thing is to remove 
MonoDevelop.CSharp.Highlighting.HighlightUsagesExtension from 
CSharpBinding.addin.xml - unfortunately the xml is built-in the 
csharpbinding dll.
Why are they sticking to 2.8.2 - you should try to get them upgrade to 
the 2.9.x line - there the 'find all refs' feature is much faster (the 
usages stuff needs the find all references - that's why it's so slow in 
2.8.x).

Regards
Mike

> I am using MonoDevelop 2.8.2 which comes with Unity. This version has a "feature" which is called "Symbol Usage Highlighting" which you can find here:
> http://monodevelop.com/index.php?title=Download/What%27s_new_in_MonoDevelop_2.4
>
>
> To make this feature easier to find, it is renamed to "highlighting of usages" in the Tools->options->text-editor->General menu. To provide more user inconvenience, the ability to disable this feature has been removed in version 2.8.2. To increase the user experience even more, Unity has decided not to update to the latest MonoDevelop, even with the recent update. The latest MonoDevelop does have the ability to switch this feature off.
>
>
> Enough sarcasm. This feature is incredibly slow and freezes MonoDevelop when putting the cursor on a number in a large cs file. So I want to switch it off. But I can't. Unity has ignored my countless bug reports on this and fails to update to the latest MonoDevelop.
>
>
> So my question is: how can I hack MonoDevelop Unity version 2.8.2 so that I force this feature to be off? Upgrading to the latest MonoDevelop version from the site is not an option as Unity has a custom version which is not interchangeable.
>
>
> Any help is greatly appreciated.
>
> Tjeerd
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list