mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-72836 Set default value for ide.welcome.screen.branch.name to true
GitOrigin-RevId: 24b7a66fed8ed8fdf9f73eb592e421b82cb1e036
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3b409f2bd6
commit
780614edb7
@@ -117,7 +117,7 @@ open class RecentProjectListActionProvider {
|
||||
|
||||
if (displayName.isNullOrBlank()) {
|
||||
displayName = if (duplicates.contains(getProjectNameOnlyByPath(path))) {
|
||||
if (Registry.`is`("ide.welcome.screen.branch.name", false)) {
|
||||
if (Registry.`is`("ide.welcome.screen.branch.name", true)) {
|
||||
branch = recentProjectManager.getCurrentBranchName(path)
|
||||
}
|
||||
FileUtil.toSystemDependentName(path)
|
||||
|
||||
@@ -184,8 +184,8 @@
|
||||
</experimentalFeature>
|
||||
<registryKey key="ide.welcome.screen.branch.name"
|
||||
restartRequired="true"
|
||||
description="New inspection widget with pencils functionality"
|
||||
defaultValue="false"/>
|
||||
description="Show current branch names for recent projects"
|
||||
defaultValue="true"/>
|
||||
<applicationService serviceInterface="com.intellij.execution.wsl.WslDistributionManager"
|
||||
serviceImplementation="com.intellij.execution.wsl.WslDistributionManagerImpl"/>
|
||||
<applicationService serviceInterface="com.intellij.execution.wsl.WslIjentManager"
|
||||
|
||||
Reference in New Issue
Block a user