Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Onuryi
Total activity
48
Last activity
October 04, 2020 08:21
Member since
April 02, 2020 10:18
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
5
Activity overview
Posts (5)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
August 19, 2020 13:36
Thank you very much! I will hava a look at it!
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 19, 2020 13:12
public void mouseMoved(@NotNull EditorMouseEvent e) { if (ignoreEvent(e)) return; for(RangeHighlighter highlighter : editorHighlighters){ JBPopupFactory.getInstance().creat...
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 19, 2020 11:19
Thanks! Sorry for asking so many questions but now I have the LogicalPosition. How can I check wheter this position is between the start- and endoffset of RangeHighlighter.Something like this maybe...
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 19, 2020 10:43
Ok, thanks! I can't find the method EditorMouseEvent.getLogicalPosition. Are you referring to EditorMouseEvent.getMouseEvent().getLocationOnScreen()? Or am I missing something?
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 17, 2020 14:42
Aleksey Pivovarov I would like to use the approach with EditorMouseMotionListener and EditorMouseListener and show popup when EditorMouseEvent.getLogicalPosition points at my highlighters. Which cl...
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 06, 2020 16:25
No because it's a university project and I have to do this using the tool they provided me (Bachelor thesis)
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 06, 2020 16:18
All the calculation, highlighting, etc. is being done in those two classes: https://pastebin.com/yqPTVXTy https://pastebin.com/AJX47P2F
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 06, 2020 15:56
It's a jar file which I integrated in my own plugin
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Edited
August 05, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
August 05, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
«
First
‹
Previous
Next
›
Last
»