OhadY
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Edited Add an action buttons to my custom tool window
AnsweredHi, I want to add action buttons to my custom tool window, like gradle tool window for example: Are there any instructions or a clear example of how to do it? Thanks! -
Created loader constraint violation
AnsweredHi, I'm trying to load my .git directory with JGit and I get this error: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerF... -
Created Get Variable and Value in Debug
AnsweredHi, I want to add a new action, which is similar to evaluate expression only that it will always evaluate the selected expression and display it (or copied it to clipboard) as JSON. First I want to... -
Created Spring Run Configurations
AnsweredHi, I want to create a new Spring run configuration programmatically. I managed to do it with Java configurations, but have few issues with Spring: 1. First, without adding Spring jars, I don't hav... -
Created Persist the state of form UI components
AnsweredHi, I'm writing a tool window which consists of multiple tabs, and each tab is a form. I want to persist the state of the form components (such as TextField and ComboBox). I managed to do it with ... -
Created Persist Map of Lists
AnsweredHi, I want to persist private instance field of type Map<String, List<String>>. I followed this documentation https://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.htm...