H Axelrod
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Can't open intellij - getting stuck immediately
AnsweredWhen 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... -
Created Maven helper plugin in intellij 2017
AnsweredHi, 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... -
Created 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 ... -
Created 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... -
Created 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 ... -
Created integration with other plugin
Hi,Is it possible to integrate my plugin with some other plugin (that is not part of the idea core)? -
Created 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... -
Created 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...