denis-zhdanov / intellij-plugin-copy-on-steroids

Enhances IntelliJ-based IDEs 'Copy' action with ability to deliver rich text (RTF)
13 stars 6 forks source link

Fix shift del caching #19

Open ishchenko opened 10 years ago

ishchenko commented 10 years ago

I disabled single line SyntaxInfo cache because you can cut lines really fast when pressing shift+del. In that case you get previous line SyntaxInfo from cache, it might cause SOOBE. This should fix https://github.com/denis-zhdanov/intellij-plugin-copy-on-steroids/issues/10.