主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jakub Chrzanowski
活动总数
1394
最后的活动
2025年04月24日 07:29
成员加入日期
2020年01月22日 06:34
关注
0 名用户
关注者数
1 名用户
投票数
8
订阅数
571
活动概览
文章(0)
帖子(0)
评论(815)
按最近的活动排序
最近的活动
投票数
创建于
2020年05月04日 09:47
Do you have the proper dependency to the YAML plugin specified in your plugin.xml file as well? <depends>org.jetbrains.plugins.yaml</depends>
社区
IntelliJ IDEA Open API and Plugin Development
YAML plugin not found at runtime on the sandbox
5 票
创建于
2020年01月31日 08:40
You can find the PsiElement located at the current cursor position with: Editor editor = FileEditorManager.getInstance(project).getSelectedTextEditor();VirtualFile file = FileDocumentManager.getIns...
社区
IntelliJ IDEA Plugin Users
how can I get the word where the cursor is focused in one action
4 票
创建于
2020年07月28日 12:12
You can register such listener within plugin.xml file. Check out our documentation about Plugin Listeners.
社区
IntelliJ IDEA Plugin Users
ToolWindow open close callback.
3 票
创建于
2021年06月02日 10:15
Xiarui Xr, it is possible to use the manually downloaded archive – you'll need to put it into the proper location: Let's assume we'll work with ideaIC-212.3116-EAP-CANDIDATE-SNAPSHOT.zip Create b...
社区
IntelliJ IDEA Open API and Plugin Development
How to manually download ideaIC sdk in gradle build task?
2 票
创建于
2020年05月11日 03:17
Abdul, Since 2020.1, there is support for Dynamic Plugins, which is precisely what you're asking for - installing and updating plugins without the IDE restarting. Such feature is also described in ...
社区
IntelliJ IDEA Plugin Users
Why does IDE needs to be restarted after plugin is installed/uninstalled, enabled/disabled?
2 票
创建于
2020年04月27日 08:18
Artsiom, This method wouldn't give you all possible occurrences i.e. because, in Kotlin implementation, a new object is created simply with `Topic()` without `new` and type is obtained automaticall...
社区
IntelliJ IDEA Open API and Plugin Development
list of all available platform's Topic<>
2 票
创建于
2020年03月30日 05:23
Abhaydoshi7, I'm not sure if I understood you correctly, but you have provided very different Java versions in the Mac/Windows cases, and I'm not sure what your problem is here. Anyway, you can use...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to check if a given jdk version is installed and registered ?
2 票
创建于
2020年03月02日 08:48
In this case, you can set your provider before the one that overrides your documentation (i.e. html) using: <lang.documentationProvider order="before html" implementationClass="..." />
社区
IntelliJ IDEA Open API and Plugin Development
Edit Quick Documentation text
2 票
创建于
2024年08月20日 05:32
Are you using Groovy instead of Kotlin DSL?Try using the following class instead com.jetbrains.plugin.structure.intellij.repository.CustomPluginRepositoryListingType
社区
IntelliJ IDEA Open API and Plugin Development
Can't find IgnoreFileActionKt with the Idea build 242
1 票
创建于
2024年01月13日 10:40
An incorrect JNA library architecture was picked. Make sure you use JRE to run the IDE that matches your OS architecture.
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
1 票
下一页
›
最后
»