Alexei Orishchenko

- Total activity 178
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 69
-
Created Graph API: set layout questions
1. Where can I set layouter? I placed the code below in the BasicGraphPresentationModel.customizeSettings():Are there other approaches (override some method)?2. I got an exception when setting the ... -
Created Graph API: create edge strange behaviour
I calledin the GraphPresentationModel.customizeSettings() method. I can create edges by mouse but I can select node, and if some node is selected then I can't create edge until unselect mode!How to... -
Created Graph API: create node on diagram
I called in the GraphPresentationModel.customizeSettings() method to allow create nodes by mouse click. But there is a problem:IDE creates some squares on graph by mouse click, but seems they aren'... -
Created Graph toolbar
How to add buttons (with actions) to the graph toolbar (Graph API)?Can I remove some predefined buttons (fit content, apply layout)? -
Created Graph node properties
I'm creating a diagram (Graph API). How to add click listener for the node or show some dialog on node double click (better way)?I need "node properties dialog" functionality: user can click on a n... -
Created Graph API questions
1. What plugins (with sources) contain good examples of diagrams (Idea graph API; class, database, sequence diagrams)?2. Where can I find graph Open API documentation? Examples?3. Does graph API su... -
Created Find usages: injected language
Do injected languages support Find Usages?I have injected the language into HTML attribute values and return the FindUsagesProvider instance from the MyLanguage.getFindUsagesProvider() method. The ... -
Created Exception in the PsiAnnotation.getQualifiedName() method
What are conditions for the Exception below?Assertion failed: class is not valid while looking for : org.apache.tapestry.annotations.Component java.lang.Throwable at com.intellij.openapi.di... -
Created VirtualFileDelegate question
There was the VirtualFileDelegate class (Idea 6, Idea7m2). Seems, this file did't contain real path so I need to get real virtual file from this delegate.What files did the VirtualFileDelegate repr... -
Created HandyTapestry 1.3, Tapestry plugin
HandyTapestry 1.3 released If you develop a Tapestry web application using IntelliJ Idea then try HandyTapestry plugin! The HandyTapestry plugin for IntelliJ Idea helps you to develop Tapestry we...