+1 to an easy way to install this on Ubuntu 10.04.. Also, it looks like my major gripes with the Immediate window are still there..
- No declaration of variables: > int x = 5; EOF expected > Button b = new Button() EOF expected - No calling of methods: > a 7 > a.GetType() Evaluation failed. > a.ToString() Evaluation failed. (Note: Sorry, this only seems to be the case for variables on the stack, maybe the debugger doesn't box?) - If you change the value of a string in the Value Visualizer, you get an unhandled exception. (You can change this in the Immediate window) - Adding variables to the watch window shows their value according to the program execution. If they're modified under the debugger, the values are not reflected. If you change the values in the watch window, the immediate window will show the new value but the hover over variable watcher shows the old value. If you change the hover over value, the hover over value will show the new value but nothing else will. It's like everything lives in its own universe. The debugger needs to write directly to the program heap. - I still can't drag variables onto the watch window. At least on the Mac. Further more, if I try, the text editor gets "stuck" in drag mode. Suggestions: - Right click context menu on Immediate window should have a Clear button. On Wed, Jun 16, 2010 at 2:40 AM, Daniel Hughes <[email protected]> wrote: > This release looks really good just one question however. > > If you click on ubuntu you get the following message > > MonoDevelop 2.2 is available in Ubuntu 10.4. Older Ubuntu releases > contain older versions. MonoDevelop 2.4 coming soon. > > Does the coming soon message mean waiting to Ubuntu 10.10 or is it > going to be available via a PPA on ubuntu 10.04? > > On Wed, Jun 16, 2010 at 9:21 PM, Lluis Sanchez Gual > <[email protected]> wrote: >> The MonoDevelop team is proud to announce the release of MonoDevelop 2.4. >> >> MonoDevelop is an IDE primarily designed for C# and other .NET >> languages. MonoDevelop enables developers to quickly write desktop and >> ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop >> makes it easy for developers to port .NET applications created with >> Visual Studio to Linux and Mac OS maintaining a single code base for all >> platforms. >> >> The official announcement is available here: >> >> http://www.monodevelop.com/Download/MonoDevelop_2.4_Released >> >> A detailed description of the features included in this release is >> available here: >> >> http://monodevelop.com/Download/What%27s_new_in_MonoDevelop_2.4 >> >> Many thanks to everybody that made possible this release. >> Enjoy! >> >> The MonoDevelop Team. >> >> _______________________________________________ >> Monodevelop-list mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monodevelop-list >> > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
