主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2023年10月09日 06:29
Hi,Try implementing an com.intellij.lang.annotation.Annotator which will change the style of the text range you want to highlight.See: https://plugins.jetbrains.com/docs/intellij/syntax-highlightin...
社区
IntelliJ IDEA Open API and Plugin Development
How to make the first three letters of a certain keyword bold in the code in the editor? For example, make "del" in "delete from table_a" bold
1 票
已编辑于
2023年10月05日 06:34
Elements which allow to contribute reference from external plugins must call ReferenceProvidersRegistry.getReferencesFromProviders(). I don't see any Smarty element doing it, so your providers won'...
社区
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
1 票
创建于
2023年09月27日 12:27
Hi,See com.intellij.openapi.paths.UrlReference.
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference external URI
1 票
已编辑于
2023年09月26日 06:05
Hi,Please check https://plugins.jetbrains.com/docs/intellij/inlay-hints.html#inlay-hints-provider. You will need to create a presentation that draws an image. Please note that this API is replaced ...
社区
IntelliJ IDEA Open API and Plugin Development
A feature similar to the Markdown plugin
1 票
创建于
2023年09月25日 05:53
Hi,Could you please clarify the existing feature in the Markdown plugin? Please share a screenshot.
社区
IntelliJ IDEA Open API and Plugin Development
A feature similar to the Markdown plugin
1 票
创建于
2023年09月12日 05:37
Hi,Default project doesn't have a directory. What is your use case? What are you trying to implement? Please describe it in detail.
社区
IntelliJ IDEA Open API and Plugin Development
How to obtain the parameters set by the system settings default project directory
1 票
创建于
2023年09月11日 12:02
Hi,The reason for deprecating TextAttributes in favor of TextAttributeKey is that the former is more friendly for Code With Me and remote development. Thanks to passing TextAttributesKey IDs, clien...
社区
IntelliJ IDEA Open API and Plugin Development
Dynamic TextAttributes effect
1 票
创建于
2023年09月11日 06:36
Hi,The article became private in the meantime. I updated the old post with the information it contains (it's a brief page).We have an issue with documenting it in SDK docs. Please vote/follow: http...
社区
IntelliJ IDEA Open API and Plugin Development
Missing article for built-in HTTP server
1 票
创建于
2023年09月05日 10:09
Hi Pierre,It looks like a bug. Please vote and follow: https://youtrack.jetbrains.com/issue/IDEA-331607/JavaColorProvider-issues
社区
IntelliJ IDEA Open API and Plugin Development
ElementColorProvider#setColorTo only works once (with same Color-Picker open) when replacing parent element
1 票
已编辑于
2023年09月04日 08:26
Hi Federico,I suggest using ActionToolbar, so your original idea. For the combo box item implement ComboBoxAction.
社区
IntelliJ IDEA Open API and Plugin Development
Toolbar in Tool Window
1 票
«
第一页
‹
上一页
下一页
›
最后
»