主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexey Kudravtsev
活动总数
71
最后的活动
2024年10月28日 15:10
成员加入日期
2020年05月26日 16:46
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
23
活动概览
文章(0)
帖子(0)
评论(48)
按最近的活动排序
最近的活动
投票数
创建于
2024年02月21日 12:50
>I think I need a listener which runs whenever the document is changed. If you decide to go “save document in invokeLater()” path, then you don't need a listener.Just do smth like this in your anno...
社区
IntelliJ IDEA Open API and Plugin Development
Can't call saveDocumentAsIs() from doAnnotate()
1 票
创建于
2024年10月28日 15:10
No, we don't have an API for that. You can use LineMarkerProvider for drawing custom icons next to the lines you want though
社区
IntelliJ IDEA Open API and Plugin Development
Implementing custom Inspections Widgets
0 票
创建于
2024年10月15日 10:23
could you please attach the screenshot of what you have and what do you want to achieve? UNfortunately I don't see any tooltips in my Problems window
社区
IntelliJ IDEA Open API and Plugin Development
How to use "Group by Inspection" for problems that are created by an annotation?
0 票
创建于
2024年09月30日 11:53
Hello. WolfTheProblemSolver is an internal class which paints errors in some places, e.g editor tabs or project view. It's not intended for obtaining errors. Errors and warnings are stored in the d...
社区
IntelliJ IDEA Open API and Plugin Development
Need yellow "warning" squiggly underline for tab title, using WolfTheProblemSolver for errors
0 票
创建于
2024年09月25日 12:13
So you want to highlight a Kotlin file from the unloaded module? The inspections/annotators/line markers are disabled for these files. The only possibility I can think of is to register your own Hi...
社区
IntelliJ IDEA Open API and Plugin Development
How to apply a LineMarkerProviderDescriptor to a kotlin file outside of synced project modules?
0 票
创建于
2024年09月24日 12:29
did the EditorCustomElementRenderer#getContextMenuGroup popup show in the correct position?
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年09月24日 11:58
>How is my idea inconsistent with inlay hint UI? Sorry, I might have misunderstood, I thought you was not happy that inlay hint “is not a context menu, it's a left-click action”, and wanted popup t...
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年09月24日 11:14
>This is not a context menuno, it's not. Inlay UI does differ from the Alt-Enter quick fix UI, it's true. But when you choose inaly hints for your UI, it should be consistent with inlay hints UI.Al...
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年09月24日 10:33
Hello. Indeed, Kotlin files are not highlighted if outside the project source roots, because they require project structure knowledge (dependent modules, set up sdks, etc) to be highlightable. XML ...
社区
IntelliJ IDEA Open API and Plugin Development
How to apply a LineMarkerProviderDescriptor to a kotlin file outside of synced project modules?
0 票
创建于
2024年09月23日 15:30
please use Inlay#getRenderer()#getContextMenuGroup
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
下一页
›
最后
»