plugin/src/main/kotlin/com/jetbrains/packagesearch/plugin/ui/model/infopanel/asPanelContent.kt [148:159]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tabTitleData = InfoPanelContent.TabTitleData(tabTitle = message("packagesearch.ui.toolwindow.packages.details.info.overview")), moduleId = module.identity, packageListId = packageListId, title = apiPackage.name, subtitle = apiPackage.coordinates, icon = apiPackage.icon, type = apiPackage.typeInfo, licenses = apiPackage.licenses?.asInfoPanelLicenseList() ?: emptyList(), authors = apiPackage.authors.mapNotNull { it.name }, description = apiPackage.description?.sanitizeDescription(), scm = apiPackage.scm?.asInfoPanelScm(), readmeUrl = apiPackage.scm?.readme?.htmlUrl ?: apiPackage.scm?.readmeUrl, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin/src/main/kotlin/com/jetbrains/packagesearch/plugin/ui/model/infopanel/asPanelContent.kt [177:188]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tabTitleData = InfoPanelContent.TabTitleData(tabTitle = message("packagesearch.ui.toolwindow.packages.details.info.overview")), moduleId = module.identity, packageListId = packageListId, title = apiPackage.name, subtitle = apiPackage.coordinates, icon = apiPackage.icon, type = apiPackage.typeInfo, licenses = apiPackage.licenses?.asInfoPanelLicenseList() ?: emptyList(), authors = apiPackage.authors.mapNotNull { it.name }, description = apiPackage.description?.sanitizeDescription(), scm = apiPackage.scm?.asInfoPanelScm(), readmeUrl = apiPackage.scm?.readme?.htmlUrl ?: apiPackage.scm?.readmeUrl, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -