Onuryi
- 活动总数 48
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
创建于 PersistentStateComponent no XML found
已回答I 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... -
创建于 Adding actions to before commit toolbar/window
已回答Is it possible to add another entry to the before commit toolbar/window and execute a plugin action? See image below -
创建于 Display popup over RangeHighlighter on mouseover
已回答I 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... -
创建于 PsiTreeChangeListener code tracking
已回答Hi! 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 ... -
创建于 Triggering Action based on Editor Events
已回答Hi! 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;...