krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
428 stars 57 forks source link

Highlighting gets "overwritten" in IntelliJ 2024.1.1 #303

Open diskostu opened 1 month ago

diskostu commented 1 month ago

Describe the bug As the log fills, I can see that GrepConsole highlights the lines, but after some milliseconds, the highlighting disappears. If I click "rehighlight" in GrepConsole, the highlighting is as expected.

Screenshots Log after execution image

Log after "rehighlighting" image

Environment : IntelliJ IDEA 2024.1.1 (Ultimate Edition) Build #IU-241.15989.150, built on April 29, 2024 Licensed to AXA Konzern AG / Denny Kluge Subscription is active until December 31, 2024. Runtime version: 17.0.10+1-b1207.14 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 GC: G1 Young Generation, G1 Old Generation Memory: 3000M Cores: 16 Registry: ide.experimental.ui=true ide.ui.new.file.chooser=true terminal.new.ui=true Non-Bundled Plugins: com.nasller.CodeGlancePro (1.8.5) com.codeium.intellij (1.8.28) hu.hawser.co-author-plugin (2.3) com.jetbrains.jax.ws (241.14494.158) com.intellij.spring.batch (241.14494.158) GrepConsole (12.25.0-IJ2023.3) PlantUML integration (7.10.1-IJ2023.2) MavenRunHelper (4.28.0-IJ2022.2) izhangzhihao.rainbow.brackets (2024.2.3-241) com.intellij.javaee.batch (241.14494.158) com.intellij.gwt (241.15989.150) zielu.gittoolbox (500.2.7+233) Kotlin: 241.15989.150-IJ

ArchibaldCoyner commented 1 month ago

image same in IDEA 2023.3.6

krasa commented 1 month ago

cannot reproduce #IU-241.17011.2,

Log after execution: obrazek

diskostu commented 1 month ago

Hm. Could it be a setting of IntelliJ? I looked around a bit, but did not find anything.

krasa commented 1 month ago

could be run configuration specific, tests are somewhat special.

what do you have here? obrazek

ArchibaldCoyner commented 1 month ago

https://www.jetbrains.com/idea/whatsnew/ https://blog.jetbrains.com/idea/2024/02/intellij-idea-2024-1-eap-6/#improved-workflow-for-logs "Improved workflow for logs"

diskostu commented 1 month ago

That sounded promising. I disabled this: image But unfortunately... the result stays the same. Highlighting of GrepConsole gets "overwritten".

diskostu commented 1 month ago

Turns out that the plugin "Codeium" seems to interfere with GrepConsole. So it's not an IntelliJ-Issue. If I disable the plugin, everything's fine.

fan785396456 commented 3 weeks ago

hey,Upgrading Codeium might solve the problem.