Bug 43613 - Integrate isComplete() work and merge with patches
Summary: Integrate isComplete() work and merge with patches
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Chris McLaren CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 42035 43407
  Show dependency tree
 
Reported: 2003-09-24 16:39 EDT by Douglas Pollock CLA
Modified: 2003-09-24 22:07 EDT (History)
2 users (show)

See Also:


Attachments
KeySequenceText, KeysPreferencePage, KeySupport, Workbench (33.18 KB, patch)
2003-09-24 16:45 EDT, Douglas Pollock CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Pollock CLA 2003-09-24 16:39:22 EDT
A signficant amount of refactoring has been done in the internal keys package. 
Update KeySupport and KeySequenceText to use this new code, and merge with
existing patches to the same code.
Comment 1 Douglas Pollock CLA 2003-09-24 16:45:49 EDT
Created attachment 6219 [details]
KeySequenceText, KeysPreferencePage, KeySupport, Workbench

Complete refactoring of code.  A lot of dead code removed from KeySequenceText,
and new code added to KeySupport to provide multiple matching in Workbench
(i.e., Ctrl+Shift+7 will also match Ctrl+Shift+& and Ctrl+&).

Adds support for mnemonic suppression.
Comment 2 Douglas Pollock CLA 2003-09-24 16:50:42 EDT
This fix is good on Windows XP.  Bug 43610 is blocking key strokes containing
"Alt+Shift+" from working on GTK.
Comment 3 Chris McLaren CLA 2003-09-24 22:07:35 EDT
patch good. fixed.