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 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
Edited
August 05, 2020 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?
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Edited
August 05, 2020 09:07
Thanks Aleksey Pivovarov! I'm currently adding my highlighter the following way: RangeHighlighter highlighter = editor.getMarkupModel().addRangeHighlighter(startoffset, endoffset, 0, new TextAttrib...
Community
IntelliJ IDEA Open API and Plugin Development
Display popup over RangeHighlighter on mouseover
0 votes
Created
May 20, 2020 13:05
Sorry my bad. This works now: <applicationListeners> <listener class="MyDocumentManagerListener" topic="com.intellij.openapi.fileEditor.FileDocumentManagerListener" /></applicationListeners> But...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
Created
May 20, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
Created
May 16, 2020 15:38
Anyone?
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
Edited
May 11, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 votes
«
First
‹
Previous
Next
›
Last
»