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

2009-03-04 Thread Trevor Chong
Hey guys, Just wanted to say awesome job with Mono Develop. There are a few kinks but overall, I've ditched Parallels/.NET for MonoDevelop for the most part. I'm not an advanced coder but I do second the CMD key issue is a deal breaker. For quick small changes, I will load up MonoDevelop, but

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

2009-02-22 Thread Andreas Färber
Am 20.02.2009 um 01:12 schrieb Michael Hutchinson: On Wed, Feb 18, 2009 at 11:23 AM, Geoff Norton gnor...@novell.com wrote: I have a patch somewhere or other for the menu (its 2 lines of code). The hotkeys I havn't looked into yet tho. We should probably move this discussion to the

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

2009-02-22 Thread Michael Hutchinson
On Sun, Feb 22, 2009 at 9:53 AM, Andreas Färber andreas.faer...@web.de wrote: Am 20.02.2009 um 01:12 schrieb Michael Hutchinson: [...] * menu item sensitivity is not respected, so items are always sensitive even when they cannot be used IIUC, this is standard Mac behavior, not a major issue.

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

2009-02-20 Thread marc hoffman
Michael, yes. what i meant was that if i remapped, say Ctrl+C to Cmd+c, then that shortcut works in the code editor. but if i open a dialog and - say - configure project options such as, i don't know, output path, those edit boxes in the dialogs still responded to Ctrl+C, but not to Cmd+C.

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

2009-02-20 Thread Miguel de Icaza
Ctrl-X/V/C shortcuts for text widgets are a GTK thing. The only way we could fix that in MD would be do add a command handler to every single text entry widget, which would be extremely messy. This needs to be handled by the Mac GTK. This we can hack; We control the Gtk+ that we ship with

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
-list-boun...@lists.ximian.com on behalf of Miguel de Icaza Sent: Wed 2/18/2009 1:35 PM To: Joachim Ante Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono Develop native menus on Mac OS X Hello, Are you guys planning to switch to Mac OS X native menus and hotkeys that fit

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

2009-02-19 Thread Alan McGovern
*.dylib. thanks, Kris -- *From:* mono-devel-list-boun...@lists.ximian.com on behalf of Miguel de Icaza *Sent:* Wed 2/18/2009 1:35 PM *To:* Joachim Ante *Cc:* mono-devel-list@lists.ximian.com *Subject:* Re: [Mono-dev] Mono Develop native menus on Mac OS X Hello

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

2009-02-19 Thread Kris Ray
From: Alan McGovern [mailto:alan.mcgov...@gmail.com] Sent: Thu 2/19/2009 6:29 AM To: Kris Ray Cc: Miguel de Icaza; Joachim Ante; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono Develop native menus on Mac OS X Hey, That can be fixed by using a dllmap to reroute the native

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

2009-02-19 Thread Rafael Teixeira
*Subject:* Re: [Mono-dev] Mono Develop native menus on Mac OS X 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

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

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

2009-02-19 Thread Kris Ray
://bugzilla.novell.com/show_bug.cgi?id=477790 thanks, Kris -Original Message- From: Rafael Teixeira [mailto:mono...@gmail.com] Sent: Thu 2/19/2009 7:19 AM To: Kris Ray Cc: Alan McGovern; Miguel de Icaza; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Mono Develop native menus on Mac OS X

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

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

2009-02-18 Thread Joachim Ante
Hi, Are you guys planning to switch to Mac OS X native menus and hotkeys that fit existing Mac applications for Mono Develop 2.0? (bug 367030) Maybe this seems like a minor nuisance, but I think that if we were to include Mono Develop in Unity with menus as they are now on Mac OS X instead

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

2009-02-18 Thread Sandy Armstrong
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 Mono Develop 2.0? (bug 367030) I can't speak for the MonoDevelop guys, but I can say that this would not be hard for a new contributor

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

2009-02-18 Thread Geoff Norton
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 Mono Develop 2.0? (bug 367030) I can't speak for the MonoDevelop guys,

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

2009-02-18 Thread Miguel de Icaza
Hello, Are you guys planning to switch to Mac OS X native menus and hotkeys that fit existing Mac applications for Mono Develop 2.0? (bug 367030) Maybe this seems like a minor nuisance, but I think that if we were to include Mono Develop in Unity with menus as they are now on Mac OS

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

2009-02-18 Thread Joachim Ante
Funny you would mention this, we were just discussing that at lunch today, and we want to make this happen. My major concern is not as much the menu itself, but any other bugs that we might not be aware of in MonoDevelop/Mac, since none of us use a Mac as our main system. We only

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

2009-02-18 Thread Sandy Armstrong
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 they are

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

2009-02-18 Thread Miguel de Icaza
Hello Joachim, We will switch to Mono Develop as the default script editor in Unity this summer on Mac OS X. Those are great news, and also should be a great motivator to get the OSX issues sorted out! The menu item is kind of taking the wind out of my sails though. It's just really