This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 113135 - The Debug Main Project short cut does not work on the Mac
Summary: The Debug Main Project short cut does not work on the Mac
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: REGRESSION
: 108345 118944 149422 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-17 20:36 UTC by Trey Spiva
Modified: 2008-10-09 05:47 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Trey Spiva 2007-08-17 20:36:41 UTC
The short cut for Debug Main Project is used to toggle the "Voice Over" on and off.
Comment 1 John Jullion-ceccarelli 2007-08-20 18:37:43 UTC
Reassigning to Ken and reducing priority. There are numerous shortcuts and even menu items that are different on
Macintosh. These will all be dealt with in the online help and/or in a web document.
Comment 2 Trey Spiva 2007-08-20 18:49:56 UTC
This is not a matter of the short cuts being different.  This is a matter of the short cut does not work.  As far as I know there is not shortcut that does work.  It 
was working until just recently.  It stopped working when the short cut was changed from F5 to Shift-F5.  This is a regression.
Comment 3 John Jullion-ceccarelli 2007-08-20 19:10:29 UTC
If there is no working shortcut for Mac then this is a regression and it's not just a docs bug. Martin, do you know if
there's a Mac shortcut for this? 
Comment 4 Trey Spiva 2007-08-20 19:58:34 UTC
Actually new new shortcut is Apple + F5 not shift F5.  The Apple+F5 is the keystroke that does not work. 
Comment 5 Martin Entlicher 2007-08-21 11:22:52 UTC
So the new shortcuts need to be reconsidered. Moving to UI component - this change was done in the new NetBeans shortcut
profile.
Comment 6 Marian Mirilovic 2007-10-12 15:24:16 UTC
Jano, is anybody working on this ? It's P2.
Comment 7 Roman Ondruska 2007-10-12 15:46:55 UTC
I talked to Ondrej about it some time ago; I believe he did some investigation, but I am not sure if we have any result.
To put is simply, current shortcut is consumed by the Mac OS...
Comment 8 jrojcek 2007-10-16 14:33:41 UTC
Yes, Mac assigns most of the F* shortcuts to system-wide actions, which is a big problem we can only avoid by using more complicated default shortcuts for 
our actions. For example for Debug Main Project we can use Ctrl-Cmd-F5 or Alt-Cmd-F5.

Reassigning to Ondrej.
Comment 9 Trey Spiva 2007-10-16 14:59:15 UTC
Is it possible to use the same shortcuts that are used by xcode when on the mac?  That way the shortcuts are consistent.
Comment 10 jrojcek 2007-10-16 15:31:00 UTC
That's also an option. It would probably mean to revamp the shortcuts completely on Mac.
Comment 11 Ondrej Langr 2007-10-16 20:19:10 UTC
I agree with Jano. Let's use Ctrl + Cmd + F5. There is no risc of clash with a shortcut translated from PC as the
shortcut tranlated to Ctrl + Cmd + F5 on Mac would be Ctrl + Alt + F5 on PC, which can not be used due to KDE anyway.
Comment 12 Roman Ondruska 2007-10-17 13:43:50 UTC
So the suggestion is to use a special shortcut Ctrl + Cmd + F5 on Mac and the existing shortcut Ctrl + F5 on other
platforms. I agree that it is probably the best solution. Problem is that it is not doable from debugging modules (or at
least we do not know how to do it). This issue should be reassigned to someone who worked on shortcuts implementation
(recent revision). Probably someone from NB Core?
Comment 13 Ondrej Langr 2007-10-17 14:30:41 UTC
*** Issue 108345 has been marked as a duplicate of this issue. ***
Comment 14 Stanislav Aubrecht 2007-10-18 11:13:25 UTC
fixed

/cvs/ide/defaults/src/org/netbeans/modules/defaults/mf-layer.xml,v  <--  mf-layer.xml
new revision: 1.52; previous revision: 1.51
Comment 15 Ondrej Langr 2007-10-18 11:19:12 UTC
VERIFIED.
Comment 16 Ondrej Langr 2007-10-18 14:21:20 UTC
*** Issue 118944 has been marked as a duplicate of this issue. ***
Comment 17 Ondrej Langr 2007-10-19 09:58:17 UTC
There is a problem with this: on windows, where the shortcut is Ctrl + F5, the menu item shows the shortcut Ctrl + Meta
+ F5!
Comment 18 Stanislav Aubrecht 2007-10-22 12:34:52 UTC
fixed

Checking in core/applemenu/src/org/netbeans/modules/applemenu/layer.xml;
/cvs/core/applemenu/src/org/netbeans/modules/applemenu/layer.xml,v  <--  layer.xml
new revision: 1.4; previous revision: 1.3
done
Checking in ide/defaults/src/org/netbeans/modules/defaults/mf-layer.xml;
/cvs/ide/defaults/src/org/netbeans/modules/defaults/mf-layer.xml,v  <--  mf-layer.xml
new revision: 1.54; previous revision: 1.53
Comment 19 Ondrej Langr 2008-10-08 14:31:19 UTC
As indicated in #149422, the new shortcut (ctrl + cmd + F5) does not seem to work. 

Reopening this issue.
Comment 20 Ondrej Langr 2008-10-08 14:31:50 UTC
*** Issue 149422 has been marked as a duplicate of this issue. ***
Comment 21 Stanislav Aubrecht 2008-10-08 15:54:40 UTC
fixed (for some reason MD-F5.shadow doesn't work anymore and CM-F5.shadow is required)

ae5e042986c2
Comment 22 Quality Engineering 2008-10-09 05:47:40 UTC
Integrated into 'main-golden', will be available in build *200810090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ae5e042986c2
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #113135 - The Debug Main Project short cut does not work on the Mac