[MonoDevelop] Monodevelop-list Digest, Vol 43, Issue 21

Brett Senior brett_senior at yahoo.com.au
Thu Nov 20 03:45:25 EST 2008


I am using Mono 2.01 (from the 2.01 sources download page) and MD 2.0 Alpha 2 (from svn).

Brett.

> What version of Mono are you using?
> 
> Regards,
>
>    Andrés

Brett Senior wrote:
> I was using MD today and was in the source code editor when it crashed
> with the following stacktrace.  Should I get another version from SVN
> (I'm using a version that I fetched last week sometime) or is this
> something that needs to be investigated by the development team ?
 



________________________________
From: "monodevelop-list-request at lists.ximian.com" <monodevelop-list-request at lists.ximian.com>
To: monodevelop-list at lists.ximian.com
Sent: Thursday, 20 November, 2008 5:34:36 AM
Subject: Monodevelop-list Digest, Vol 43, Issue 21

Send Monodevelop-list mailing list submissions to
    monodevelop-list at lists.ximian.com

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.ximian.com/mailman/listinfo/monodevelop-list
or, via email, send a message with subject or body 'help' to
    monodevelop-list-request at lists.ximian.com

You can reach the person managing the list at
    monodevelop-list-owner at lists.ximian.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Monodevelop-list digest..."
Today's Topics:

   1. Re: Help Compiling Monodevelop2 (Bart Masschelein)
   2. mdtool build support for choosing configurations
      (Leszek Ciesielski)
   3. Null reference exception in
      TextEditor.VAdjustmentValueChanged (simozzer)
   4. Error after adding file to ASP .NET Web Application (simozzer)
   5. Re: MD crash while in the source code editor
      (Andr?s G. Aragoneses)
   6. Re: mdtool build support for choosing configurations
      (Michael Hutchinson)
   7. Re: mdtool build support for choosing configurations
      (Lluis Sanchez Gual)
   8. Re: Null reference exception in
      TextEditor.VAdjustmentValueChanged (Andr?s G. Aragoneses)



-----Inline Attachment Follows-----


Nope, the long-term plan is to switch to xbuild for building in MD as this will give us full msbuild compatibility. Xbuild will then eventually supersede 'mdtool build'.
On Nov 19, 2008 5:41 AM, "Leszek Ciesielski" <skolima at gmail.com> wrote:

Hi,

I've just build MonoDevelop from svn and found that mdtool build now
supports choosing the configuration from the command line. Good work!
(although the man page could be updated to reflect this :-) ). Are
there perhaps plans to extend this to allow setting any MSBuild
properties (after all, $(Configurations) is just one of the well-known
properties in MSBuild)?

Regards,

Leszek 'skolima' Ciesielski
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list
simozzer wrote:
> Hiya folks,
> 
> When using web projects I have experienced a recurring exception in

What version of MonoDevelop are you using? Can you provide the exception
log you may get if you run MonoDevelop on the console?


> '/monodevelop/main/src/addins/Mono.Texteditor/Mono.TextEditor/TextEditor.cs'
> which can be avoided with a small patch. My changes are highlighted in bold
> below..

Please use "svn diff" to provide patches. And use bugzilla for reporting
this problems.

Thanks!

    Andrés


> Alter the file:
> /monodevelop/main/src/addins/Mono.Texteditor/Mono.TextEditor/TextEditor.cs
> 
> 
>  void VAdjustmentValueChanged (object sender, EventArgs args)
>                 {
>                         repaint = true;
> //                              this.QueueDraw ();
> //                              return;
>                         if (buffer == null)
>                                 AllocateWindowBuffer (this.Allocation);
> 
>                         /* After calling AllocateWindoBuffer buffer still ==
> null (because !IsRealized) */
>                         if (buffer == null) return;
> 
> .....
> 
> 
> Cheers
> 
> Mozzy
> 


_______________________________________________
Monodevelop-list mailing list
Monodevelop-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list



      Make the switch to the world&#39;s best email. Get Yahoo!7 Mail! http://au.yahoo.com/y7mail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20081120/236dccc6/attachment.html 


More information about the Monodevelop-list mailing list