H Axelrod
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
H Axelrod 创建了一个帖子, 已回答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... -
H Axelrod 创建了一个帖子, 已回答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... -
H Axelrod 创建了一个帖子, 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 ... -
H Axelrod 进行了评论, -
H Axelrod 创建了一个帖子, 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... -
H Axelrod 创建了一个帖子, 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 ... -
-
-
H Axelrod 创建了一个帖子, integration with other plugin
Hi,Is it possible to integrate my plugin with some other plugin (that is not part of the idea core)? -
H Axelrod 创建了一个帖子, 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...