主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2850
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1086
活动概览
文章(0)
帖子(0)
评论(1721)
按最近的活动排序
最近的活动
投票数
创建于
2022年01月05日 09:16
Hi Klenium2, The answer to your question is that there is no limit of a platform version you can use here. I've tested the scenario you described and it works as expected on MacOS. Googling for:"Th...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any limitation on which IntelliJ version I can use?
0 票
创建于
2022年01月05日 07:46
Hi Nikolaos, QueryExecutorBase allows to pass the flag to execute code in read action. In my code snippet there is: QueryExecutorBase<PsiReference, SearchParameters>(true) Notice "true". Are you su...
社区
IntelliJ IDEA Open API and Plugin Development
How to Find Usages, when the Reference and the Named element are different words
0 票
创建于
2022年01月04日 08:30
Hi, Looking at the com.intellij.openapi.vfs.impl.FilePartNode#myFile(java.lang.Object) method it's impossible that it returned a VirtualFile instance for path parameter as it returns non-null value...
社区
IntelliJ IDEA Open API and Plugin Development
why module.getModuleFile return null
0 票
创建于
2022年01月04日 07:49
Hi Wang, I assume that you include the Kotlin plugin in your Gradle Build script. I mean plugins section: https://github.com/JetBrains/gradle-intellij-plugin#configuration How do you run your test ...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
已编辑于
2022年01月03日 14:59
Hello Ralph, This is not possible in the way you are trying to do. FormattingModelBuilder is intended to build FormattingModel which provides information about: Defines the formatting model for a ...
社区
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 票
已编辑于
2022年01月04日 06:54
Hi Nikolaos,You can provide a custom com.intellij.referencesSearch Extension Point that will extend searching with the phrases you need. Example: class CustomReferencesSearch : QueryExecutorBase<Ps...
社区
IntelliJ IDEA Open API and Plugin Development
How to Find Usages, when the Reference and the Named element are different words
0 票
创建于
2024年04月08日 06:48
Hi,Did you try to create the document and call setDocument? Does the formatting work in this case? If not, please share your code.
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextField how to format its content?
0 票
创建于
2023年12月14日 10:40
Hi Eugene,There are hundreds of examples in the intellij-community repository:https://github.com/JetBrains/intellij-communityI suggest checking out the sources and finding usages of Notification.ad...
社区
IntelliJ IDEA Open API and Plugin Development
What to use instead of `notification.setListener()`?
-2 票
已编辑于
2023年02月21日 09:58
Hi, Please try implementing com.intellij.openapi.editor.colors.EditorColorsListener.globalSchemeChange() that will revalidate() and repaint() your EditorTextField.
社区
IntelliJ IDEA Open API and Plugin Development
EditorTextFiled Display exception
0 票
已编辑于
2022年02月17日 08:09
Hi, Please take a look at JavaScript.JsonSchema.ProviderFactory extension point and JsonSchemaProviderFactory interface. Also, see example implementations:https://jb.gg/ipe?extensions=JavaScript.Js...
社区
IntelliJ IDEA Open API and Plugin Development
How do I programatically configure JSON Schema Mappings in preferences .
-2 票
«
第一页
‹
上一页