mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: turn on the Diff Preview in the Local Changes by default: IDEA-216132
It is a good feature worth advertising, especially for the non-modal commit GitOrigin-RevId: d9642ba3a0be9654aace814bbde1b86f7b748d2b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6787597a81
commit
e17742b74c
@@ -69,7 +69,7 @@ public final class VcsConfiguration implements PersistentStateComponent<VcsConfi
|
||||
public boolean USE_COMMIT_MESSAGE_MARGIN = true;
|
||||
public boolean WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN = false;
|
||||
public boolean SHOW_UNVERSIONED_FILES_WHILE_COMMIT = true;
|
||||
public boolean LOCAL_CHANGES_DETAILS_PREVIEW_SHOWN = false;
|
||||
public boolean LOCAL_CHANGES_DETAILS_PREVIEW_SHOWN = true;
|
||||
public boolean SHELVE_DETAILS_PREVIEW_SHOWN = false;
|
||||
public boolean VCS_LOG_DETAILS_PREVIEW_SHOWN = false;
|
||||
public boolean RELOAD_CONTEXT = true;
|
||||
|
||||
Reference in New Issue
Block a user