主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniel Chýlek
活动总数
57
最后的活动
2025年03月10日 18:07
成员加入日期
2020年08月29日 23:05
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
13
活动概览
帖子(10)
评论(31)
按最近的活动排序
最近的活动
投票数
创建于
2025年03月10日 18:07
1 GB sounds like a dream, just the base installations of JB IDEs with bundled plugins on my computer are using almost 26 GB…I don't know why I need a 150 MB “DataGripHelp” plugin, or a 150 MB “Data...
社区
WebStorm
What bloatware made WebStorm 1GB in size?
0 票
创建于
2024年09月24日 12:34
I don't know, I'm trying to use IntentionHintComponent.showIntentionHint which already has all the features related to quick fixes and previews, at first glance it doesn't seem possible to integrat...
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年09月24日 12:03
I want a popup triggered by left click, the problem is that there is no way to tell the popup to appear at the clicked location. Without a way to customize its location, the popup appears at the lo...
社区
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:28
EditorCustomElementRenderer#getContextMenuGroup doesn't even have a single override in the entire intellij-community project (maybe with the exception of the Android stuff, I don't have that loaded...
社区
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:20
How is my idea inconsistent with inlay hint UI? The Code Vision inlays already behave like hyperlinks and display custom popups at the clicked location after a left click. I cannot find any differe...
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年09月23日 15:43
This is not a context menu, it's a left-click action, so according to the documentation getContextMenuGroup is not going work. The popup is also intended to have all the features of IntentionHintCo...
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年09月23日 15:24
I don't follow. My code is creating a popup in response to a click event, so the popup should appear near where the user clicked, not wherever the highlight is in the code.
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
已编辑于
2024年09月23日 12:59
A user interface where someone clicks and that opens a context menu somewhere else doesn't make sense to me. It would also show quick fixes for any other inspections at that position, not just the ...
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年09月18日 17:30
The thing about `ShowIntentionsPass` is that it seems to have a lot of additional logic for handling injected code, and I cannot even replicate that in my own code because many of the `HighlightInf...
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
创建于
2024年08月30日 16:45
Any updates on this?
社区
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 票
下一页
›
最后
»