I was trying to set copy actions to Combinations of Ctrl-Shift, Right and Middle click buttons. Not sure which crashed, saw the exception minutes later:
10:58:23 StringIndexOutOfBoundsException: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(957,447),absolute(953,443),button=2,modifiers=Alt+Ctrl+Mayús+Button2,extModifiers=Ctrl+Mayús,clickCount=1] on frame0: String index out of range: 2
10:58:28 StringIndexOutOfBoundsException: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(975,454),absolute(971,450),button=2,modifiers=Alt+Ctrl+Mayús+Button2,extModifiers=Ctrl+Mayús,clickCount=1] on frame0: String index out of range: 2
I was trying to set copy actions to Combinations of Ctrl-Shift, Right and Middle click buttons. Not sure which crashed, saw the exception minutes later:
10:58:23 StringIndexOutOfBoundsException: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(957,447),absolute(953,443),button=2,modifiers=Alt+Ctrl+Mayús+Button2,extModifiers=Ctrl+Mayús,clickCount=1] on frame0: String index out of range: 2 10:58:28 StringIndexOutOfBoundsException: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(975,454),absolute(971,450),button=2,modifiers=Alt+Ctrl+Mayús+Button2,extModifiers=Ctrl+Mayús,clickCount=1] on frame0: String index out of range: 2
Maybe related: https://github.com/denis-zhdanov/intellij-plugin-copy-on-steroids/issues/10
Does github support any private mode to send you my idea log?