feat(Setting): treeCache default off
This commit is contained in:
@@ -25,7 +25,7 @@ public class AppSettingsState implements PersistentStateComponent<AppSettingsSta
|
|||||||
|
|
||||||
public boolean showTreeComment = true;
|
public boolean showTreeComment = true;
|
||||||
public boolean compact = true;
|
public boolean compact = true;
|
||||||
public boolean treeCache = true;
|
public boolean treeCache = false;
|
||||||
|
|
||||||
public boolean showLineEndComment = true;
|
public boolean showLineEndComment = true;
|
||||||
public boolean lineEndCache = true;
|
public boolean lineEndCache = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user