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
Edited
June 16, 2017 07:26
It doesn't automatically open the browser - you can use the links to do any action, eg open dialogs or whatever. This is how I do it (although possibly I'm completely wrong): def notification = not...
Community
IntelliJ IDEA Open API and Plugin Development
HTML link in com.intellij.notification.NotificationGroup#createNotification
1 vote
Created
May 31, 2017 19:49
Take a look at the com.intellij.httpRequestHandler extension point. Easiest way of using it is to extend org.jetbrains.ide.RestService.
Community
IntelliJ IDEA Open API and Plugin Development
is it possible to have plugin listen to a port and accept http requests?
1 vote
Created
March 30, 2017 18:10
Damn. OK, thanks Daniil. I've created https://youtrack.jetbrains.com/issue/ALL-1558 - could you please check it? I don't know how to specify the project and that it affects the groovy plugin etc.
Community
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 vote
Created
March 27, 2017 13:35
Thanks Peter, that works for me.
Community
IntelliJ IDEA Open API and Plugin Development
ProcessCancelledException when debugging
0 votes
Edited
March 16, 2017 08:45
Good point, and my bad, I didn't provide enough info. The language is groovy so methods are dynamically dispatched... code compiles and runs fine, what I'm trying to do is when the user has: getThi...
Community
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 vote
Created
March 28, 2019 18:11
I also saw this, but on Windows. I opened a different project, that was OK. I closed that project, then reopened the first (maybe more than once), eventually it was OK. Don't see anything relevant ...
Community
IntelliJ IDEA Users
Intellij IDEA 2019.1 on macOS - editor don't open
0 votes
Created
September 25, 2017 19:13
That works for me, thank you. I guess I was trying to allow for future requirements that I don't yet know about. I will test with the next 2017.3 EAP. My concern is that their may be other headers,...
Community
IntelliJ IDEA Open API and Plugin Development
adding to netty pipeline in plugin
0 votes
Created
September 25, 2017 08:24
If you can move to gradle then the gradle-idea plugin: https://github.com/JetBrains/gradle-intellij-plugin would solve this. I'd recommend moving to gradle for many reasons, this being only one. Fa...
Community
IntelliJ IDEA Open API and Plugin Development
How to automate Plugin generation
0 votes
Next
›
Last
»