主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Bulenkov
活动总数
280
最后的活动
2020年10月02日 14:52
成员加入日期
2007年09月26日 12:45
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
123
活动概览
帖子(2)
评论(155)
按最近的活动排序
最近的活动
投票数
创建于
2008年09月23日 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...
社区
IntelliJ IDEA Plugin Users
simpleUML for IDEA 8.0
0 票
创建于
2008年10月02日 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...
社区
IntelliJ IDEA Plugin Users
simpleUML for IDEA 8.0
0 票
创建于
2016年05月04日 11:37
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
AnActionEvent "cannot share data context between Swing events"
0 票
创建于
2007年09月26日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible using "Find usages" functionality of IDEA in my plugin?
0 票
创建于
2013年03月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Intercept action for project
0 票
创建于
2013年09月25日 13:17
Use AbstractTreeBuilder.queueUpdateFrom or update methods. @see AbstractProjectViewPane.getTreeBuilder()
社区
IntelliJ IDEA Open API and Plugin Development
Project View refresh
0 票
创建于
2013年12月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to give an icon to a submenu group?
0 票
创建于
2014年05月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to set AutoscrollToSource in ProjectViewImpl?
0 票
创建于
2014年05月13日 12:03
Sorry, it became public in October 2013 http://i.imgur.com/cO4s98H.png You can use Java reflection for 12.x plugins
社区
IntelliJ IDEA Open API and Plugin Development
How to set AutoscrollToSource in ProjectViewImpl?
0 票
创建于
2014年03月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 票
«
第一页
‹
上一页
下一页
›
最后
»