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 146848 Details for
Bug 30881
[type hierarchy] Type hierarchy should be computed in a background thread
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 for IJavaHelpContextIds
patch_30881_help.txt (text/plain), 1.14 KB, created by
Raksha Vasisht
on 2009-09-10 05:51:45 EDT
(
hide
)
Description:
Patch for IJavaHelpContextIds
Filename:
MIME Type:
Creator:
Raksha Vasisht
Created:
2009-09-10 05:51:45 EDT
Size:
1.14 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java,v >retrieving revision 1.144 >diff -u -r1.144 IJavaHelpContextIds.java >--- ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java 3 Aug 2009 09:37:05 -0000 1.144 >+++ ui/org/eclipse/jdt/internal/ui/IJavaHelpContextIds.java 10 Sep 2009 09:50:10 -0000 >@@ -236,6 +236,11 @@ > public static final String TOGGLE_SMART_TYPING_ACTION= PREFIX + "toggle_smart_typing_action"; //$NON-NLS-1$ > public static final String INDENT_ACTION= PREFIX + "indent_action"; //$NON-NLS-1$ > >+ /** >+ * @since 3.6 >+ */ >+ public static final String TYPE_HIERARCHY_CANCEL_COMPUTATION_ACTION= PREFIX + "type_hierarchy_cancel_action"; //$NON-NLS-1$ >+ > // Dialogs > public static final String MAINTYPE_SELECTION_DIALOG= PREFIX + "maintype_selection_dialog_context"; //$NON-NLS-1$ > public static final String OPEN_TYPE_DIALOG= PREFIX + "open_type_dialog_context"; //$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 30881
:
146846
|
146848
|
148399
|
148408
|
150907
|
150908
|
151768