Igor Maznitsa
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
-
-
Igor Maznitsa 创建了一个帖子, 已回答How to turn off translation of VK_CONTEXT_MENU key event into virtual mouse event?
I have some document editor where I catch and process key event VK_CONTEXT_MENU, as pure Java application it works well but as IntellijIDEA plugin it gets a mouse key press event to show PopUp cont... -
Igor Maznitsa 创建了一个帖子, 已回答how to reflect name and path change of one file document in another file document of the same project?
I am developing a plugin which documents (situated in a project) should reflect links to another files and folders in the project and should be updated if the files/folders would renamed, moved or ... -
Igor Maznitsa 进行了评论, -
Igor Maznitsa 创建了一个帖子, 已回答Support of non-text editor in Scratches
It looks like that the embedded scratches plugin works improperly with file types requiring custom editor. I am author of the IDEA-MIND-MAP plugin (https://plugins.jetbrains.com/plugin/8045-idea-mi... -
Igor Maznitsa 进行了评论, -
-
Igor Maznitsa 创建了一个帖子, 已回答Document text change and PSIParser AssertionError in IDEA 14
HelloI develop OSS plug-in for Intellij platform (https://github.com/raydac/netbeans-mmd-plugin/tree/master/mind-map/idea-mindmap) which supports Intellij IDEA 14+. In the plug-in I change document... -
Igor Maznitsa 创建了一个帖子, reference to file in dragged folder
HelloI have psi tree and create reference (successor of PsiReferenceBase) to a psifile to catch its position change. If I drag the file then all is ok and I have notification through bindToElement...