Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.2.Release
-
Fix Version/s: 2.6.0.Release
-
Component/s: Quick fix/assist
-
Labels:
-
Patch Submitted:Yes
-
Number of attachments :
Description
This quick-assist will convert from a single-line string to a multiline string.
Eg-
'hello'
becomes
'''hello'''
and
"hello"
becomes
"""hello"""
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Labels | help-requested quick-assist |
Andrew Eisenberg
made changes -
| Priority | Major [ 3 ] | Minor [ 4 ] |
Nick Sawadsky
made changes -
| Attachment | org.codehaus.groovy.eclipse.quickfix.patch [ 57701 ] |
Andrew Eisenberg
made changes -
| Patch Submitted | [Yes] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.6.0.Release [ 17849 ] | |
| Resolution | Fixed [ 1 ] |
Andrew Eisenberg
made changes -
| Component/s | Quick fix/assist [ 15458 ] | |
| Component/s | Editor [ 13142 ] | |
| Component/s | Refactoring [ 13161 ] |
Hi Andrew,
Here is the patch I created! Seems to work, let me know what you think. Thanks again for all your help.
Nick