Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
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
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
Created
September 25, 2017 08:22
Thanks for confirming that. My approach works, but it runs too often... on any gradle run. I would like it to run only when idea reimports the gradle config, as the current "idea {}" block seems to...
Community
IntelliJ IDEA Open API and Plugin Development
adding/updating debug configurations from gradle build file
0 votes
Edited
July 12, 2017 10:56
This maybe a naive comment but that sounds a bit confusing and possibly flaky. What if they copied and pasted from the editor? Could you not instead either: Use a preview tab - the asciidoctor pl...
Community
IntelliJ IDEA Open API and Plugin Development
Modify editor content before saving
0 votes
Created
July 05, 2017 09:13
Like this... MessageBus bus = ApplicationManager.getApplication().getMessageBus(); MessageBusConnection connection = bus.connect(); connection.subscribe(AppTopics.FILE_DOCUMENT_SYNC, new FileDocum...
Community
IntelliJ IDEA Open API and Plugin Development
When save or save all or auto save, how can i get list of files which saved
0 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
June 09, 2017 05:27
Definitely sounds like live templates. You may well not even need a plugin. Docs are https://www.jetbrains.com/help/idea/2017.1/live-templates.html. If you do need a plugin sounds like you should f...
Community
IntelliJ IDEA Open API and Plugin Development
[Plugin][In development] Plugin that expands Builder setters automatically for you and moves cursor to each setter
0 votes
Created
June 05, 2017 10:26
Hi Konstantin, Thanks for the tips. Debugging those entry points I found I had actually written dummy configurationType and programRunner extensions that I had completely forgotten about... mostly ...
Community
IntelliJ IDEA Open API and Plugin Development
strange problem running node run config with custom plugin installed
0 votes
Created
June 01, 2017 10:04
Awesome, thanks. Unfortunately the code you gave me in the previous comment returned immediately, and the modules were not available. For now I settled for a "module added" listener.
Community
IntelliJ IDEA Open API and Plugin Development
get notified when a maven project is imported
0 votes
Next
›
Last
»