Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
OhadY
Total activity
22
Last activity
January 08, 2020 06:55
Member since
September 02, 2019 21:24
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
7
Activity overview
Posts (6)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
November 07, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Add an action buttons to my custom tool window
1 vote
Created
November 06, 2019 14:36
Changing the dependency to: compile ('org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r') {exclude group: 'org.slf4j'} solved it
Community
IntelliJ IDEA Open API and Plugin Development
loader constraint violation
1 vote
Created
October 06, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiLiteralExpression Symbol Cannot Be Resolved
1 vote
Created
January 08, 2020 06:55
Anything? :)
Community
IntelliJ IDEA Open API and Plugin Development
Get Variable and Value in Debug
0 votes
Created
November 20, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Spring Run Configurations
0 votes
Created
November 18, 2019 16:11
I did specify now, still get the same error.
Community
IntelliJ IDEA Open API and Plugin Development
Spring Run Configurations
0 votes
Created
November 08, 2019 07:56
I found the issue. The first parameter of the super class (SimpleToolWindow) is boolean vertical.
Community
IntelliJ IDEA Open API and Plugin Development
Add an action buttons to my custom tool window
0 votes
Edited
September 04, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Persist Map of Lists
0 votes