Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Adedayo Adetoye
Total activity
11
Last activity
January 16, 2016 12:03
Member since
July 16, 2015 15:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
July 30, 2015 10:57
Hello Patrick, I was in your shoes not long ago, and you may have to register many more extension points depending on what you are doing. However, the pattern is similar. It helps to have the CE co...
Community
IntelliJ IDEA Open API and Plugin Development
Create standalone parser from plugin-code
0 votes
Created
October 09, 2015 15:49
Thank you Imants for the suggestion! The problem is that there are potentially many file types that I am intereted in: currently over 400 extension and name types! I do not want to create and regis...
Community
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 votes
Created
October 09, 2015 16:38
B-)The solution is not perfect though, as I find that the IconProvider does not work with files that do not have an associated file type in the IDE. The jury is still out on how to layer a warning ...
Community
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 votes
Created
July 18, 2015 09:13
Thank you Dmitry!I shall wait to see the outcome of IntelliJ IDEA 15, hopefully it meets my needs and that of others, that would be a much more preferred solution.I found myself using intellij-core...
Community
IntelliJ IDEA Open API and Plugin Development
Bite-sized IntelliJ SDK libraries for IDE-independent tools on Maven Central
0 votes
Created
July 31, 2015 22:35
Hello Patrick, I cloned, built and ran the project as you describe, and it was fine: I couldn't reproduce the issue you mentioned. I suspect the only difference is that I have Java 8 as opposed to ...
Community
IntelliJ IDEA Open API and Plugin Development
Create standalone parser from plugin-code
0 votes
Created
October 12, 2015 15:34
Thanks Imants!It would almost be impossible to add the extensions manually, but your suggestion was actually helpful and I ended up defining a FileType along with a FileTypeFactory to identify file...
Community
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 votes