Igor Maznitsa
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
已编辑于 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... -
创建于 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 ... -
创建于 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... -
已编辑于 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... -
创建于 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... -
创建于 Printer API
HelloSorry, i could not find any answer for my question through the forum search :(Does Intellij IDEA API provide any Printer API. For instance, I have a plugin which produces and show to a user so...