[MonoDevelop] Active Runtime and Code Completion

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Dec 6 18:40:33 EST 2010


On Sun, Dec 5, 2010 at 4:02 AM, Eric Hosick
<erichosick at interfacevision.com> wrote:
> Hi,
> I've been able to get mono develop to use and compile a custom version of
> .NET - Even making changes to Object.cs (thanks to help from Michael
> Hutchinson).
> I've posted a blog on it here for anyone interested
> (http://blog.interfacevision.com/index.php/2010/12/monodevelop-with-a-custom-version-of-mono-on-the-macintosh/).
> Although it is not important to move forward... How do I get code completion
> to use my active runtime version of mono. I've tried this suggestion
> (http://codethatworks.blogspot.com/2009/10/how-to-fix-monodevelop-code-completion.html)
> but doesn't seem to work.
> Please don't waste too much time on this because everything else works. It
> would just be a nice have to finish up the blog post and in general it would
> be really cool.

Offhand, my guess would be that maybe MD doesn't refresh the project's
code completion database's references when the target framework
changes. If this is the case, you should be able to work around it by
doing something else that causes it to refresh - e.g. changing the
project's target framework. If it's reproducible, please file a bug.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list