mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Make project names match module names for cleaner project tree rendition
This commit is contained in:
parent
3bb175a739
commit
a66ef1c815
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "action"
|
||||
rootProject.name = "action_basics"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "editor"
|
||||
rootProject.name = "editor_basics"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "facet"
|
||||
rootProject.name = "facet_basics"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "framework"
|
||||
rootProject.name = "framework_basics"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "inspection"
|
||||
rootProject.name = "inspection_basics"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "kotlin"
|
||||
rootProject.name = "kotlin_demo"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "maxOpenProjects"
|
||||
rootProject.name = "max_opened_projects"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "pycharm"
|
||||
rootProject.name = "pycharm_basics"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "projectWizard"
|
||||
rootProject.name = "project_wizard"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "psi"
|
||||
rootProject.name = "psi_demo"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "runConfiguration"
|
||||
rootProject.name = "run_configuration"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "toolWindow"
|
||||
rootProject.name = "tool_window"
|
||||
|
@ -1,3 +1,3 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
|
||||
rootProject.name = "treeStructureProvider"
|
||||
rootProject.name = "tree_structure_provider"
|
||||
|
Loading…
x
Reference in New Issue
Block a user