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 248894 Details for
Bug 121057
[jres] 'Execution Environments' preference page not updated after JRE addition
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]
UI patch to support Apply in Build Path Preference page
Bug 121057 - JDT UI New.patch (text/plain), 2.13 KB, created by
Sarika Sinha
on 2014-11-25 04:07:39 EST
(
hide
)
Description:
UI patch to support Apply in Build Path Preference page
Filename:
MIME Type:
Creator:
Sarika Sinha
Created:
2014-11-25 04:07:39 EST
Size:
2.13 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >diff --git ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java >index 3f13303..e1908db 100644 >--- ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java >+++ ui/org/eclipse/jdt/internal/ui/preferences/BuildPathsPropertyPage.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2012 IBM Corporation and others. >+ * Copyright (c) 2000, 2014 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -74,8 +74,8 @@ > */ > @Override > protected Control createContents(Composite parent) { >- // ensure the page has no special buttons >- noDefaultAndApplyButton(); >+ // ensure the page has only Apply button >+ noDefaultButton(); > > IProject project= getProject(); > Control result; >diff --git ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties >index 74e4d9a..ca664a0 100644 >--- ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties >+++ ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties >@@ -22,7 +22,7 @@ > BuildPathsPropertyPage_closed_project_message=Java information is not available for a closed project. > > BuildPathsPropertyPage_unsavedchanges_title=Setting Java Build Path >-BuildPathsPropertyPage_unsavedchanges_message=The Java Build Path property page contains unsaved modifications. Do you want to save changes so that other build path related property pages can be updated? >+BuildPathsPropertyPage_unsavedchanges_message=This page contains unsaved modifications. Do you want to save changes so that other related pages can be updated? > BuildPathsPropertyPage_unsavedchanges_button_save=Apply > BuildPathsPropertyPage_unsavedchanges_button_discard=Discard > BuildPathsPropertyPage_unsavedchanges_button_ignore=Apply Later
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 121057
:
248562
|
248563
|
248564
|
248892
|
248893
|
248894
|
249124
|
249125
|
249126
|
249127
|
249277
|
249279
|
249458
|
249512