Igor Maznitsa
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Edited How to turn off translation of VK_CONTEXT_MENU key event into virtual mouse event?
AnsweredI 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... -
Created how to reflect name and path change of one file document in another file document of the same project?
AnsweredI 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 ... -
Created Support of non-text editor in Scratches
AnsweredIt 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... -
Edited Document text change and PSIParser AssertionError in IDEA 14
AnsweredHelloI 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... -
Created 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... -
Created 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...