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 186050 Details for
Bug 255619
[resolver][external tools] External tools variable ${selected_text} strips double quotes, whitespace.
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]
proposted patch v2 - slightly refactored
20110104_255619.patch (text/plain), 995 bytes, created by
Pawel Piech
on 2011-01-04 16:24:30 EST
(
hide
)
Description:
proposted patch v2 - slightly refactored
Filename:
MIME Type:
Creator:
Pawel Piech
Created:
2011-01-04 16:24:30 EST
Size:
995 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.debug.core >Index: core/org/eclipse/debug/core/DebugPlugin.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.debug.core/core/org/eclipse/debug/core/DebugPlugin.java,v >retrieving revision 1.173 >diff -u -r1.173 DebugPlugin.java >--- core/org/eclipse/debug/core/DebugPlugin.java 24 Sep 2010 19:43:15 -0000 1.173 >+++ core/org/eclipse/debug/core/DebugPlugin.java 4 Jan 2011 21:19:06 -0000 >@@ -1283,7 +1283,10 @@ > if (ch == '\\') { > ch= getNext(); > if (ch != '"') { // Only escape double quotes >- buf.append('\\'); >+ if (!Platform.getOS().equals(Constants.OS_MACOSX)) { >+ // @see Bug 255619. Mac OS X requires a slightly different treatment >+ buf.append('\\'); >+ } > } else { > if (Platform.getOS().equals(Constants.OS_WIN32)) { > // @see Bug 26870. Windows requires an extra escape for embedded strings
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 255619
:
185923
|
185924
| 186050