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 148340 Details for
Bug 287454
[KeyBindings] F16-F19 unusable as shortcut keys in General -> Keys
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]
Patch v01
F16-20Keys 01.txt (text/plain), 5.32 KB, created by
Prakash Rangaraj
on 2009-09-29 12:47:18 EDT
(
hide
)
Description:
Patch v01
Filename:
MIME Type:
Creator:
Prakash Rangaraj
Created:
2009-09-29 12:47:18 EDT
Size:
5.32 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface >Index: .settings/.api_filters >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/.settings/.api_filters,v >retrieving revision 1.2 >diff -u -r1.2 .api_filters >--- .settings/.api_filters 30 Jul 2009 07:03:31 -0000 1.2 >+++ .settings/.api_filters 29 Sep 2009 16:48:26 -0000 >@@ -1,5 +1,37 @@ > <?xml version="1.0" encoding="UTF-8" standalone="no"?> > <component id="org.eclipse.jface" version="2"> >+ <resource path="src/org/eclipse/jface/bindings/keys/IKeyLookup.java" type="org.eclipse.jface.bindings.keys.IKeyLookup"> >+ <filter id="403767336"> >+ <message_arguments> >+ <message_argument value="org.eclipse.jface.bindings.keys.IKeyLookup"/> >+ <message_argument value="F17_NAME"/> >+ </message_arguments> >+ </filter> >+ <filter id="403767336"> >+ <message_arguments> >+ <message_argument value="org.eclipse.jface.bindings.keys.IKeyLookup"/> >+ <message_argument value="F20_NAME"/> >+ </message_arguments> >+ </filter> >+ <filter id="403767336"> >+ <message_arguments> >+ <message_argument value="org.eclipse.jface.bindings.keys.IKeyLookup"/> >+ <message_argument value="F19_NAME"/> >+ </message_arguments> >+ </filter> >+ <filter id="403767336"> >+ <message_arguments> >+ <message_argument value="org.eclipse.jface.bindings.keys.IKeyLookup"/> >+ <message_argument value="F18_NAME"/> >+ </message_arguments> >+ </filter> >+ <filter id="403767336"> >+ <message_arguments> >+ <message_argument value="org.eclipse.jface.bindings.keys.IKeyLookup"/> >+ <message_argument value="F16_NAME"/> >+ </message_arguments> >+ </filter> >+ </resource> > <resource path="src/org/eclipse/jface/dialogs/PopupDialog.java" type="org.eclipse.jface.dialogs.PopupDialog"> > <filter id="388194388"> > <message_arguments> >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/META-INF/MANIFEST.MF,v >retrieving revision 1.31 >diff -u -r1.31 MANIFEST.MF >--- META-INF/MANIFEST.MF 30 Jul 2009 07:03:31 -0000 1.31 >+++ META-INF/MANIFEST.MF 29 Sep 2009 16:48:26 -0000 >@@ -2,7 +2,7 @@ > Bundle-ManifestVersion: 2 > Bundle-Name: %pluginName > Bundle-SymbolicName: org.eclipse.jface >-Bundle-Version: 3.5.100.qualifier >+Bundle-Version: 3.6.0.qualifier > Bundle-ClassPath: . > Bundle-Vendor: %providerName > Bundle-Localization: plugin >Index: src/org/eclipse/jface/bindings/keys/IKeyLookup.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/IKeyLookup.java,v >retrieving revision 1.5 >diff -u -r1.5 IKeyLookup.java >--- src/org/eclipse/jface/bindings/keys/IKeyLookup.java 28 Mar 2005 14:57:36 -0000 1.5 >+++ src/org/eclipse/jface/bindings/keys/IKeyLookup.java 29 Sep 2009 16:48:26 -0000 >@@ -145,6 +145,41 @@ > public static final String F15_NAME = "F15"; //$NON-NLS-1$ > > /** >+ * The formal name of the 'F16' key. >+ * >+ * @since 3.6 >+ */ >+ public static final String F16_NAME = "F16"; //$NON-NLS-1$ >+ >+ /** >+ * The formal name of the 'F17' key. >+ * >+ * @since 3.6 >+ */ >+ public static final String F17_NAME = "F17"; //$NON-NLS-1$ >+ >+ /** >+ * The formal name of the 'F18' key. >+ * >+ * @since 3.6 >+ */ >+ public static final String F18_NAME = "F18"; //$NON-NLS-1$ >+ >+ /** >+ * The formal name of the 'F19' key. >+ * >+ * @since 3.6 >+ */ >+ public static final String F19_NAME = "F19"; //$NON-NLS-1$ >+ >+ /** >+ * The formal name of the 'F20' key. >+ * >+ * @since 3.6 >+ */ >+ public static final String F20_NAME = "F20"; //$NON-NLS-1$ >+ >+ /** > * The formal name of the 'F2' key. > */ > public static final String F2_NAME = "F2"; //$NON-NLS-1$ >Index: src/org/eclipse/jface/bindings/keys/SWTKeyLookup.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/SWTKeyLookup.java,v >retrieving revision 1.11 >diff -u -r1.11 SWTKeyLookup.java >--- src/org/eclipse/jface/bindings/keys/SWTKeyLookup.java 25 May 2009 20:52:38 -0000 1.11 >+++ src/org/eclipse/jface/bindings/keys/SWTKeyLookup.java 29 Sep 2009 16:48:26 -0000 >@@ -157,6 +157,21 @@ > final Integer f15 = new Integer(SWT.F15); > naturalKeyTable.put(F15_NAME, new Integer(SWT.F15)); > nameTable.put(f15, F15_NAME); >+ final Integer f16 = new Integer(SWT.F16); >+ naturalKeyTable.put(F16_NAME, new Integer(SWT.F16)); >+ nameTable.put(f16, F16_NAME); >+ final Integer f17 = new Integer(SWT.F17); >+ naturalKeyTable.put(F17_NAME, new Integer(SWT.F17)); >+ nameTable.put(f17, F17_NAME); >+ final Integer f18 = new Integer(SWT.F18); >+ naturalKeyTable.put(F18_NAME, new Integer(SWT.F18)); >+ nameTable.put(f18, F18_NAME); >+ final Integer f19 = new Integer(SWT.F19); >+ naturalKeyTable.put(F19_NAME, new Integer(SWT.F19)); >+ nameTable.put(f19, F19_NAME); >+ final Integer f20 = new Integer(SWT.F20); >+ naturalKeyTable.put(F20_NAME, new Integer(SWT.F20)); >+ nameTable.put(f20, F20_NAME); > final Integer ff = new Integer(12); // ASCII 0x0C > naturalKeyTable.put(FF_NAME, ff); > nameTable.put(ff, FF_NAME);
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 287454
: 148340