mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vcs: Enabled unversioned files in commit dialog by default
This commit is contained in:
@@ -262,7 +262,7 @@ vcs.log.recent.commits.count=1000
|
||||
vcs.log.open.another.log.visible=false
|
||||
|
||||
vcs.executable.validator.timeout.sec=60
|
||||
vcs.unversioned.files.in.commit=false
|
||||
vcs.unversioned.files.in.commit=true
|
||||
|
||||
psi.incremental.reparse.depth.limit=1000
|
||||
psi.deferIconLoading=true
|
||||
|
||||
@@ -83,7 +83,7 @@ public final class VcsConfiguration implements PersistentStateComponent<VcsConfi
|
||||
public boolean USE_COMMIT_MESSAGE_MARGIN = false;
|
||||
public int COMMIT_MESSAGE_MARGIN_SIZE = 72;
|
||||
public boolean WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN = false;
|
||||
public boolean SHOW_UNVERSIONED_FILES_WHILE_COMMIT = false;
|
||||
public boolean SHOW_UNVERSIONED_FILES_WHILE_COMMIT = true;
|
||||
public boolean LOCAL_CHANGES_DETAILS_PREVIEW_SHOWN = false;
|
||||
|
||||
@AbstractCollection(surroundWithTag = false, elementTag = "path")
|
||||
|
||||
Reference in New Issue
Block a user