主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Aleksey Pivovarov
活动总数
801
最后的活动
2024年09月23日 14:52
成员加入日期
2013年08月06日 15:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
444
活动概览
文章(0)
帖子(0)
评论(357)
按最近的活动排序
最近的活动
投票数
创建于
2020年08月19日 11:07
This method is new (since 2020.2), it's a cached version of "Editor.xyToLogicalPosition(e.getMouseEvent().getPoint())".You can use the latter for compatibility with older IDEs.
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
创建于
2020年08月17日 15:19
>Which class, method, interface etc. should I use to create the popup and display it?Probably, JBPopupFactory.getInstance().createComponentPopupBuilder(...) ... .createPopup().showInBestPositionFor...
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
创建于
2020年08月05日 11:50
Could you explain what you're trying to highlight in more details? It's hard to suggest anything without knowing how/why highlighting should be created and when it should be updated (file changes, ...
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
创建于
2020年08月05日 09:26
https://jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/annotator.html If annotator fits your purpose, yes, you're most likely should use an annotator.
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
已编辑于
2020年08月05日 09:04
HighlightInfo is created from 'com.intellij.lang.annotation.Annotation' that are created by Annotators. It can't be used together with 'addRangeHighlighter'.
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
创建于
2020年08月04日 10:44
If your highlighter is generated from HighlightInfo, you can simply specify tooltip/description for it.There's also com.intellij.codeInsight.preview.PreviewHintProvider that works on "Shift + mouse...
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
已编辑于
2020年08月04日 10:09
"intellij.maven.model" is the name of a JPS module.To specify plugin dependency, you need to use "plugin id", that is defined in plugin.xml nearby. Using "org.jetbrains.idea.maven.model" or "org.je...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to resolve org.jetbrains.idea.maven.model.MavenId
0 票
创建于
2020年08月04日 10:00
You can use Editor.logicalPositionToXY() method. See also Editor.getScrollingModel().getVerticalScrollOffset() to adjust for scrollbar position.
社区
IntelliJ IDEA Open API and Plugin Development
Convert caret position to mouse position
0 票
已编辑于
2020年08月03日 10:22
Like I said, by listening to DocumentListener and some other events (such as explicit notifications after performing vcs actions from IDE).If you're interested in details, you can track VcsDirtySco...
社区
IntelliJ IDEA Open API and Plugin Development
Vfs listener is not notified.
0 票
创建于
2020年08月01日 20:54
Yes it does.
社区
IntelliJ IDEA Open API and Plugin Development
Vfs listener is not notified.
0 票
«
第一页
‹
上一页
下一页
›
最后
»