Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mariano de Achaval
Total activity
21
Last activity
June 14, 2018 19:18
Member since
May 14, 2018 23:45
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
5
Activity overview
Posts (5)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
June 14, 2018 19:18
Thanks I will try that.
Community
IntelliJ IDEA Open API and Plugin Development
How to create a new distribution
0 votes
Created
June 13, 2018 02:26
https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FIJSDK-105
Community
IntelliJ IDEA Open API and Plugin Development
How to create a new distribution
0 votes
Edited
June 11, 2018 14:00
This is how to do it myProject.getMessageBus().connect(myProject).subscribe(ProjectTopics.PROJECT_ROOTS, new ModuleRootListener() { @Override public void rootsChanged(ModuleRootEvent event)...
Community
IntelliJ IDEA Open API and Plugin Development
Listener for module library changes
0 votes
Created
June 08, 2018 21:20
Thanks !!!
Community
IntelliJ IDEA Open API and Plugin Development
Get the context of an Injected Language location
0 votes
Created
May 19, 2018 13:43
Thanks for the answer
Community
IntelliJ IDEA Open API and Plugin Development
Completion with template
0 votes
Created
May 15, 2018 23:45
Yes sure, what I want is to create a LookupElement that allows me to set a template as insert text so that when it is selected it will insert that template and move the caret through the template e...
Community
IntelliJ IDEA Open API and Plugin Development
Completion with template
0 votes