主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2024年04月15日 12:30
Hi,I'm sorry but I don't understand your question. Please describe the problem in detail.
社区
IntelliJ IDEA Open API and Plugin Development
Dragging on the page does not take effect when opening OSR when creating JCEF browser
0 票
创建于
2024年04月08日 06:31
Hi Denis,It looks like a bug. Please vote and follow: https://youtrack.jetbrains.com/issue/IJPL-976/Vendor-link-in-the-IDE-Internal-Errors-is-not-clickable
社区
IntelliJ IDEA Open API and Plugin Development
Custom plugin vendor's URL does not work in "IDE Internal Errors" window
1 票
创建于
2024年04月08日 04:50
Please vote/follow: https://youtrack.jetbrains.com/issue/IJPL-975/Inline-component-inlays
社区
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
1 票
创建于
2024年04月04日 06:19
You should compute ranges of colors and add an annotation for each range with com.intellij.lang.annotation.AnnotationBuilder#range(com.intellij.openapi.util.TextRange).
社区
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
1 票
创建于
2024年04月02日 12:46
Hi,Try the annotator approach:https://github.com/JetBrains/intellij-community/blob/master/plugins/javaFX/src/org/jetbrains/plugins/javaFX/fxml/refs/JavaFxAnnotator.java#L115-L178It annotates each c...
社区
IntelliJ IDEA Open API and Plugin Development
Color picker for string token
1 票
创建于
2024年04月02日 08:26
Hi Abdul,Looking at the usages of GitConflictResolver in https://github.com/JetBrains/intellij-community, it seems you need to somehow handle the case when the user resolves all conflicts (rebase o...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving merge conflict like gitlog
1 票
创建于
2024年03月29日 05:45
Hi, Yes, the version you develop a plugin in is independent of the version the plugin will target.Instead of the project wizard, you can also use the plugin GitHub template: https://plugins.jetbrai...
社区
IntelliJ IDEA Open API and Plugin Development
Create Plugin Gradle Project in IntelliJ IDEA 2021.3.1 (Ultimate Edition) Build #IU-213.6461.79, built on December 28, 2021
1 票
创建于
2024年02月27日 12:54
Hi Marcus,I understand it might look outdated, but it doesn't seem so in this case.Regarding the pasted examples, you can find them in older Git branches. As the answer containing examples was post...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
1 票
创建于
2024年02月27日 09:02
Hi Marcus,1. I can't find a ready to use pattern to match the file name, but you can implement your own pattern:val fileNameCondition = object : PatternCondition<PsiFile>("withFileName") { overri...
社区
IntelliJ IDEA Open API and Plugin Development
Completion Provider with Custom Condition and Improper Handling of Special Characters
1 票
创建于
2024年02月26日 15:13
Hi Marcus,See: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206756005-Is-There-A-Standard-CompletionContributor-Which-Provides-Path-File-Completion
社区
IntelliJ IDEA Open API and Plugin Development
Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
1 票
«
第一页
‹
上一页
下一页
›
最后
»