[MonoDevelop] Small bugs

Todd Berman tberman@sevenl.net
Mon, 23 Feb 2004 03:12:27 -0500


On Mon, 2004-02-23 at 02:45, Attila Goda wrote:
> Hi,
> 
> I tired to use the latest monodevelop. All seems relative good (make 
> install doesn't work for me with the r985 snapshot, but I can copy files 
> from build subdirectory to /usr/lib/monodevelop), except a following 
> three little bug:
> 1. when I exit from Monodevelop, the application send a gnome crash 
> window and print the following message to
> the console:
> ** ERROR **: Must shutdown ORB from main thread
> aborting...
> After this dialog box the application closed normally, it is not too 
> serious bug, but a little bit unconfortable.This bug is exists every 
> monodevelop release from r-776 (it was the first what I tired) on my system.

This is actually an orbit bug, not a monodevelop bug.

If you upgrade your orbit version this should go away.

> 2. The code completition windows can't get focus or keyboard events. But 
> it works fine if I click the code completition window.

The code completion window isnt getting focus automagically when it pops
up? It should be, if it isnt, can you please file a bug on
http://bugzilla.ximian.com inside the MonoDevelop product.

Does this happen all the time?

> 3. When I type the '(' character after the name of the function the MD 
> opens a new windows with the parameter signature of the function. It is 
> very nice, but this windows is not closed, and when I type the next '(' 
> after the next function the MD open another window. Etc...

This is the Insight window, its completely not done yet. Depending on
how much time I have before we freeze the tree for releasing, it might
be disabled in the release, or working properly, rest assured, the
current behaviour wont exist one way or the other on Friday :).

> I use Mandrake 9.2 with Mono 0.30.1, with a relative fresh gtksharp, 
> gtksourceview CVS snapshots, under KDE desktop environment.
> 
> But in spite of this little bugs, it is a very nice job, IMHO it is the 
> best development environment for C# under linux.
> 
> Regards,
>   Attila Goda
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

Thanks for giving us some feedback.

--Todd