Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread marc hoffman
Sandy, On 02/18/2009 01:05 PM, Joachim Ante wrote: just really difficult to make the mental switch for all the hotkeys like cmd-c / ctrl-c for copy paste etc. So the faster this one gets fixed, the faster / easier I can convince people to use Mono Develop instead of what ever text editor

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Kris Ray
That would be a great idea. I use MonoDevelop primarily on Linux, but I will also have to release Mac versions of our software. Currently, Mac monodevelop is a bit flaky. Nothing major (beyond what was intentionally removed), but it is very annoying at times. Also, it looks like the

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Alan McGovern
Hey, That can be fixed by using a dllmap to reroute the native library to the correct one for macos. If you can create a patch to update the dllmap to pick up the correct libraries on MacOS and attach it to bugzilla, it might be possible to enable the SVN addin by default.

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Kris Ray
I tried to do it this way previously, but I think I was doing something wrong. Is this dllmap option supposed to be in the application's config file or some sort of global mono config file. Just let me know, and I'll test / submit the solution. thanks, Kris

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Rafael Teixeira
Short answer: You need a per managed dll .config file. http://www.mono-project.com/Interop_with_Native_Libraries#Library_Names is particularly helpful. Another exceprt from http://www.mono-project.com/Interop_with_Native_Libraries Note: Mono uses GLib to load libraries, and GLib has a bug on

Re: [Mono-dev] signal.c cross-thread access

2009-02-19 Thread tim.jenks
Hi, I was wondering if there was any update on a review for this patch? Cheers -Tim -Original Message- From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of tim.je...@realtimeworlds.com Sent: 12 February 2009 14:51 To:

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Sandy Armstrong
On 02/19/2009 03:06 AM, marc hoffman wrote: Sandy, On 02/18/2009 01:05 PM, Joachim Ante wrote: just really difficult to make the mental switch for all the hotkeys like cmd-c / ctrl-c for copy paste etc. So the faster this one gets fixed, the faster / easier I can convince people to use Mono

[Mono-dev] Mono process crashes after closing client socket

2009-02-19 Thread FirstName LastName
Hi, I'm working with mono 2.0 on a ARM. I'm seeing a strange problem. I have a client application that receives a HTTP MJPEG stream from my ARM. Sometimes, when closing the client, the tcp socket is properly handled in mono. But sometimes, the mono process stop instantly with no

[Mono-dev] Can't debug from monodevelop with 2.2

2009-02-19 Thread pablosantosl...@terra.es
Hi, I've upgraded my develop machine main mono installation to 2.2 and now I can't debug using monodevelop (ouch!). Whenever it tries to launch a process it says it needs Mono.Cecil 0.6.8.8607 but now what I have is something like 0.6.9.xxx I've tried with the latest monodevelop (just

Re: [Mono-dev] Oracle Data Client issue

2009-02-19 Thread Veerapuram Varadhan
Patch applied: r127379 in trunk and r127424 in 2.4 branch. As Daniel mentioned, we would need a small re-runnable test program to add to our test suite. TIA, V. Varadhan On Wed, 2009-02-18 at 10:18 +, russell@realtimeworlds.com wrote: Can someone please approve / apply this patch...

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Kris Ray
It works. You just need to add the following lines: dllmap dll=libsvn_client-1.so.0 target=libsvn_client-1.dylib / dllmap dll=libapr-0.so.0 target=libapr-1.0.dylib / to this file: /Library/Frameworks/Mono.framework/Home/etc/mono/config I entered this bug:

[Mono-dev] Patch for Bug #477447

2009-02-19 Thread David Mitchell
Attached is a patch for https://bugzilla.novell.com/show_bug.cgi?id=477447. Would someone mind reviewing/applying it? I would attach the patch to the bug itself, but I can¹t access Novell¹s Bugzilla right now. Here¹s the text that I would have added as a comment: I am still unable to create a

Re: [Mono-dev] Can't debug from monodevelop with 2.2

2009-02-19 Thread pablosantosl...@terra.es
Hi Lluis, Just installed from the official repositories: mono 2.2 and your last MD. It works with mono 2.0.1 I'm using OpenSuse 11 Another question: it seems the variable inspection does not work with generic collections, does it? Thanks, pablo Lluis Sanchez escribió: Looks like your

Re: [Mono-dev] Patch for Bug #477447

2009-02-19 Thread Marek Safar
Hi David, Attached is a patch for https://bugzilla.novell.com/show_bug.cgi?id=477447. Would someone mind reviewing/applying it? I would attach the patch to the bug itself, but I can’t access Novell’s Bugzilla right now. Here’s the text that I would have added as a comment: I am still

[Mono-dev] Could anyone review this small TDSClient patch?

2009-02-19 Thread Tom Hindle
RE: class/Mono.Data.TdsClient/Mono.Data.TdsClient/TdsDataReader.cs Patch attached to bugzilla entry: https://bugzilla.novell.com/show_bug.cgi?id=466199 Thanks ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Could anyone review this small TDSClient patch?

2009-02-19 Thread Nagappan A
Hello Hindle, Its good to commit. You can commit this. Thanks Nagappan On Thu, Feb 19, 2009 at 1:17 PM, Tom Hindle tom_hin...@sil.org wrote: RE: class/Mono.Data.TdsClient/Mono.Data.TdsClient/TdsDataReader.cs Patch attached to bugzilla entry:

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread marc hoffman
Sandy, yesno. ;). it works for the editor itself (first thing i did when i tried MD ;), but not in other areas of the UI, where you still need Ctrl+CXV (which makes it even more annoying, if anything). Really? My version of MD on Linux lets you specify custom key commands for everything in

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Michael Hutchinson
On Thu, Feb 19, 2009 at 6:43 PM, marc hoffman m...@elitedev.com wrote: Sandy, yesno. ;). it works for the editor itself (first thing i did when i tried MD ;), but not in other areas of the UI, where you still need Ctrl+CXV (which makes it even more annoying, if anything). Really? My version

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Michael Hutchinson
On Wed, Feb 18, 2009 at 11:23 AM, Geoff Norton gnor...@novell.com wrote: On Wed, 2009-02-18 at 06:35 -0800, Sandy Armstrong wrote: On 02/18/2009 06:28 AM, Joachim Ante wrote: Hi, Are you guys planning to switch to Mac OS X native menus and hotkeys that fit existing Mac applications for

Re: [Mono-dev] Mono Develop native menus on Mac OS X

2009-02-19 Thread Michael Hutchinson
On Thu, Feb 19, 2009 at 10:13 AM, Sandy Armstrong sanfordarmstr...@gmail.com wrote: On 02/19/2009 03:06 AM, marc hoffman wrote: Sandy, On 02/18/2009 01:05 PM, Joachim Ante wrote: just really difficult to make the mental switch for all the hotkeys like cmd-c / ctrl-c for copy paste etc. So

Re: [Mono-dev] Could anyone review this small TDSClient patch?

2009-02-19 Thread Veerapuram Varadhan
Hello Hindle, Thanks for the patch. Committed in r127494 in trunk and r127493 in 2.4 Thanks, V. Varadhan On Thu, 2009-02-19 at 14:12 -0800, Nagappan A wrote: Hello Hindle, Its good to commit. You can commit this. Thanks Nagappan On Thu, Feb 19, 2009 at 1:17 PM, Tom Hindle