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
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
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
Created
May 25, 2017 17:06
Start on an annotator: http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/annotator.html I think when you start writing that you will see you don't need to worry about whe...
Community
IntelliJ IDEA Open API and Plugin Development
Extension Point for Statement Completed
0 votes
Created
May 23, 2017 12:10
Thanks... but, ok, bear with me a second. So what I should do is get a reference to the project view, find the nodes I care about, and set this additional data? thanks,jamie
Community
IntelliJ IDEA Open API and Plugin Development
what extension point am I looking for?
0 votes
Created
May 17, 2017 10:08
I just create a directory, write some pom files to the directory, then call com.intellij.ide.impl.ProjectUtil.openOrImport Sorry if this comment is duplicated, my previous one is "Pending Approval"...
Community
IntelliJ IDEA Open API and Plugin Development
get notified when a maven project is imported
0 votes
Created
May 17, 2017 10:05
I just create a dir, write some pom files to the dir, then call com.intellij.ide.impl.ProjectUtil#openOrImport
Community
IntelliJ IDEA Open API and Plugin Development
get notified when a maven project is imported
0 votes
Created
May 11, 2017 17:05
Thanks... it's some kind of timing issue. isRunningOrPending never becomes false in that thread. I don't really want to use the test cases, because (in another respect), getting the highlight info ...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator problems after upgrade to 2017.1
0 votes
Created
May 10, 2017 16:40
That's a shame, thanks for your answer anyway. I don't suppose you are considering runtime reloading of plugins, via OSGi or anything like that? Might make life a bit easier for plugin developers.
Community
IntelliJ IDEA Open API and Plugin Development
programatically adding extensions
0 votes
«
First
‹
Previous
Next
›
Last
»