主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Vasiliev
活动总数
124
最后的活动
2019年11月06日 07:53
成员加入日期
2006年09月26日 10:08
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
54
活动概览
文章(0)
帖子(0)
评论(70)
按最近的活动排序
最近的活动
投票数
创建于
2007年12月04日 07:48
Hi,I think you have to invoke updateGraph() method. public boolean deleteNode(@NotNull CodeGraphNode node) { final boolean isDeleted = getDataModel().removeNode(node); getGraphBulder().updateGra...
社区
IntelliJ IDEA Open API and Plugin Development
Graph DeleteProvider has no effect on graph
0 票
创建于
2007年11月27日 10:14
Hi,You have to implement getDeleteProvider method of your GraphPresentationModel, for instance:public class GraphPresentationModel { public DeleteProvider getDeleteProvider() { return new Dele...
社区
IntelliJ IDEA Open API and Plugin Development
Graph DeleteProvider
0 票
创建于
2007年11月16日 15:00
Hi,You can't change edit mode default type(HierarchyEditMode), but it's possible to customize view modes overriding customizeSettings() method of GraphPresentationModel classSeregaHi,by default i s...
社区
IntelliJ IDEA Open API and Plugin Development
GraphBuilder View Modes
0 票
创建于
2007年11月12日 11:42
hi,what are your node and edge objects? have you generated properly equals and hashCode methods(try alt-ins to generate this methods)? Serega i might be using it wrong so here it goesi create graph...
社区
IntelliJ IDEA Open API and Plugin Development
Graph package custom NodeRealizer
0 票
创建于
2007年11月08日 15:58
Graph2DSelectionListener bug was fixed in the end of January, 2007 after IntelliJ 6 had been released. In writing my new CVS Revision Graph plugin, I am unable to get it towork under IntelliJ 6. I...
社区
IntelliJ IDEA Open API and Plugin Development
Error in builtin Graph library
0 票
创建于
2007年10月16日 10:29
Oleg,Please, try GraphUtil.getGroupNode(final Graph2D graph, final Node node) method.Serega.p.s. if you have any qustions don't hesistate contact me directly. (102892629)HiGraphBuider hasn't interf...
社区
IntelliJ IDEA Open API and Plugin Development
How to get nodes group object from GraphBuilder
0 票
创建于
2007年09月26日 14:01
Oleg,This types of edges aren't supported in Idea's graph api. And I think graph api won't be totally changed before Selena release.I could add a bit of functionality in graph api if you need that....
社区
IntelliJ IDEA Open API and Plugin Development
How to attach edge to nodes group ?
0 票
创建于
2007年09月25日 13:01
Hi,It's very easy to use nodes group. You schould implement "public NodesGroup getGroup(N n)" of GraphDataModel(Simple implementation of NodesGroup is BasicNodesGroup).Please, have a look to "no...
社区
IntelliJ IDEA Open API and Plugin Development
How to attach edge to nodes group ?
0 票
创建于
2006年10月18日 07:08
Hi Dave,you should implement getGroup(N n) method in your GraphDataModelfor example, public class MyDataModel implements GraphDataModel {NodesGroup white; NodesGroup black;public MyDataModel() { ...
社区
IntelliJ IDEA Open API and Plugin Development
Looking for guidance on NodesGroups
0 票
创建于
2006年09月26日 10:08
hi!additional functionality for graph open api (nested nodes, deletion, drag&drop, etc.) will be added at the nearest future (2-3 days)it's tested now.Serega.Is it possible in the diagram openapi t...
社区
IntelliJ IDEA Open API and Plugin Development
Nested nodes in diagram
0 票
«
第一页
‹
上一页