JetBrains-Research / RefactorInsight

An IntelliJ IDEA plugin that detects refactorings in Git commits
https://plugins.jetbrains.com/plugin/14704-refactorinsight
MIT License
99 stars 9 forks source link

"Hide non-functional changes" should hide changes from the original file too #128

Open dimonchik0036 opened 1 year ago

dimonchik0036 commented 1 year ago

Without the option:

image

With the option:

image

Another example:

image image

These highlights on the left side (with the option) looks redundant

onewhl commented 1 year ago

@dimonchik0036 yes, it's a known bug, we didn't find a way to remove such highlighting from the left side of the diff. We thought that setting com.intellij.openapi.editor.FoldRegion#setInnerHighlightersMuted() equal true might help, but it didn't. If you have any ideas on how to resolve it, please let us know :)