Details
Description
say you have the following code, with the cursor positionned as indicated
class StringDelimiterCompletion {
def method() {
println <CURSOR>
}
}
when typing ", I expect the editor to become
class StringDelimiterCompletion {
def method() {
println "<CURSOR>"
}
}
it used to work, I am sure, in previous snapshots
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 2.0.1M1 [ 16072 ] | |
| Original Estimate | 0 minutes [ 0 ] | |
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.0.0RC1 [ 15956 ] | |
| Remaining Estimate | 0 minutes [ 0 ] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Duplicate [ 3 ] |
Andrew Eisenberg
made changes -
| Affects Version/s | 2.0.1M1 [ 16072 ] | |
| Affects Version/s | 2.0.1Release [ 16074 ] |
Same as
GRECLIPSE-611