H Axelrod
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 Can't open intellij - getting stuck immediately
已回答When I open intellij, the project windows are opened and then stuck (the application is not responding - i have to kill it eventually)It happens again and again. Attached logs and threadump folder... -
创建于 Maven helper plugin in intellij 2017
已回答Hi, The maven plugin (https://plugins.jetbrains.com/plugin/7179-maven-helper) is not fully supported in intellij 2017. Do you have any alternative tool for handling maven conflicts and so on? On o... -
创建于 Is it possible to modify and extend functionality of an existing action
Hi,I'd like to add some code to the CreateNewTest output. Is it possible to change the existing create new test action?If not, when adding a new test, the user required to select a super class. Is ... -
创建于 Intellij editor get stuck every few seconds
Hi,My intellij editor get stuck every few seconds while i'm coding, but its happening only when i'm working from home with no connection to my company servers.For that reason i think it has somethi... -
创建于 PsiElement : AddBefore adds one empty line between the two elements
Hi,I have an action in my plugin that gets input from the user and eventually adds annotation (with the user input as the value) to the element under the caret (only if this element is instance of ... -
创建于 integration with other plugin
Hi,Is it possible to integrate my plugin with some other plugin (that is not part of the idea core)? -
创建于 Reuse find results tree
Hi,In my plugin there is a tool window with search option, that finally should show all occurrences in my custom tool window (with jump to source on double click and so on).It will be best if i can... -
创建于 Listen to editor file replacement
Hi,I'm developing a plugin with a toolWindow that present some data according to specific annotations in the currently opened file (that presented in the editor).I want my tool window to be refresh...