mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Revert "[highlighting] IJPL-160535 Decrease Autoreparse delay default to 100 ms"
This reverts commit 8e3c8ab92dc3ab6d0281f5dcbe66062f4cbb7b53. GitOrigin-RevId: 25d10a147deec3ba6a880aa7f474dea723601f93
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f98149cc70
commit
3b834aa61a
@@ -8,7 +8,7 @@ import org.jetbrains.annotations.NonNls;
|
||||
|
||||
public class DaemonCodeAnalyzerSettings {
|
||||
private boolean myNextErrorActionGoesToErrorsFirst = true;
|
||||
private int myAutoReparseDelay = 100;
|
||||
private int myAutoReparseDelay = 300;
|
||||
private int myErrorStripeMarkMinHeight = 2;
|
||||
|
||||
private boolean mySuppressWarnings = true;
|
||||
|
||||
Reference in New Issue
Block a user