主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
OhadY
活动总数
22
最后的活动
2020年01月08日 06:55
成员加入日期
2019年09月02日 21:24
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
7
活动概览
帖子(6)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2019年11月07日 22:45
Thanks, it worked. I have a follow-up question. I'm trying to make the action toolbar to appear horizontally without a success :| This is what I've tried: public class SettingsPanel extends Simple...
社区
IntelliJ IDEA Open API and Plugin Development
Add an action buttons to my custom tool window
1 票
创建于
2019年11月06日 14:36
Changing the dependency to: compile ('org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r') {exclude group: 'org.slf4j'} solved it
社区
IntelliJ IDEA Open API and Plugin Development
loader constraint violation
1 票
创建于
2019年10月06日 18:21
If you are using gradle, try to add the following code in build.gradle: intellij { plugins 'java'} and in the plugin.xml file, change the depends section to be: <depends>com.intellij.modules.jav...
社区
IntelliJ IDEA Open API and Plugin Development
PsiLiteralExpression Symbol Cannot Be Resolved
1 票
创建于
2020年01月08日 06:55
Anything? :)
社区
IntelliJ IDEA Open API and Plugin Development
Get Variable and Value in Debug
0 票
创建于
2019年11月20日 13:12
I should have added SpringBoot to build.gradle: intellij { plugins 'java', 'SpringBoot' localPath 'C:\\Program Files\\JetBrains\\IntelliJ IDEA 2019.2.2'} I'm not sure how and if it will work ...
社区
IntelliJ IDEA Open API and Plugin Development
Spring Run Configurations
0 票
创建于
2019年11月18日 16:11
I did specify now, still get the same error.
社区
IntelliJ IDEA Open API and Plugin Development
Spring Run Configurations
0 票
创建于
2019年11月08日 07:56
I found the issue. The first parameter of the super class (SimpleToolWindow) is boolean vertical.
社区
IntelliJ IDEA Open API and Plugin Development
Add an action buttons to my custom tool window
0 票
已编辑于
2019年09月04日 20:42
I managed to do it based on the code you suggested, though I'm not sure if the method I save the file is correct. import com.intellij.configurationStore.XmlSerializer;import com.intellij.openapi.co...
社区
IntelliJ IDEA Open API and Plugin Development
Persist Map of Lists
0 票