Vovahost
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 9
-
创建于 Info about the new "Machine Learning in Find Usages" plugin
已回答Can you provide more details about this new Intellij Idea bundled plugin:https://plugins.jetbrains.com/plugin/28630-machine-learning-in-find-usages> The descriptions states: The plugin is collectin... -
创建于 PropertiesComponent properties location
已回答How do I inspect and clear the properties my plugin saved in `PropertiesComponent.getInstance()`?Which xml file do I need to Edit? -
已编辑于 Calling ToolWindow.show() throws exception
已回答This is my code: protected fun showMyToolWindow() { val currentProject = getActiveProject() if (currentProject != null) { SwingUtilities.invokeLater { val task = RegisterToo... -
已编辑于 runIde fails: finished with non-zero exit value 3
已回答Trying to run the plugin and it fails with an error while it works if I run the `assemble` task. I uninstalled and installed the latest version of Intellij Idea. val kotlinVersion = "1.6.10"p... -
创建于 Disable .val variable declaration shortcut
已回答How do I disable ".val" and ".var" shortcuts which define a new variable in Intellij Idea? It's annoying as it's shown as top suggestion. -
已编辑于 Strange bug when using ComposePanel in ToolWindowFactory
已回答Strange bug while using `ComposePanel` inside a ToolWindow Tab. When the ComposePanel is shown there is an empty window shown in the left side of the Project window. Also the `ComposePanel` state i... -
已编辑于 Error while launching a coroutine
已回答Do you know why I'm getting an error while trying to launch a Coroutine when running my plugin: GlobalScope.launch(Dispatchers.IO) {} Error: java.lang.ExceptionInInitializerErrorat kotlin.random.Ra... -
已编辑于 Add custom custom Toolbar for specific type of files
已回答I need to add the same behaviour the Markdown plugin currently has: a custom toolbar with 3 buttons (Show editor only, Editor & Preview, Preview only).I want to show a preview for some types of fil...