mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Startup wizard: fix various warnings
GitOrigin-RevId: db53d2bef055bf4e391601e3cf76c053c7c30bba
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6e5180b8b6
commit
2360c61e0f
@@ -113,12 +113,6 @@ class PluginServiceImpl : PluginService {
|
||||
|
||||
)
|
||||
|
||||
private val listOf1: List<WizardPlugin> = listOf(
|
||||
WizardPluginImpl(AllIcons.Plugins.PluginLogo, "Python Community Edition", "The Python plugin provides smart editing for Python scripts. The feature set of the plugin corresponds to PyCharm IDE Community Edition"),
|
||||
WizardPluginImpl(AllIcons.Plugins.PluginLogoDisabled, "IdeaVim", "Emulates Vim editor"),
|
||||
WizardPluginImpl(AllIcons.TransferSettings.RecentProjects, "Heap Allocation Viewer", "Highlights local object allocations, boxing, delegates and closure creations points"),
|
||||
)
|
||||
|
||||
override val plugins: List<WizardPlugin> = listOf
|
||||
|
||||
override fun onStepEnter() {}
|
||||
|
||||
Reference in New Issue
Block a user