Details
Description
trying to add "[]" around "0,3,0,3" in "(0,3,0,3)" (see the following code) and couldn't close the "]" with the 1.5.1 plugin, it would insert ")" instead. Can someone else test and confirm?
From
comboBox(id: 'locations', border: emptyBorder(0,3,0,3)
to
comboBox(id: 'locations', border: emptyBorder([0,3,0,3)
then type the "]", it will be replaced by ")"
comboBox(id: 'locations', border: emptyBorder([0,3,0,3])
result
comboBox(id: 'locations', border: emptyBorder([0,3,0,3)
I think there is the same issue with [(3)]
Activity
Edward Povazan
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | Code Completion [ 13144 ] | |
| Component/s | Editor [ 13142 ] |
James E. Ervin
made changes -
| Assignee | Edward Povazan [ emp ] | Mike Klenk [ surffan ] |
Mike Klenk
made changes -
| Fix Version/s | 1.5.7 [ 14610 ] |
Mike Klenk
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |