主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Bulenkov
活动总数
280
最后的活动
2020年10月02日 14:52
成员加入日期
2007年09月26日 12:45
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
123
活动概览
帖子(2)
评论(155)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2015年03月30日 20:04
Hi Colin,inline debugger should work out of the box for your language if:1) You already have debug support and Variables View works for your language and displays local variables when stop at a bre...
社区
IntelliJ IDEA Open API and Plugin Development
Inline debugger values
0 票
创建于
2015年08月20日 12:58
Hi! It's too abstract. Could you please describe the whole idea? Creating a list popup isn't a problem. For example, look at the Recent Files Button http://i.imgur.com/jnRKZbo.png Why do you need w...
社区
IntelliJ IDEA Open API and Plugin Development
Opening PopupChooserBuilder from a dialog
0 票
创建于
2012年08月29日 11:27
http://www.screenr.com/lmf8
社区
IntelliJ IDEA Open API and Plugin Development
IDEA tab bar api
0 票
创建于
2013年05月02日 09:20
Hello Julian, you should subscribe to Message Bus and listen File Editor events (extend FileEditorManagerAdapter). Then override fileOpened method and insert your panel as top component into edito...
社区
IntelliJ IDEA Open API and Plugin Development
How can I mimic the behavior of a path breadcrumb item? (icon, style, click behavior, etc)
0 票
创建于
2014年01月22日 13:27
1. com.intellij.uml.java.actions.NewClassOnUmlDialog2. Look at openapi.jar/com/intellij/openapi/graph/* these are APIs to work with yFiles. You can find some examples in the Plugin repo. However, i...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin with (UML) Diagrams dialog as a base
0 票
«
第一页
‹
上一页
下一页
›
最后
»