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 135817 Details for
Bug 276162
[KeyBindings] Exporting key preferences to CSV does not warn of overwriting file
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]
Proposed patch
patch.txt (text/plain), 909 bytes, created by
Mike Morearty
on 2009-05-14 12:39:37 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Mike Morearty
Created:
2009-05-14 12:39:37 EDT
Size:
909 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/keys/model/KeyController.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/model/KeyController.java,v >retrieving revision 1.6 >diff -u -r1.6 KeyController.java >--- Eclipse UI/org/eclipse/ui/internal/keys/model/KeyController.java 24 Apr 2009 15:06:03 -0000 1.6 >+++ Eclipse UI/org/eclipse/ui/internal/keys/model/KeyController.java 14 May 2009 16:38:05 -0000 >@@ -506,6 +506,7 @@ > fileDialog.setFilterExtensions(new String[] { "*.csv" }); //$NON-NLS-1$ > fileDialog.setFilterNames(new String[] { Util.translateString( > RESOURCE_BUNDLE, "csvFilterName") }); //$NON-NLS-1$ >+ fileDialog.setOverwrite(true); > final String filePath = fileDialog.open(); > if (filePath == null) { > return;
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
Flags:
pwebster
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 276162
: 135817