Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Andre
Follow
New posts
New posts and comments
Total activity
95
Last activity
January 17, 2016 23:56
Member since
September 13, 2006 23:13
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
30
Activity overview
Posts (29)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
December 21, 2007 10:10
Oops... I forgot the fileAttachment(s):sample.JPG
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams and GraphAPI (almost done)
0 votes
Created
December 19, 2007 15:08
Hi Serega,Some questions... :)- Is it possible to use Edges instead of Nodes for timelines? Is it a good strategy? - Edges are ever conected on left side of nodes?- Why so mayn vertex in edges?- Is...
Community
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 votes
Created
December 19, 2007 12:47
Actually, my diagram draws polylines with many vertex (I don't know why). The lines start on left side of the Node (I don't know why either). Attached the layouter and image.Any help is apreciated....
Community
IntelliJ IDEA Open API and Plugin Development
Drawing lines/edges using Graph API
0 votes
Created
December 18, 2007 14:15
Hi Sergey,I'm working on it. Probably this week... :)Andre
Community
IntelliJ IDEA Open API and Plugin Development
Can't unwrap interface: interface a.f.ec on Graph API
0 votes
Created
December 18, 2007 04:45
Hi Sergey,I solved the problem just removing this method from my class: for(EdgeCursor ec = graph.edges(); ec.ok(); ec.next()) { EdgeLayout el = graph.getLayout(ec.edge()); el.clear...
Community
IntelliJ IDEA Open API and Plugin Development
Can't unwrap interface: interface a.f.ec on Graph API
0 votes
Created
December 17, 2007 20:58
Hi Sergey,I replaced the code but still not wroking. The files is attached.Thanks,AndreAttachment(s):stacktrace.txtDiagramViewer.javaDiagramLayouter.javaDiagramGraphDataModel.javaDiagramPresentatio...
Community
IntelliJ IDEA Open API and Plugin Development
Can't unwrap interface: interface a.f.ec on Graph API
0 votes
Created
December 15, 2007 10:37
Sergey,I adapted your example and created DiagramLayouter. Now I'm encontering this error:DiagramLayouter layouter = new DiagramLayouter();if (graph.getNodeArray().length > 0 && layouter.canLayout(...
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 votes
Created
December 15, 2007 10:33
Thank you very much!
Community
IntelliJ IDEA Open API and Plugin Development
Goto class & Goto method
0 votes
Created
December 13, 2007 18:19
Thank you again Sergey!I'll try it.Andre
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 votes
Created
December 13, 2007 07:03
Hi Sergey,Ive tried your tips and implemented all classes using some examples that a have from a plugin I developed.The problem is with Layouter. Is there any useful examples?Thanks agains,Andre
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 votes
«
‹
1
2
3
4
›
»