Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Konstantin Bulenkov
Total activity
280
Last activity
October 02, 2020 14:52
Member since
September 26, 2007 12:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
123
Activity overview
Posts (2)
Comments (155)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2008 15:37
Chris,You can add/delete elements from UML diagram using delete button or DnD from any view(project/package/etc). Also, it's possible to expand classes from and collapse classes to a package (butto...
Community
IntelliJ IDEA Plugin Users
simpleUML for IDEA 8.0
0 votes
Created
October 02, 2008 10:15
How do I bring up the UML diagram in the first place?Make sure UML Support is enabled (it's enabled by default). Go to popup menu on any view or popup on source editor, select Show Class Diagram. O...
Community
IntelliJ IDEA Plugin Users
simpleUML for IDEA 8.0
0 votes
Created
May 04, 2016 11:37
Official comment
Chris, DataContext is an abstraction of current focus position. You can't use DataContext if focus has changed (say a popup was shown, editor is closed or not focused anymore, etc). We guarantee th...
Community
IntelliJ IDEA Open API and Plugin Development
AnActionEvent "cannot share data context between Swing events"
0 votes
Created
September 26, 2007 15:15
Thank you a lot, Taras. Is there a way in IDEA to run a compilation of a project and get a result of the compilation?
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible using "Find usages" functionality of IDEA in my plugin?
0 votes
Created
March 18, 2013 10:48
Use ApplicationComponent and AnActionListener. Do all your logic in beforeActionPerformed() method, so you won't have troubles with data context sharing. Get proper project from DataContext: Platfo...
Community
IntelliJ IDEA Open API and Plugin Development
Intercept action for project
0 votes
Created
September 25, 2013 13:17
Use AbstractTreeBuilder.queueUpdateFrom or update methods. @see AbstractProjectViewPane.getTreeBuilder()
Community
IntelliJ IDEA Open API and Plugin Development
Project View refresh
0 votes
Created
December 21, 2013 20:47
You can assign an icon to an action or a group ( http://screencast.com/t/anox5w9A6dp )I'd recommend to have two source roots: one for the code and the other for icons, META-INF, xmls, etc Something...
Community
IntelliJ IDEA Open API and Plugin Development
How to give an icon to a submenu group?
0 votes
Created
May 12, 2014 16:24
12.1 has this code http://grepcode.com/file/repository.grepcode.com/java/ext/com.jetbrains/intellij-idea/12.1.2/com/intellij/ide/projectView/impl/ProjectViewImpl.java#ProjectViewImpl.isAutoscrollFr...
Community
IntelliJ IDEA Open API and Plugin Development
How to set AutoscrollToSource in ProjectViewImpl?
0 votes
Created
May 13, 2014 12:03
Sorry, it became public in October 2013 http://i.imgur.com/cO4s98H.png You can use Java reflection for 12.x plugins
Community
IntelliJ IDEA Open API and Plugin Development
How to set AutoscrollToSource in ProjectViewImpl?
0 votes
Created
March 31, 2014 09:53
Hi Alan,1. Diagram API is our small Diagramming Framework based on Graph API which is based on yFiles. Diagram API is much, much simplier than Graph API. Also, it provides some useful generic featu...
Community
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 votes
«
First
‹
Previous
Next
›
Last
»