Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Jamie Echlin
Total activity
157
Last activity
March 28, 2019 18:11
Member since
November 10, 2016 11:58
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
79
Activity overview
Posts (29)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
January 31, 2017 10:41
D'oh! So easy when you find it ;-). Thanks a lot.
Community
IntelliJ IDEA Open API and Plugin Development
convert string with generics to PsiType
0 votes
Created
January 27, 2017 20:00
Awesome, thanks. I need a custom build of the gradle plugin anyway so I'll just grab the change. Thanks again.
Community
IntelliJ IDEA Open API and Plugin Development
case-sensitivity issue with plugins in gradle build
0 votes
Created
January 27, 2017 17:39
Thanks - I'm able to work round this for now doing what you say (well actually I need to mv it to the correct case), but requires similar workaround for the CI system which is a pain. Do you have a...
Community
IntelliJ IDEA Open API and Plugin Development
case-sensitivity issue with plugins in gradle build
0 votes
Edited
January 26, 2017 14:30
org.jetbrains.plugins.groovy.codeInspection.utils.ControlFlowUtils#collectReturns() seems like the chap for the job here. I'm just iterating these and checking whether double is assignable from eac...
Community
IntelliJ IDEA Open API and Plugin Development
infer actual method return type
0 votes
Created
January 18, 2017 18:02
Awesome, thanks Peter.
Community
IntelliJ IDEA Open API and Plugin Development
completions contributor for strings
0 votes
Created
January 12, 2017 15:42
Yes, I have that working for some test code - I just wanted to validate this approach. . So you recommend this approach over the other one (reference injector)? I''m using PlatformPatterns.psiEleme...
Community
IntelliJ IDEA Open API and Plugin Development
completions contributor for strings
0 votes
Created
December 23, 2016 09:24
Duh, this turned out to be as simple as setting ApplicationEx.doNotSave(false) then just project.save().
Community
IntelliJ IDEA Open API and Plugin Development
idea does not write iml files in headless mode
0 votes
Created
December 22, 2016 09:03
Yes, I am starting to realise that. My problem is that I require headless mode but so far I have been working in headed mode as it's easier, and the transition is harder than I expected. The partic...
Community
IntelliJ IDEA Open API and Plugin Development
possible to get active task status and text
0 votes
Created
December 21, 2016 07:11
Is there any other method of getting the background tasks? Problem is I need this to work in headless mode, and getFrame() is null then.
Community
IntelliJ IDEA Open API and Plugin Development
possible to get active task status and text
0 votes
Created
December 20, 2016 17:07
D'oh! Thanks again.
Community
IntelliJ IDEA Open API and Plugin Development
possible to get active task status and text
0 votes
«
First
‹
Previous
Next
›
Last
»