Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 134110 Details for
Bug 226988
[KeyBindings] regex content assist tooltip has wrong key format for Mac OSX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix attempt (needs bug 274690)
226988_patch.txt (text/plain), 3.12 KB, created by
Markus Keller
on 2009-05-01 15:53:29 EDT
(
hide
)
Description:
Fix attempt (needs bug 274690)
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2009-05-01 15:53:29 EDT
Size:
3.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java,v >retrieving revision 1.8 >diff -u -r1.8 NativeKeyFormatter.java >--- Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java 1 Oct 2008 15:36:11 -0000 1.8 >+++ Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java 1 May 2009 19:54:22 -0000 >@@ -68,7 +68,6 @@ > CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ >- CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$ >Index: Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java,v >retrieving revision 1.8 >diff -u -r1.8 MacKeyFormatter.java >--- Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java 15 Jun 2005 18:41:21 -0000 1.8 >+++ Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java 1 May 2009 19:54:22 -0000 >@@ -61,7 +61,6 @@ > KEY_LOOKUP > .put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$ > KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$ >- KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$ > KEY_LOOKUP > .put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$ > KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$ >#P org.eclipse.jface >Index: src/org/eclipse/jface/bindings/keys/formatting/NativeKeyFormatter.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/formatting/NativeKeyFormatter.java,v >retrieving revision 1.13 >diff -u -r1.13 NativeKeyFormatter.java >--- src/org/eclipse/jface/bindings/keys/formatting/NativeKeyFormatter.java 1 Oct 2008 15:36:19 -0000 1.13 >+++ src/org/eclipse/jface/bindings/keys/formatting/NativeKeyFormatter.java 1 May 2009 19:54:23 -0000 >@@ -66,7 +66,6 @@ > final String carbonDelete = "\u2326"; //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(IKeyLookup.DEL_NAME, carbonDelete); > CARBON_KEY_LOOK_UP.put(IKeyLookup.DELETE_NAME, carbonDelete); >- CARBON_KEY_LOOK_UP.put(IKeyLookup.SPACE_NAME, "\u2423"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(IKeyLookup.ALT_NAME, "\u2325"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(IKeyLookup.COMMAND_NAME, "\u2318"); //$NON-NLS-1$ > CARBON_KEY_LOOK_UP.put(IKeyLookup.CTRL_NAME, "\u2303"); //$NON-NLS-1$
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226988
: 134110