主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Onuryi
活动总数
48
最后的活动
2020年10月04日 08:21
成员加入日期
2020年04月02日 10:18
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
5
活动概览
帖子(5)
评论(36)
按最近的活动排序
最近的活动
投票数
创建于
2020年08月06日 16:18
All the calculation, highlighting, etc. is being done in those two classes: https://pastebin.com/yqPTVXTy https://pastebin.com/AJX47P2F
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
创建于
2020年08月06日 15:56
It's a jar file which I integrated in my own plugin
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
已编辑于
2020年08月05日 14:00
I have integrated a tool in my plugin which checks for cyclic dependencies in the source code of a project. This tool gives me the start- and endoffset of elements in a document. I use RangeHighlig...
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
创建于
2020年08月05日 11:08
@Override public void annotate(@NotNull final PsiElement element, @NotNull AnnotationHolder holder) { } Is there a way to check whether a PsiElement is highlighted? I'm asking because I just...
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
已编辑于
2020年08月05日 09:21
So what would be most convenient way be to display a popup over the highlighted range in the editor and also keep the ErrorStripeTooltip added with the RangeHighlighter?Should I use an Annotator?
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
已编辑于
2020年08月05日 09:07
Thanks Aleksey Pivovarov! I'm currently adding my highlighter the following way: RangeHighlighter highlighter = editor.getMarkupModel().addRangeHighlighter(startoffset, endoffset, 0, new TextAttrib...
社区
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 票
创建于
2020年05月20日 13:05
Sorry my bad. This works now: <applicationListeners> <listener class="MyDocumentManagerListener" topic="com.intellij.openapi.fileEditor.FileDocumentManagerListener" /></applicationListeners> But...
社区
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 票
创建于
2020年05月20日 12:35
Thanks for your response Yann! I tried what you suggested but it doesn't work. Any idea why? Plugins.xml <applicationListeners> <listener class="MyDocumentManagerListener" topic="com.intellij.Ap...
社区
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 票
创建于
2020年05月16日 15:38
Anyone?
社区
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 票
已编辑于
2020年05月11日 11:10
Just to be sure. Using what you suggested in 2) will I be able to get the contents of files before and after they were changed and all other file contents that weren't changed (project level)? My p...
社区
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 票
«
第一页
‹
上一页
下一页
›
最后
»