Igor Maznitsa
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
-
-
Igor Maznitsa created a post, AnsweredHow 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 created a post, Answeredhow 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 commented, -
Igor Maznitsa created a post, AnsweredSupport 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 commented, -
-
Igor Maznitsa created a post, AnsweredDocument 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 created a post, 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...