Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Vasiliev
Total activity
124
Last activity
November 06, 2019 07:53
Member since
September 26, 2006 10:08
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
54
Activity overview
Posts (0)
Comments (70)
Sort by recent activity
Recent activity
Votes
Created
July 15, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 votes
Created
July 15, 2008 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..."...
Community
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 votes
Created
October 07, 2008 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",...
Community
IntelliJ IDEA Open API and Plugin Development
How to make my facet appears under "Web Application" category !
0 votes
Created
August 21, 2008 08:01
Hi,You should implement ImplicitUsageProvider.for instance, public class MyImplicitUsageProvider implements ImplicitUsageProvider { private static final @NonNls List RUSED_SYMBOL_ANNOTATIONS = Ar...
Community
IntelliJ IDEA Open API and Plugin Development
Explaining to idea that variable is used
0 votes
Created
September 26, 2006 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...
Community
IntelliJ IDEA Open API and Plugin Development
Nested nodes in diagram
0 votes
Created
October 18, 2006 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() { ...
Community
IntelliJ IDEA Open API and Plugin Development
Looking for guidance on NodesGroups
0 votes
Created
November 12, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Graph package custom NodeRealizer
0 votes
Created
November 08, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
Error in builtin Graph library
0 votes
Created
November 27, 2007 10:14
Hi,You have to implement getDeleteProvider method of your GraphPresentationModel, for instance:public class GraphPresentationModel { public DeleteProvider getDeleteProvider() { return new Dele...
Community
IntelliJ IDEA Open API and Plugin Development
Graph DeleteProvider
0 votes
Created
November 16, 2007 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...
Community
IntelliJ IDEA Open API and Plugin Development
GraphBuilder View Modes
0 votes
«
First
‹
Previous
Next
›
Last
»