Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Maxime Hamm
Total activity
16
Last activity
September 04, 2017 11:53
Member since
December 10, 2016 13:11
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
5
Activity overview
Posts (4)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
September 04, 2017 11:53
I'm also interested in such behavior for my Tmar plugin This would considerably improve user experience ! (https://plugins.jetbrains.com/plugin/9925-tmar-plugin)
Community
IntelliJ IDEA Open API and Plugin Development
Displaying an image in source code editor
0 votes
Created
July 07, 2017 15:20
No stack trace... But I think I found the problem : my Annotation was related to "Groovy" language instead of my custom language "Jspresso"... Thank you both for your help ! Regards
Community
IntelliJ IDEA Open API and Plugin Development
Annotation "setFileLevelAnnotation(true)" not displayed
0 votes
Created
July 07, 2017 12:53
NB : when removing the "annotation.setFileLevelAnnotation(true)" the annotation is showing (from file start to file end)
Community
IntelliJ IDEA Open API and Plugin Development
Annotation "setFileLevelAnnotation(true)" not displayed
0 votes
Created
March 31, 2017 21:01
Hello Thank your for this explanations. I need to load a cache which is used by all of my inspections and by references resolution also... if I can't run all of this sequentially, is there a way t...
Community
IntelliJ IDEA Open API and Plugin Development
Syntax analysis, annotators, inspections
0 votes
Created
January 17, 2017 14:32
Thank you, it works wonder !
Community
IntelliJ IDEA Open API and Plugin Development
How to grey out not used references ?
0 votes
Edited
December 19, 2016 16:58
Hello Alexey Thanks to your help, I managed it ! As you suggested I've created my own "FindUsagesHandlerFactory" which creates custom "FindUsagesHandler"... which returns both the "class" and the "...
Community
IntelliJ IDEA Open API and Plugin Development
Find usages is not working with "cascading references"
0 votes