主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jesper Vrelits
活动总数
17
最后的活动
2019年01月18日 06:27
成员加入日期
2015年01月08日 13:07
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2019年01月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Setting code style scheme from plugin
0 票
创建于
2019年01月17日 08:23
Thank you. It works :-)
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to set Path to Git executable in plugin
0 票
创建于
2015年01月12日 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"...
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
创建于
2015年01月14日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
创建于
2015年01月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
创建于
2015年01月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
创建于
2015年01月09日 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() { ...
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
创建于
2015年01月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
创建于
2015年01月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
创建于
2015年01月13日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Project setup plugin
0 票
下一页
›
最后
»