Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alexei Orishchenko
Follow
New posts
New posts and comments
Total activity
178
Last activity
January 17, 2016 15:27
Member since
October 13, 2005 12:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
69
Activity overview
Posts (44)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
June 12, 2009 22:24
How to create a PsiClass by type name with generics (for example, "List<String>")?P.S. The code below returns null PsiManager.getInstance(project).findClass("List<String>", scope)
Community
IntelliJ IDEA Open API and Plugin Development
Type refactoring
0 votes
Created
February 07, 2009 08:08
The next release will include grouping nodes by classes
Community
IntelliJ IDEA Users
How do I analyze a service with intent of splitting it up ?
0 votes
Created
February 04, 2009 16:12
CodeExplorer plugin is a scenario analyzer for these cases:- add all methods of the class to the diagram- switch to show usages mode and click on all these nodesAnd you can see all usages AT ONCEI ...
Community
IntelliJ IDEA Users
How do I analyze a service with intent of splitting it up ?
0 votes
Created
January 03, 2009 17:13
Use the tool window ContentManager:Content content = ContentFactory.SERVICE.getInstance().createContent(component, title, true);ToolWindow window = ToolWindowManager.getInstance(project).getToolWin...
Community
IntelliJ IDEA Open API and Plugin Development
Can I use the tab functionality of IDEA ?
0 votes
Created
October 24, 2008 13:58
Should I use instead deprecated ?
Community
IntelliJ IDEA Open API and Plugin Development
Deprecated methods in openapi.jar
0 votes
Created
July 17, 2008 12:53
What to do with this error?And where is the best place to apply layout? Override PresentationModel.getDefaultLayouter() method? Or the call below in the PresentationModel.customizeSettings() method:
Community
IntelliJ IDEA Open API and Plugin Development
Sequence diagrams using Graph API
0 votes
Created
July 15, 2008 17:15
I found dirty solution: replace default toolbar by own toolbar in the graph component:
Community
IntelliJ IDEA Open API and Plugin Development
Graph toolbar
0 votes
Created
July 15, 2008 10:35
I found the BasicGraphPresentationModel.editNode() method.The method is called on double click. Seems, it's that I need.Can I show a dialog in the method, update the edited properties and then retu...
Community
IntelliJ IDEA Open API and Plugin Development
Graph node properties
0 votes
Created
April 15, 2008 07:02
Seam location
Community
IntelliJ IDEA Open API and Plugin Development
Graph API questions
0 votes
Created
April 15, 2008 06:58
SeamDoes Idea7 contain this plugin? Or is the plugin from the Diana?
Community
IntelliJ IDEA Open API and Plugin Development
Graph API questions
0 votes
1
2
3
4
5
6
›
»