OhadY
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 Get Variable and Value in Debug
已回答Hi, 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... -
创建于 Spring Run Configurations
已回答Hi, 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... -
已编辑于 Add an action buttons to my custom tool window
已回答Hi, 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! -
创建于 loader constraint violation
已回答Hi, 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... -
创建于 Persist the state of form UI components
已回答Hi, 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 ... -
创建于 Persist Map of Lists
已回答Hi, 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...