Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jesper Vrelits
Total activity
17
Last activity
January 18, 2019 06:27
Member since
January 08, 2015 13:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
January 18, 2019 06:27
What I saw was that if CodeStyleSchemes.getInstance().getCurrentScheme().getName() returned e.g. 'CompanyStyle' and then I went into normal IDEA settings dialog it showed 'Default' for code style s...
Community
IntelliJ IDEA Open API and Plugin Development
Setting code style scheme from plugin
0 votes
Created
January 17, 2019 08:23
Thank you. It works :-)
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to set Path to Git executable in plugin
0 votes
Created
January 12, 2015 08:15
A few more questions:* I'm using Notifications.Bus.notify to show a message popup. This is not in openapi package. Should I not be using this?* I would like to write a text to the "Loading project"...
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Created
January 14, 2015 08:13
Dimity, is this something you can look into. It's not critical, but it would be nice to have it fixed. If a patch is made I would be happy to test it.
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Created
January 16, 2015 09:47
AWT-EventQueue-0 14.0.2#IU-139.659.2, eap:false@2311, prio=6, in group 'main', status: 'RUNNING' at dk.nykredit.idea.plugins.toolsetup.ProjectComponentToolsetup.initComponent(ProjectComponentT...
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Created
January 09, 2015 12:01
Thanks, very helpful. I've got the maven stuff working, and language level and setting project sdk.But I have trouble creating new jdk.I can not see how to specify java home on ProjectJdkTable.crea...
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Created
January 09, 2015 12:29
Found it could be something to do with missing write access so I tried: ApplicationManager.getApplication().runWriteAction(new Runnable() { @Override public void run() { ...
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Created
January 09, 2015 12:39
If I move the code from initComponent to projectOpened it works :-)I also had to add the sdk to the jdk table. ApplicationManager.getApplication().runWriteAction(new Runnable() { @Over...
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Created
January 13, 2015 12:17
I'm almost there but have an issue with the loading dialog.In initComponent I havefinal ProgressManager progressManager = ProgressManager.getInstance(); if(progressManager.hasProgressIndicat...
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Created
January 13, 2015 12:35
Okay, I tried to debug to determine if it entered initComponent more than once. It didn't. I only noticed this behaviour because sometime my initComponent can take a few seconds.I tried to make an ...
Community
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 votes
Next
›
Last
»