You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/featuremaker/FeatureMakerContent.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ fun FeatureMakerContent(project: Project) {
Copy file name to clipboardExpand all lines: src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/featuremaker/components/ConfigurationPanel.kt
Copy file name to clipboardExpand all lines: src/main/kotlin/com/github/cnrture/quickprojectwizard/toolwindow/manager/modulemaker/ModuleMakerContent.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ fun ModuleMakerContent(project: Project) {
66
66
var showFileTreeDialog by remember { mutableStateOf(false) }
67
67
68
68
var selectedTab by remember { mutableStateOf(0) }
69
-
val tabs =listOf("New Module", "New Module with Existing Files")
69
+
val tabs =listOf("New\nModule", "New Module with\nExisting Files")
0 commit comments