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 43926 - [2004-06-08] Keyboard manipulation of sliding windows
Summary: [2004-06-08] Keyboard manipulation of sliding windows
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: A11Y
Depends on:
Blocks: 41470
  Show dependency tree
 
Reported: 2004-05-27 12:54 UTC by David Simonek
Modified: 2008-12-22 22:38 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Simonek 2004-05-27 12:54:49 UTC
- shortcut to enable/disable auto-hide for focused
window (=equal to pin button funcionality)

(need specification of shortcut key from HIE)
Comment 1 David Simonek 2004-05-27 15:32:16 UTC
Completion date unknown for now, we need shortcut spec first.
Comment 2 David Simonek 2004-06-03 13:09:40 UTC
Note: Chosen keyboard shorcut is Ctrl+Backspace.
Comment 3 David Simonek 2004-06-08 13:45:05 UTC
Implemented in main trunk. 

cvs log:
Checking in tabcontrol/TabDisplayer.java;

/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/TabDisplayer.java,v
 <--  TabDisplayer.java

new revision: 1.4; previous revision: 1.3

done

Checking in tabcontrol/TabDisplayerUI.java;

/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/TabDisplayerUI.java,v
 <--  TabDisplayerUI.java

new revision: 1.3; previous revision: 1.2

done

Processing log script arguments...

More commits to come...

Checking in tabcontrol/plaf/AbstractTabDisplayerUI.java;

/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/AbstractTabDisplayerUI.java,v
 <--  AbstractTabDisplayerUI.java

new revision: 1.3; previous revision: 1.2

done

Checking in tabcontrol/plaf/AbstractViewTabDisplayerUI.java;

/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/AbstractViewTabDisplayerUI.java,v
 <--  AbstractViewTabDisplayerUI.java

new revision: 1.6; previous revision: 1.5

done

Checking in tabcontrol/plaf/DefaultTabbedContainerUI.java;

/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/DefaultTabbedContainerUI.java,v
 <--  DefaultTabbedContainerUI.java

new revision: 1.5; previous revision: 1.4

done
Comment 4 Jesse Glick 2004-06-08 15:08:53 UTC
I have to say that Ctrl-Backspace is a poor choice of KB shortcut for
something having to do with window manipulation. Normal apps use
Ctrl-Backspace to mean "delete previous word", what our editor (for
mysterious reasons) binds to Ctrl-W.

Something like Ctrl-Escape would at least more closely resemble other
window-related shortcuts.

Is this shortcut overridable in the normal IDE key bindings dialog, at
least?