主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Vasiliev
活动总数
124
最后的活动
2019年11月06日 07:53
成员加入日期
2006年09月26日 10:08
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
54
活动概览
帖子(0)
评论(70)
按最近的活动排序
最近的活动
投票数
创建于
2008年07月15日 11:09
Hi, Alexthe best way is to override "editNode(N node)" method of your PresentationModel (getCustomNodeCellEditor() method could return null)Serega.I'm creating a diagram (Graph API).How to add clic...
社区
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 票
创建于
2008年07月15日 11:34
>> Do I need to notify the model about changes in this case?>> I have to invoke builder.updateGraph() or builder.queueUpdate() ifyour data model doesn't synchronizedApechatka: )) "You have to..."...
社区
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 票
创建于
2008年10月07日 11:34
please, use WebFacet.ID for 4th parameter of your facet type constructor.public class MyFacetType extends FacetType<MyFacet, MyFacetConfiguration>MyFacetType() { super(ID, "myFacet", "My Facet",...
社区
IntelliJ IDEA Open API and Plugin Development
How to make my facet appears under "Web Application" category !
0 票
创建于
2008年08月21日 08:01
Hi,You should implement ImplicitUsageProvider.for instance, public class MyImplicitUsageProvider implements ImplicitUsageProvider { private static final @NonNls List RUSED_SYMBOL_ANNOTATIONS = Ar...
社区
IntelliJ IDEA Open API and Plugin Development
Explaining to idea that variable is used
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 票
创建于
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 票
创建于
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年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 票
«
第一页
‹
上一页
下一页
›
最后
»