H Axelrod

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
H Axelrod created a post, AnsweredCan'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 created a post, AnsweredMaven 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 created a post, 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 commented, -
H Axelrod created a post, 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 created a post, 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 created a post, 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 created a post, 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...