Onuryi
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created PersistentStateComponent no XML found
AnsweredI followed the settings tutorial https://jetbrains.org/intellij/sdk/docs/tutorials/settings_tutorial.html But when I run my plugin and go to the settings panel I get a NullPointerException in my Co... -
Created Adding actions to before commit toolbar/window
AnsweredIs it possible to add another entry to the before commit toolbar/window and execute a plugin action? See image below -
Created Display popup over RangeHighlighter on mouseover
AnsweredI have added some RangeHighlighters to the editor and would like display some information in a popup when the user mouse overs the highlighter. Something like this or similiar: Is there a way to... -
Created PsiTreeChangeListener code tracking
AnsweredHi! I want to track file modifications in form of code e.g field declarations, methods and so on in a project. Also I want to get both old and new versions of the java files when a modification is ... -
Created Triggering Action based on Editor Events
AnsweredHi! I would like to call the iterateContent() function everytime the user completes code statements in the editor.With code statements i mean things like: Variable declaration e.g private int test;...