Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.6.0.Release
-
Fix Version/s: None
-
Component/s: Editor, Formatting
-
Labels:
-
Number of attachments :
Description
One issue that I have come across while editing is the following:
[key:1]
Pressing Ctrl + Alt + Down (Copy Line(s) Down) 5 times consecutivesly while positioned on the line will produce the following in the editor:
[key:1]
[key:1]
[key:1]
[key:1]
[key:1]
[key:1]
This behavior is also observed with the following snippet:
call name: 'foo'
Which produces:
call name: 'foo'
call name: 'foo'
call name: 'foo'
call name: 'foo'
call name: 'foo'
call name: 'foo'
Note, however, that this does not happen with:
call name: 111
I'm not sure of all the conditions this happens under, but it happens frequently enough to be really annoying.
Another example is:
Which produces:
[ 'key':1] [ 'key':1] [ 'key':1] [ 'key':1] [ 'key':1] [ 'key':1]